mbox

[GIT,PULL] at91: dt for 3.14 #2

Message ID 1387494198-20329-1-git-send-email-nicolas.ferre@atmel.com
State New
Headers show

Pull-request

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

Message

Nicolas Ferre Dec. 19, 2013, 11:03 p.m. UTC
Arnd, Olof, Kevin,

Some more DT material for 3.14 based on top of what I already sent (in
your at91/dt branch). Nothing really surprising...

Thanks, best regards,

The following changes since commit ca594844e4a53f778811c06feef60bdf36bc5fec:

  ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order (2013-12-09 15:08:57 +0100)

are available in the git repository at:

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

for you to fetch changes up to 45e5c2cb6bc1c52c7134f898ea326a422dd75761:

  ARM: at91/dt: add clk properties to sama5d3 TDES device node (2013-12-19 23:00:06 +0100)

----------------------------------------------------------------
Second DT pull-request for 3.14
- now that PWM driver is on its way to mainline,
  we can integrate the DT entries
- As an example, use PWM for at91sam9m10g45ek leds
- Addition of clock specification for newly introduced
  crypto DT entries

----------------------------------------------------------------
Bo Shen (2):
      ARM: at91: add PWM device node
      ARM: at91: at91sam9m10g45ek: switch to PWM leds

Boris BREZILLON (3):
      ARM: at91/dt: add clk properties to sama5d3 SHA device node
      ARM: at91/dt: add clk properties to sama5d3 AES device node
      ARM: at91/dt: add clk properties to sama5d3 TDES device node

 arch/arm/boot/dts/at91sam9263.dtsi     |  9 +++++++++
 arch/arm/boot/dts/at91sam9g45.dtsi     |  9 +++++++++
 arch/arm/boot/dts/at91sam9m10g45ek.dts | 25 +++++++++++++++++++++++--
 arch/arm/boot/dts/at91sam9n12.dtsi     |  9 +++++++++
 arch/arm/boot/dts/at91sam9x5.dtsi      |  9 +++++++++
 arch/arm/boot/dts/sama5d3.dtsi         | 16 ++++++++++++++++
 6 files changed, 75 insertions(+), 2 deletions(-)

Comments

Olof Johansson Dec. 22, 2013, 10:22 p.m. UTC | #1
On Fri, Dec 20, 2013 at 12:03:18AM +0100, Nicolas Ferre wrote:
> Arnd, Olof, Kevin,
> 
> Some more DT material for 3.14 based on top of what I already sent (in
> your at91/dt branch). Nothing really surprising...
> 
> Thanks, best regards,
> 
> The following changes since commit ca594844e4a53f778811c06feef60bdf36bc5fec:
> 
>   ARM: at91/at91rm9200ek.dts: rearrange nodes in address ascending order (2013-12-09 15:08:57 +0100)
> 
> are available in the git repository at:
> 
>   git://github.com/at91linux/linux-at91.git tags/at91-dt2
> 
> for you to fetch changes up to 45e5c2cb6bc1c52c7134f898ea326a422dd75761:
> 
>   ARM: at91/dt: add clk properties to sama5d3 TDES device node (2013-12-19 23:00:06 +0100)

Pulled into next/dt.
Thanks!

-Olof