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.8
Date: Wed, 8 Jun 2016 09:59:59 +0900 [thread overview]
Message-ID: <cover.1465346599.git.horms+renesas@verge.net.au> (raw)
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC DT updates for v4.8.
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-for-v4.8
for you to fetch changes up to b6960f19676e19f37a5e5a8af059fdf3b435d2f4:
ARM: dts: silk: Fix W=1 dtc warnings (2016-05-30 09:37:13 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v4.8
* Fix W=1 dtc warnings
* Reverence both DMA controllers on R-Car Gen 2 SoCs
* Remove nonexistent thermal sensor clock from r8a7794 SoC
* Correct unit names for cpu nodes on r8a7790 SoC
* Add MMCIF0 to r8a7793 SoC
* RTS/CTS hardware flow control for kzm9g and bockw boards
----------------------------------------------------------------
Geert Uytterhoeven (25):
ARM: dts: bockw: SCIF0 supports RTS/CTS hardware flow control
ARM: dts: kzm9g: SCIFA4 supports RTS/CTS hardware flow control
ARM: dts: r8a7790: Correct unit names for cpu nodes
ARM: dts: r8a7794: Remove nonexistent thermal sensor clock
ARM: dts: emev2: Fix W=1 dtc warnings
ARM: dts: r8a73a4: Fix W=1 dtc warnings
ARM: dts: r8a7740: Fix W=1 dtc warnings
ARM: dts: r8a7778: Fix W=1 dtc warnings
ARM: dts: r8a7790: Fix W=1 dtc warnings
ARM: dts: r8a7791: Fix W=1 dtc warnings
ARM: dts: r8a7793: Fix W=1 dtc warnings
ARM: dts: r8a7794: Fix W=1 dtc warnings
ARM: dts: sh73a0: Fix W=1 dtc warnings
ARM: dts: ape6evm: Fix W=1 dtc warnings
ARM: dts: armadillo800eva: Fix W=1 dtc warnings
ARM: dts: bockw: Fix W=1 dtc warnings
ARM: dts: genmai: Fix W=1 dtc warnings
ARM: dts: gose: Fix W=1 dtc warnings
ARM: dts: koelsch: Fix W=1 dtc warnings
ARM: dts: kzm9d: Fix W=1 dtc warnings
ARM: dts: kzm9g: Fix W=1 dtc warnings
ARM: dts: lager: Fix W=1 dtc warnings
ARM: dts: marzen: Fix W=1 dtc warnings
ARM: dts: porter: Fix W=1 dtc warnings
ARM: dts: silk: Fix W=1 dtc warnings
Niklas S?derlund (4):
ARM: dts: r8a7790: Reference both DMA controllers
ARM: dts: r8a7791: Reference both DMA controllers
ARM: dts: r8a7793: Reference both DMA controllers
ARM: dts: r8a7794: Reference both DMA controllers
Ulrich Hecht (1):
ARM: dts: r8a7793: Add MMCIF0
arch/arm/boot/dts/emev2-kzm9d.dts | 16 +-
arch/arm/boot/dts/emev2.dtsi | 26 +--
arch/arm/boot/dts/r7s72100-genmai.dts | 2 +-
arch/arm/boot/dts/r8a73a4-ape6evm.dts | 8 +-
arch/arm/boot/dts/r8a73a4.dtsi | 34 ++--
arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 12 +-
arch/arm/boot/dts/r8a7740.dtsi | 2 +-
arch/arm/boot/dts/r8a7778-bockw.dts | 5 +-
arch/arm/boot/dts/r8a7778.dtsi | 28 ++--
arch/arm/boot/dts/r8a7779-marzen.dts | 4 +-
arch/arm/boot/dts/r8a7790-lager.dts | 20 +--
arch/arm/boot/dts/r8a7790.dtsi | 232 +++++++++++++++-----------
arch/arm/boot/dts/r8a7791-koelsch.dts | 12 +-
arch/arm/boot/dts/r8a7791-porter.dts | 8 +-
arch/arm/boot/dts/r8a7791.dtsi | 224 ++++++++++++++-----------
arch/arm/boot/dts/r8a7793-gose.dts | 12 +-
arch/arm/boot/dts/r8a7793.dtsi | 198 +++++++++++++---------
arch/arm/boot/dts/r8a7794-silk.dts | 6 +-
arch/arm/boot/dts/r8a7794.dtsi | 132 +++++++++------
arch/arm/boot/dts/sh73a0-kzm9g.dts | 11 +-
arch/arm/boot/dts/sh73a0.dtsi | 2 +-
include/dt-bindings/clock/r8a7794-clock.h | 1 -
22 files changed, 564 insertions(+), 431 deletions(-)
next reply other threads:[~2016-06-08 0:59 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-08 0:59 Simon Horman [this message]
2016-06-08 0:59 ` [PATCH 01/30] ARM: dts: r8a7793: Add MMCIF0 Simon Horman
2016-06-08 0:59 ` [PATCH 02/30] ARM: dts: bockw: SCIF0 supports RTS/CTS hardware flow control Simon Horman
2016-06-08 0:59 ` [PATCH 03/30] ARM: dts: kzm9g: SCIFA4 " Simon Horman
2016-06-08 0:59 ` [PATCH 04/30] ARM: dts: r8a7790: Correct unit names for cpu nodes Simon Horman
2016-06-08 0:59 ` [PATCH 05/30] ARM: dts: r8a7790: Reference both DMA controllers Simon Horman
2016-06-08 0:59 ` [PATCH 06/30] ARM: dts: r8a7791: " Simon Horman
2016-06-08 0:59 ` [PATCH 07/30] ARM: dts: r8a7793: " Simon Horman
2016-06-08 0:59 ` [PATCH 08/30] ARM: dts: r8a7794: " Simon Horman
2016-06-08 0:59 ` [PATCH 09/30] ARM: dts: r8a7794: Remove nonexistent thermal sensor clock Simon Horman
2016-06-08 0:59 ` [PATCH 10/30] ARM: dts: emev2: Fix W=1 dtc warnings Simon Horman
2016-06-08 0:59 ` [PATCH 11/30] ARM: dts: r8a73a4: " Simon Horman
2016-06-08 0:59 ` [PATCH 12/30] ARM: dts: r8a7740: " Simon Horman
2016-06-08 0:59 ` [PATCH 13/30] ARM: dts: r8a7778: " Simon Horman
2016-06-08 0:59 ` [PATCH 14/30] ARM: dts: r8a7790: " Simon Horman
2016-06-08 7:13 ` Kuninori Morimoto
2016-06-08 0:59 ` [PATCH 15/30] ARM: dts: r8a7791: " Simon Horman
2016-06-08 0:59 ` [PATCH 16/30] ARM: dts: r8a7793: " Simon Horman
2016-06-08 0:59 ` [PATCH 17/30] ARM: dts: r8a7794: " Simon Horman
2016-06-08 0:59 ` [PATCH 18/30] ARM: dts: sh73a0: " Simon Horman
2016-06-08 0:59 ` [PATCH 19/30] ARM: dts: ape6evm: " Simon Horman
2016-06-08 0:59 ` [PATCH 20/30] ARM: dts: armadillo800eva: " Simon Horman
2016-06-08 0:59 ` [PATCH 21/30] ARM: dts: bockw: " Simon Horman
2016-06-08 0:59 ` [PATCH 22/30] ARM: dts: genmai: " Simon Horman
2016-06-08 0:59 ` [PATCH 23/30] ARM: dts: gose: " Simon Horman
2016-06-08 0:59 ` [PATCH 24/30] ARM: dts: koelsch: " Simon Horman
2016-06-08 0:59 ` [PATCH 25/30] ARM: dts: kzm9d: " Simon Horman
2016-06-08 0:59 ` [PATCH 26/30] ARM: dts: kzm9g: " Simon Horman
2016-06-08 0:59 ` [PATCH 27/30] ARM: dts: lager: " Simon Horman
2016-06-08 0:59 ` [PATCH 28/30] ARM: dts: marzen: " Simon Horman
2016-06-08 0:59 ` [PATCH 29/30] ARM: dts: porter: " Simon Horman
2016-06-08 1:00 ` [PATCH 30/30] ARM: dts: silk: " Simon Horman
2016-06-13 22:38 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.8 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.1465346599.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).