2013-10-18 14:58:48

by Nicolas Ferre

[permalink] [raw]
Subject: [GIT PULL] at91: dt for 3.13 #1

Arnd, Olof, Kevin,

First AT91 DT-related pull-request for 3.13. These patches will not mess with my other
"cleanup" pull-request sent today.
It allows to enable sound on the at91sam9n12ek board.

Thanks, best regards,

The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:

Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)

are available in the git repository at:

git://github.com/at91linux/linux-at91.git tags/at91-dt

for you to fetch changes up to e483341ce82750a1b526b65b7178213dcf967a7a:

ARM: at91: remove pinctrl conflict between mmc and SPI for at91sam9g20ek (2013-10-18 16:50:13 +0200)

----------------------------------------------------------------
First DT series for 3.13
- addition of sound for at91sam9n12
- a little fix for MMC vs. SPI on at91sam9g20ek

----------------------------------------------------------------
Bo Shen (5):
ARM: at91: add at91sam9n12 ssc clock in look up table
ARM: at91: add ssc dma parameter for at91sam9n12
ARM: at91: enable wm8904 on at91sam9n12ek board
ARM: at91: enable ssc on at91sam9n12ek board
ARM: at91: add sound support on at91sam9n12ek board

Jean-Christophe PLAGNIOL-VILLARD (1):
ARM: at91: remove pinctrl conflict between mmc and SPI for at91sam9g20ek

arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 1 -
arch/arm/boot/dts/at91sam9n12.dtsi | 3 +++
arch/arm/boot/dts/at91sam9n12ek.dts | 34 +++++++++++++++++++++++++++++
arch/arm/mach-at91/at91sam9n12.c | 1 +
4 files changed, 38 insertions(+), 1 deletion(-)

--
Nicolas Ferre


2013-10-18 15:23:45

by Kevin Hilman

[permalink] [raw]
Subject: Re: [GIT PULL] at91: dt for 3.13 #1

Nicolas Ferre <[email protected]> writes:

> Arnd, Olof, Kevin,
>
> First AT91 DT-related pull-request for 3.13. These patches will not mess with my other
> "cleanup" pull-request sent today.
> It allows to enable sound on the at91sam9n12ek board.
>
> Thanks, best regards,
>
> The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
>
> Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
>
> are available in the git repository at:
>
> git://github.com/at91linux/linux-at91.git tags/at91-dt
>
> for you to fetch changes up to e483341ce82750a1b526b65b7178213dcf967a7a:
>
> ARM: at91: remove pinctrl conflict between mmc and SPI for at91sam9g20ek (2013-10-18 16:50:13 +0200)
>
> ----------------------------------------------------------------
> First DT series for 3.13
> - addition of sound for at91sam9n12
> - a little fix for MMC vs. SPI on at91sam9g20ek
>
> ----------------------------------------------------------------

Pulled into next/dt.

Thanks,

Kevin