From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Renesas ARM Based SoC DT Updates for v4.11
Date: Fri, 6 Jan 2017 12:18:31 +0100 [thread overview]
Message-ID: <cover.1483700969.git.horms+renesas@verge.net.au> (raw)
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC DT updates for v4.11.
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-for-v4.11
for you to fetch changes up to 654450baf2afba86cf328e1849ccac61ec4630af:
ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for msiof nodes (2017-01-03 10:47:05 +0100)
----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v4.11
* Add da9063 PMIC device node for system restart to gose board
* Add device node for PRR to SoCs where it was missing
* Move RST node before SYSC node where it was incorrectly placed
* Use Gen 2 fallback bindings for I2C, IIC, MSIOf and USB2 phy
* Use SoC-specific compat string for MMCIF where it was missing
----------------------------------------------------------------
Geert Uytterhoeven (5):
ARM: dts: r8a7743: Move RST node before SYSC node
ARM: dts: r8a7745: Move RST node before SYSC node
ARM: dts: r8a7743: Add device node for PRR
ARM: dts: r8a7745: Add device node for PRR
ARM: dts: gose: Add da9063 PMIC device node for system restart
Simon Horman (20):
ARM: dts: r8a73a4: Use SoC-specific compat string for mmcif
ARM: dts: r8a7778: Use SoC-specific compat string for mmcif
ARM: dts: sh73a0: Use SoC-specific compat string for mmcif
ARM: dts: r8a7790: Use renesas,rcar-gen2-usb-phy fallback binding
ARM: dts: r8a7791: Use renesas,rcar-gen2-usb-phy fallback binding
ARM: dts: r8a7794: Use renesas,rcar-gen2-usb-phy fallback binding
ARM: dts: r8a7779: Use R-Car Gen 1 fallback binding for i2c nodes
ARM: dts: r8a7778: Use R-Car Gen 1 fallback binding for i2c nodes
ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for i2c nodes
ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for i2c nodes
ARM: dts: r8a7792: Use R-Car Gen 2 fallback binding for i2c nodes
ARM: dts: r8a7793: Use R-Car Gen 2 fallback binding for i2c nodes
ARM: dts: r8a7794: Use R-Car Gen 2 fallback binding for i2c nodes
ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for iic nodes
ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for iic nodes
ARM: dts: r8a7793: Use R-Car Gen 2 fallback binding for iic nodes
ARM: dts: r8a7794: Use R-Car Gen 2 fallback binding for iic nodes
ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for msiof nodes
ARM: dts: r8a7792: Use R-Car Gen 2 fallback binding for msiof nodes
ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for msiof nodes
arch/arm/boot/dts/r8a73a4.dtsi | 4 ++--
arch/arm/boot/dts/r8a7743.dtsi | 13 +++++++++----
arch/arm/boot/dts/r8a7745.dtsi | 13 +++++++++----
arch/arm/boot/dts/r8a7778.dtsi | 10 +++++-----
arch/arm/boot/dts/r8a7779.dtsi | 8 ++++----
arch/arm/boot/dts/r8a7790.dtsi | 35 ++++++++++++++++++++++-------------
arch/arm/boot/dts/r8a7791.dtsi | 33 ++++++++++++++++++++-------------
arch/arm/boot/dts/r8a7792.dtsi | 24 ++++++++++++++++--------
arch/arm/boot/dts/r8a7793-gose.dts | 21 +++++++++++++++++++++
arch/arm/boot/dts/r8a7793.dtsi | 21 ++++++++++++---------
arch/arm/boot/dts/r8a7794.dtsi | 21 ++++++++++++---------
arch/arm/boot/dts/sh73a0.dtsi | 2 +-
12 files changed, 133 insertions(+), 72 deletions(-)
next reply other threads:[~2017-01-06 11:18 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-06 11:18 Simon Horman [this message]
2017-01-06 11:18 ` [PATCH 01/25] ARM: dts: r8a7743: Move RST node before SYSC node Simon Horman
2017-01-06 11:18 ` [PATCH 02/25] ARM: dts: r8a7745: " Simon Horman
2017-01-06 11:18 ` [PATCH 03/25] ARM: dts: r8a7743: Add device node for PRR Simon Horman
2017-01-06 11:18 ` [PATCH 04/25] ARM: dts: r8a7745: " Simon Horman
2017-01-06 11:18 ` [PATCH 05/25] ARM: dts: r8a73a4: Use SoC-specific compat string for mmcif Simon Horman
2017-01-06 11:18 ` [PATCH 06/25] ARM: dts: r8a7778: " Simon Horman
2017-01-06 11:18 ` [PATCH 07/25] ARM: dts: sh73a0: " Simon Horman
2017-01-06 11:18 ` [PATCH 08/25] ARM: dts: gose: Add da9063 PMIC device node for system restart Simon Horman
2017-01-06 11:18 ` [PATCH 09/25] ARM: dts: r8a7790: Use renesas, rcar-gen2-usb-phy fallback binding Simon Horman
2017-01-06 11:18 ` [PATCH 10/25] ARM: dts: r8a7791: " Simon Horman
2017-01-06 11:18 ` [PATCH 11/25] ARM: dts: r8a7794: " Simon Horman
2017-01-06 11:18 ` [PATCH 12/25] ARM: dts: r8a7779: Use R-Car Gen 1 fallback binding for i2c nodes Simon Horman
2017-01-06 11:18 ` [PATCH 13/25] ARM: dts: r8a7778: " Simon Horman
2017-01-06 11:18 ` [PATCH 14/25] ARM: dts: r8a7790: Use R-Car Gen 2 " Simon Horman
2017-01-06 11:18 ` [PATCH 15/25] ARM: dts: r8a7791: " Simon Horman
2017-01-06 11:18 ` [PATCH 16/25] ARM: dts: r8a7792: " Simon Horman
2017-01-06 11:18 ` [PATCH 17/25] ARM: dts: r8a7793: " Simon Horman
2017-01-06 11:18 ` [PATCH 18/25] ARM: dts: r8a7794: " Simon Horman
2017-01-06 11:18 ` [PATCH 19/25] ARM: dts: r8a7790: Use R-Car Gen 2 fallback binding for iic nodes Simon Horman
2017-01-06 11:18 ` [PATCH 20/25] ARM: dts: r8a7791: " Simon Horman
2017-01-06 11:18 ` [PATCH 21/25] ARM: dts: r8a7793: " Simon Horman
2017-01-06 11:18 ` [PATCH 22/25] ARM: dts: r8a7794: " Simon Horman
2017-01-06 11:18 ` [PATCH 23/25] ARM: dts: r8a7791: Use R-Car Gen 2 fallback binding for msiof nodes Simon Horman
2017-01-06 11:18 ` [PATCH 24/25] ARM: dts: r8a7792: " Simon Horman
2017-01-06 11:18 ` [PATCH 25/25] ARM: dts: r8a7790: " Simon Horman
2017-01-10 3:16 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.11 Olof Johansson
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.1483700969.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).