linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.7
@ 2016-04-25  4:27 Simon Horman
  2016-04-25  4:27 ` [PATCH 01/22] ARM: dts: r8a7790: use fallback jpu compatibility string Simon Horman
                   ` (22 more replies)
  0 siblings, 23 replies; 29+ messages in thread
From: Simon Horman @ 2016-04-25  4:27 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT updates for v4.7.

This pull request is based on "[GIT PULL] Renesas ARM Based SoC Cleanup for
v4.7", tagged as renesas-cleanup-for-v4.7, which you have previously pulled.
The reason for that base is to avoid conflicts.

The differences between v1 of this pull request are:
* Dropped changes to reference both DMA controllers pending further
  discussion
* Added:
  - Configire NMI key as wakeup source in DT of kzm9g board
  - Add SDHI support to DT of gose board
  - Add support of UHS-I SDR-50 for SDHI to DT of r8a7790 SoC


The following changes since commit 000025cfbb9e8bafd0a1fa84d8d83526d24bde42:

  ARM: dts: sh73a0: Remove unnecessary clock-output-names properties (2016-03-28 08:56:11 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-for-v4.7

for you to fetch changes up to 6f92cb2f454c26d9bdada902e22af4bc361a5202:

  ARM: dts: gose: Enable SDHI controllers (2016-04-25 14:10:11 +1000)

----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v4.7

* Configure NMI key as wakeup source in DT of kzm9g board
* Add SDHI support to DT of gose board
* Add support of UHS-I SDR-50 for SDHI to DT of r8a7790 SoC
* Correct interrupt type for ARM TWD in DT of r8a7779 and sh73a0 SoCs
* Add IIC support to DT of r8a7794 SoC
* Add CAN support to DT of r8a7793 and r8a7794 SoCs
* Add SCIF2 support to r8a7790 device tree
* Use CAN, JPU and USB3.0 fallback compatibility string
  in DT of r8a7791 and r8a7790 SoCs

----------------------------------------------------------------
Ben Hutchings (1):
      ARM: dts: r8a7790: Set maximum frequencies for SDHI clocks

Geert Uytterhoeven (5):
      ARM: dts: r8a7790: Add SCIF2 clock
      ARM: dts: r8a7790: Add SCIF2 device node
      ARM: dts: sh73a0: Correct interrupt type for ARM TWD
      ARM: dts: r8a7779: Correct interrupt type for ARM TWD
      ARM: dts: kzm9g: Configure NMI key as wake-up source

Simon Horman (12):
      ARM: dts: r8a7790: use fallback jpu compatibility string
      ARM: dts: r8a7791: use fallback jpu compatibility string
      ARM: dts: r8a7791: use fallback can compatibility string
      ARM: dts: r8a7790: use fallback can compatibility string
      ARM: dts: r8a7794: add CAN clocks to device tree
      ARM: dts: r8a7794: add CAN nodes to device tree
      ARM: dts: r8a7793: add CAN clocks to device tree
      ARM: dts: r8a7793: add CAN nodes to device tree
      ARM: dts: r8a7794: add IIC clocks
      ARM: dts: r8a7794: Add IIC nodes
      ARM: dts: r8a7790: Use USB3.0 fallback compatibility string
      ARM: dts: r8a7791: Use USB3.0 fallback compatibility string

Ulrich Hecht (2):
      ARM: dts: r8a7793: Add SDHI controllers
      ARM: dts: gose: Enable SDHI controllers

Wolfram Sang (2):
      ARM: dts: r8a7790: lager: Enable UHS-I SDR-50
      ARM: dts: r8a7790: fix max-frequency for SDHI

 arch/arm/boot/dts/r8a7779.dtsi            |   2 +-
 arch/arm/boot/dts/r8a7790-lager.dts       |  22 +++++-
 arch/arm/boot/dts/r8a7790.dtsi            |  32 ++++++--
 arch/arm/boot/dts/r8a7791.dtsi            |   8 +-
 arch/arm/boot/dts/r8a7793-gose.dts        | 119 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/r8a7793.dtsi            |  82 +++++++++++++++++++-
 arch/arm/boot/dts/r8a7794.dtsi            |  92 ++++++++++++++++++++---
 arch/arm/boot/dts/sh73a0-kzm9g.dts        |   7 ++
 arch/arm/boot/dts/sh73a0.dtsi             |   2 +-
 include/dt-bindings/clock/r8a7790-clock.h |   1 +
 include/dt-bindings/clock/r8a7794-clock.h |   5 ++
 11 files changed, 343 insertions(+), 29 deletions(-)

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

end of thread, other threads:[~2016-04-26 11:22 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25  4:27 [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.7 Simon Horman
2016-04-25  4:27 ` [PATCH 01/22] ARM: dts: r8a7790: use fallback jpu compatibility string Simon Horman
2016-04-25  4:27 ` [PATCH 02/22] ARM: dts: r8a7791: " Simon Horman
2016-04-25  4:27 ` [PATCH 03/22] ARM: dts: r8a7790: Add SCIF2 clock Simon Horman
2016-04-25  4:27 ` [PATCH 04/22] ARM: dts: r8a7790: Add SCIF2 device node Simon Horman
2016-04-25  4:27 ` [PATCH 05/22] ARM: dts: r8a7791: use fallback can compatibility string Simon Horman
2016-04-25  4:27 ` [PATCH 06/22] ARM: dts: r8a7790: " Simon Horman
2016-04-25  4:27 ` [PATCH 07/22] ARM: dts: r8a7794: add CAN clocks to device tree Simon Horman
2016-04-25  4:27 ` [PATCH 08/22] ARM: dts: r8a7794: add CAN nodes " Simon Horman
2016-04-25  4:27 ` [PATCH 09/22] ARM: dts: r8a7793: add CAN clocks " Simon Horman
2016-04-25  4:27 ` [PATCH 10/22] ARM: dts: r8a7793: add CAN nodes " Simon Horman
2016-04-25  4:27 ` [PATCH 11/22] ARM: dts: r8a7794: add IIC clocks Simon Horman
2016-04-25  4:27 ` [PATCH 12/22] ARM: dts: r8a7794: Add IIC nodes Simon Horman
2016-04-25  4:27 ` [PATCH 13/22] ARM: dts: sh73a0: Correct interrupt type for ARM TWD Simon Horman
2016-04-25  4:27 ` [PATCH 14/22] ARM: dts: r8a7779: " Simon Horman
2016-04-25  4:27 ` [PATCH 15/22] ARM: dts: r8a7790: Use USB3.0 fallback compatibility string Simon Horman
2016-04-25  4:27 ` [PATCH 16/22] ARM: dts: r8a7791: " Simon Horman
2016-04-25  4:27 ` [PATCH 17/22] ARM: dts: r8a7790: Set maximum frequencies for SDHI clocks Simon Horman
2016-04-25  4:27 ` [PATCH 18/22] ARM: dts: r8a7790: lager: Enable UHS-I SDR-50 Simon Horman
2016-04-25  4:27 ` [PATCH 19/22] ARM: dts: kzm9g: Configure NMI key as wake-up source Simon Horman
2016-04-25  4:27 ` [PATCH 20/22] ARM: dts: r8a7790: fix max-frequency for SDHI Simon Horman
2016-04-25  4:27 ` [PATCH 21/22] ARM: dts: r8a7793: Add SDHI controllers Simon Horman
2016-04-25  4:27 ` [PATCH 22/22] ARM: dts: gose: Enable " Simon Horman
2016-04-25 21:02 ` [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.7 Arnd Bergmann
2016-04-26  7:30   ` Geert Uytterhoeven
2016-04-26  8:12     ` Arnd Bergmann
2016-04-26  8:32       ` Geert Uytterhoeven
2016-04-26 10:41         ` Arnd Bergmann
2016-04-26 11:22           ` Geert Uytterhoeven

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