linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL v2] Second Round of Renesas ARM Based SoC DT Updates for v3.19
@ 2014-11-21  0:54 Simon Horman
  2014-11-21  0:54 ` [PATCH 01/29] ARM: shmobile: r8a7794: Add VIN clock to device tree Simon Horman
                   ` (30 more replies)
  0 siblings, 31 replies; 36+ messages in thread
From: Simon Horman @ 2014-11-21  0:54 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2015-03-16 14:21 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21  0:54 [GIT PULL v2] Second Round of Renesas ARM Based SoC DT Updates for v3.19 Simon Horman
2014-11-21  0:54 ` [PATCH 01/29] ARM: shmobile: r8a7794: Add VIN clock to device tree Simon Horman
2014-11-21  0:54 ` [PATCH 02/29] ARM: shmobile: r8a7790: Add Audio DMAC devices to DT Simon Horman
2014-11-21  0:54 ` [PATCH 03/29] ARM: shmobile: r8a7791: " Simon Horman
2014-11-21  0:54 ` [PATCH 04/29] ARM: shmobile: r8a7790: Add Audio DMAC peri peri " Simon Horman
2014-11-21  0:54 ` [PATCH 05/29] ARM: shmobile: r8a7791: " Simon Horman
2014-11-21  0:54 ` [PATCH 06/29] ARM: shmobile: lager: fixup IIC2 clock frequency Simon Horman
2014-11-21  0:54 ` [PATCH 07/29] ARM: shmobile: lager: Sound PIO support on DTS Simon Horman
2014-11-21  0:54 ` [PATCH 08/29] ARM: shmobile: lager: Sound DMA " Simon Horman
2014-11-21  0:54 ` [PATCH 09/29] ARM: shmobile: lager: Sound DMA support via BUSIF " Simon Horman
2014-11-21  0:54 ` [PATCH 10/29] ARM: shmobile: lager: Sound DMA support via SRC " Simon Horman
2014-11-21  0:54 ` [PATCH 11/29] ARM: shmobile: lager: Sound DMA support via DVC " Simon Horman
2014-11-21  0:54 ` [PATCH 12/29] ARM: shmobile: koelsch: fixup I2C2 clock frequency Simon Horman
2014-11-21  0:54 ` [PATCH 13/29] ARM: shmobile: koelsch: Sound PIO support on DTS Simon Horman
2014-11-21  0:54 ` [PATCH 14/29] ARM: shmobile: koelsch: Sound DMA " Simon Horman
2014-11-21  0:54 ` [PATCH 15/29] ARM: shmobile: koelsch: Sound DMA support via BUSIF " Simon Horman
2014-11-21  0:54 ` [PATCH 16/29] ARM: shmobile: koelsch: Sound DMA support via SRC " Simon Horman
2014-11-21  0:54 ` [PATCH 17/29] ARM: shmobile: koelsch: Sound DMA support via DVC " Simon Horman
2014-11-21  0:54 ` [PATCH 18/29] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific IIC compatible properties Simon Horman
2014-11-21  0:54 ` [PATCH 19/29] ARM: shmobile: sh73a0 " Simon Horman
2014-11-21  0:54 ` [PATCH 20/29] ARM: shmobile: koelsch dts: Add labels for the LEDs Simon Horman
2014-11-21  0:54 ` [PATCH 21/29] ARM: shmobile: kzm9g-reference " Simon Horman
2014-11-21  0:54 ` [PATCH 22/29] ARM: shmobile: r8a7790: add DMA nodes for IIC Simon Horman
2014-11-21  0:54 ` [PATCH 23/29] ARM: shmobile: r8a7791: " Simon Horman
2014-11-21  0:54 ` [PATCH 24/29] ARM: shmobile: lager: add Volume Ramp usage on comment Simon Horman
2014-11-21  0:54 ` [PATCH 25/29] ARM: shmobile: koelsch: " Simon Horman
2014-11-21  0:54 ` [PATCH 26/29] ARM: shmobile: r8a7794: Add SGX clock to device tree Simon Horman
2014-11-21  0:54 ` [PATCH 27/29] ARM: shmobile: r8a7794: Add MMP and VSP1 clocks " Simon Horman
2014-11-21  0:54 ` [PATCH 28/29] ARM: shmobile: r8a7790: add USBDMAC{0,1} " Simon Horman
2014-11-21  0:54 ` [PATCH 29/29] ARM: shmobile: r8a7791: " Simon Horman
2014-11-21 12:03 ` [GIT PULL v2] Second Round of Renesas ARM Based SoC DT Updates for v3.19 Arnd Bergmann
2015-03-15 23:03 ` [GIT PULL v2] Second Round of Renesas ARM Based SoC Cleanup for v4.1 Simon Horman
2015-03-15 23:03   ` [PATCH 1/3] ARM: shmobile: Remove stray closing parenthesis in debug description Simon Horman
2015-03-15 23:03   ` [PATCH 2/3] ARM: shmobile: R-Car Gen2: CONFIG_COMMON_CLK is always set Simon Horman
2015-03-15 23:03   ` [PATCH 3/3] ARM: shmobile: r8a7740: Remove restart callback Simon Horman
2015-03-16 14:21   ` [GIT PULL v2] Second Round of Renesas ARM Based SoC Cleanup for v4.1 Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).