Hi Lee,<div><br></div><div>In the future, please send pull requests to <a href="mailto:arm@kernel.org">arm@kernel.org</a> for arm-soc. Or, if you prefer individual email addresses instead of the alias, please send them to <a href="mailto:olof@lixom.net">olof@lixom.net</a> and not my gmail address -- chances are I won't see them or forget about them, which is what happened here. :-)</div>
<div><br></div><div>Nicely contained and no merge conflicts makes me happy right now. Pulled into ux500/dt and next/dt.</div><div><br></div><div><br></div><div>Thanks!</div><div><br></div><div>-Olof</div><div><br></div><div>
<div class="gmail_quote">On Thu, Sep 20, 2012 at 4:33 AM, Lee Jones <span dir="ltr"><<a href="mailto:lee.jones@linaro.org" target="_blank">lee.jones@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The following changes since commit 5698bd757d55b1bb87edd1a9744ab09c142abfc2:<br>
<br>
Linux 3.6-rc6 (2012-09-16 14:58:51 -0700)<br>
<br>
are available in the git repository at:<br>
<br>
git://<a href="http://git.linaro.org/people/ljones/linux-3.0-ux500.git" target="_blank">git.linaro.org/people/ljones/linux-3.0-ux500.git</a> for-arm-soc-next<br>
<br>
for you to fetch changes up to c164fa62b93782165f12c0e8366f7b46507edb4d:<br>
<br>
ARM: ux500: Fix SSP register address format (2012-09-20 12:32:47 +0200)<br>
<br>
----------------------------------------------------------------<br>
Lee Jones (39):<br>
ASoC: Ux500: Move MSP pinctrl setup into the MSP driver<br>
ASoC: Ux500: Enable MOP500 driver for Device Tree<br>
ASoC: Ux500: Enable ux500 MSP driver for Device Tree<br>
ASoC: codecs: Enable AB8500 CODEC for Device Tree<br>
ASoC: Ux500: Minor coding layout changes<br>
Documentation: Define the MOP500 Audio Machine Driver Device Tree bindings<br>
Documentation: Define the MSP Driver Device Tree bindings<br>
ARM: ux500: Rename db8500.dtsi to dbx5x0.dtsi to encompass the u9500, u8540 and u9540<br>
ARM: ux500: Clean-up temporary Device Tree enablement helpers<br>
ARM: ux500: Pass PMU platform data due for Perf though AUXDATA<br>
Documentation: Add the AB8500 CODEC device to the MFD AB8500 doc<br>
of/irq: Create stub for of_irq_find_parent when !CONFIG_OF<br>
ARM: ux500: Identify the PRCMU as an interrupt controller<br>
ARM: ux500: Force AB8500 to use the GIC as its interrupt controller<br>
Revert "input: ab8500-ponkey: Create AB8500 domain IRQ mapping"<br>
ARM: ux500: Remove unused snowball_of_platform_devs struct<br>
ARM: ux500: Match Power-On-Key MFD and DTS compatible strings<br>
drivers/rtc/rtc-ab8500.c: Revoke Device Tree enablement<br>
ARM: ux500: Add i2c configurations to the Device Tree for DB8500 based devices<br>
ARM: ux500: Add skeleton Device Tree for the HREF reference board<br>
ARM: ux500: Add UART support to the HREF Device Tree<br>
ARM: ux500: Pass SDI DMA information though AUX_DATA to MMCI<br>
ARM: ux500: Clean-up MSP platform code<br>
ARM: ux500: Add AB8500 CODEC node to DB8500 Device Tree<br>
ARM: ux500: Fork MSP platform registration for step-by-step DT enablement<br>
ARM: ux500: Pass MSP DMA platform data though AUXDATA<br>
ARM: ux500: Stop registering the MOP500 Audio driver from platform code<br>
ARM: ux500: Remove platform registration of MSP devices<br>
ARM: ux500: Rename MSP board file to something more meaningful<br>
ARM: ux500: Add nodes for the MSP into Device Tree<br>
ARM: ux500: Add all encompassing sound node to the Snowball Device Tree<br>
ARM: ux500: Stop registering Audio devices for HREF when DT is enabled<br>
ARM: ux500: Stop registering I2C sub-devices for HREF when DT is enabled<br>
ARM: ux500: Add all known I2C sub-device nodes to the HREF DT<br>
ARM: ux500: Add nodes for the MSP into the HREF Device Tree<br>
ARM: ux500: Add all encompassing sound node to the HREF Device Tree<br>
ARM: ux500: Remove redundant #gpio-cell properties from Snowball DT<br>
ARM: ux500: Apply tc3589x's GPIO/IRQ properties to HREF's DT<br>
ARM: ux500: Fix SSP register address format<br>
<br>
Documentation/devicetree/bindings/mfd/ab8500.txt | 15 +++<br>
.../devicetree/bindings/sound/ux500-mop500.txt | 39 ++++++++<br>
.../devicetree/bindings/sound/ux500-msp.txt | 43 +++++++++<br>
arch/arm/boot/dts/{db8500.dtsi => dbx5x0.dtsi} | 71 ++++++++++++--<br>
arch/arm/boot/dts/hrefv60plus.dts | 95 ++++++++++++++++++<br>
arch/arm/boot/dts/snowball.dts | 19 +++-<br>
arch/arm/mach-ux500/Makefile | 2 +-<br>
.../{board-mop500-msp.c => board-mop500-audio.c} | 102 +++-----------------<br>
arch/arm/mach-ux500/board-mop500-msp.h | 14 ---<br>
arch/arm/mach-ux500/board-mop500-sdi.c | 4 +-<br>
arch/arm/mach-ux500/board-mop500.c | 39 ++++----<br>
arch/arm/mach-ux500/board-mop500.h | 11 +++<br>
arch/arm/mach-ux500/cpu-db8500.c | 10 +-<br>
arch/arm/mach-ux500/include/mach/msp.h | 2 -<br>
drivers/input/misc/ab8500-ponkey.c | 4 +-<br>
drivers/rtc/rtc-ab8500.c | 6 --<br>
include/linux/mfd/abx500/ab8500-codec.h | 6 +-<br>
include/linux/of_irq.h | 5 +<br>
sound/soc/codecs/ab8500-codec.c | 81 ++++++++++++++++<br>
sound/soc/ux500/mop500.c | 47 ++++++++-<br>
sound/soc/ux500/ux500_msp_dai.c | 6 ++<br>
sound/soc/ux500/ux500_msp_i2s.c | 89 +++++++++++++----<br>
sound/soc/ux500/ux500_msp_i2s.h | 8 +-<br>
23 files changed, 538 insertions(+), 180 deletions(-)<br>
create mode 100644 Documentation/devicetree/bindings/sound/ux500-mop500.txt<br>
create mode 100644 Documentation/devicetree/bindings/sound/ux500-msp.txt<br>
rename arch/arm/boot/dts/{db8500.dtsi => dbx5x0.dtsi} (88%)<br>
create mode 100644 arch/arm/boot/dts/hrefv60plus.dts<br>
rename arch/arm/mach-ux500/{board-mop500-msp.c => board-mop500-audio.c} (66%)<br>
delete mode 100644 arch/arm/mach-ux500/board-mop500-msp.h<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Lee Jones<br>
Linaro ST-Ericsson Landing Team Lead<br>
Linaro.org │ Open source software for ARM SoCs<br>
Follow Linaro: Facebook | Twitter | Blog<br>
</font></span></blockquote></div><br></div>