From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.7
Date: Mon, 25 Apr 2016 14:27:31 +1000 [thread overview]
Message-ID: <cover.1461558315.git.horms+renesas@verge.net.au> (raw)
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(-)
next reply other threads:[~2016-04-25 4:27 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 4:27 Simon Horman [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1461558315.git.horms+renesas@verge.net.au \
--to=horms+renesas@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).