mbox

[GIT,PULL,v2] Second Round of Renesas ARM Based SoC DT Updates for v3.19

Message ID cover.1416476366.git.horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt2-for-v3.19

Message

Simon Horman Nov. 21, 2014, 12:54 a.m. UTC
Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC DT updates for
v3.19.

This pull request is based on the previous round of
such requests, tagged as renesas-dt-for-v3.19,
which I have already sent a pull-request for.

As requested by Arnd v2 of this pull request does not include some
Audio DMAC patches that were included in v1.

The following changes since commit 25af9c83151822eb6d413b4d15d5f89804606ac7:

  ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property (2014-10-30 10:01:37 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt2-for-v3.19

for you to fetch changes up to b9473d9f621b68327776b66d4b9a8ba5e0b8b4cb:

  ARM: shmobile: r8a7791: add USBDMAC{0,1} clocks to device tree (2014-11-19 09:22:13 +0900)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC DT Updates for v3.19

* Add labels for LEDs on kzm9g-reference and koelsch
* Add Sound support to r8a7790/lager and r8a7791/koelsch
* Add IIC DMA nodes to r8a7790 and r8a7791
* Use SoC-specific IIC compatible properties on sh73a0 and r8a73a4
* Add SGX, MMP and VSP1 clocks to r8a7794
* Add USBDMAC{0,1} clocks to r8a7790 and r8a7791

----------------------------------------------------------------
Geert Uytterhoeven (4):
      ARM: shmobile: r8a73a4 dtsi: Add SoC-specific IIC compatible properties
      ARM: shmobile: sh73a0 dtsi: Add SoC-specific IIC compatible properties
      ARM: shmobile: koelsch dts: Add labels for the LEDs
      ARM: shmobile: kzm9g-reference dts: Add labels for the LEDs

Koji Matsuoka (1):
      ARM: shmobile: r8a7794: Add VIN clock to device tree

Kouei Abe (1):
      ARM: shmobile: r8a7794: Add SGX clock to device tree

Kuninori Morimoto (18):
      ARM: shmobile: r8a7790: Add Audio DMAC devices to DT
      ARM: shmobile: r8a7791: Add Audio DMAC devices to DT
      ARM: shmobile: r8a7790: Add Audio DMAC peri peri devices to DT
      ARM: shmobile: r8a7791: Add Audio DMAC peri peri devices to DT
      ARM: shmobile: lager: fixup IIC2 clock frequency
      ARM: shmobile: lager: Sound PIO support on DTS
      ARM: shmobile: lager: Sound DMA support on DTS
      ARM: shmobile: lager: Sound DMA support via BUSIF on DTS
      ARM: shmobile: lager: Sound DMA support via SRC on DTS
      ARM: shmobile: lager: Sound DMA support via DVC on DTS
      ARM: shmobile: koelsch: fixup I2C2 clock frequency
      ARM: shmobile: koelsch: Sound PIO support on DTS
      ARM: shmobile: koelsch: Sound DMA support on DTS
      ARM: shmobile: koelsch: Sound DMA support via BUSIF on DTS
      ARM: shmobile: koelsch: Sound DMA support via SRC on DTS
      ARM: shmobile: koelsch: Sound DMA support via DVC on DTS
      ARM: shmobile: lager: add Volume Ramp usage on comment
      ARM: shmobile: koelsch: add Volume Ramp usage on comment

Wolfram Sang (2):
      ARM: shmobile: r8a7790: add DMA nodes for IIC
      ARM: shmobile: r8a7791: add DMA nodes for IIC

Yoshifumi Hosoya (1):
      ARM: shmobile: r8a7794: Add MMP and VSP1 clocks to device tree

Yoshihiro Shimoda (2):
      ARM: shmobile: r8a7790: add USBDMAC{0,1} clocks to device tree
      ARM: shmobile: r8a7791: add USBDMAC{0,1} clocks to device tree

 arch/arm/boot/dts/r8a73a4.dtsi               | 18 +++---
 arch/arm/boot/dts/r8a7790-lager.dts          | 83 +++++++++++++++++++++++++++
 arch/arm/boot/dts/r8a7790.dtsi               | 86 ++++++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7791-koelsch.dts        | 86 +++++++++++++++++++++++++++-
 arch/arm/boot/dts/r8a7791.dtsi               | 83 +++++++++++++++++++++++++--
 arch/arm/boot/dts/r8a7794.dtsi               | 21 ++++---
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts |  4 ++
 arch/arm/boot/dts/sh73a0.dtsi                | 10 ++--
 include/dt-bindings/clock/r8a7790-clock.h    |  2 +
 include/dt-bindings/clock/r8a7791-clock.h    |  2 +
 include/dt-bindings/clock/r8a7794-clock.h    |  9 +++
 11 files changed, 370 insertions(+), 34 deletions(-)

Comments

Arnd Bergmann Nov. 21, 2014, 12:03 p.m. UTC | #1
On Friday 21 November 2014 09:54:37 Simon Horman wrote:
> Second Round of Renesas ARM Based SoC DT Updates for v3.19
> 
> * Add labels for LEDs on kzm9g-reference and koelsch
> * Add Sound support to r8a7790/lager and r8a7791/koelsch
> * Add IIC DMA nodes to r8a7790 and r8a7791
> * Use SoC-specific IIC compatible properties on sh73a0 and r8a73a4
> * Add SGX, MMP and VSP1 clocks to r8a7794
> * Add USBDMAC{0,1} clocks to r8a7790 and r8a7791
> 
> 

Pulled into next/dt, thanks!

	Arnd