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.2
Date: Thu, 14 May 2015 10:06:56 +0900 [thread overview]
Message-ID: <cover.1431565427.git.horms+renesas@verge.net.au> (raw)
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC DT updates for v4.2.
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -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.2
for you to fetch changes up to 7706993e2deb75022dbcfc3043890aa1a0020189:
ARM: shmobile: r8a7791: Enable DMA for HSUSB (2015-05-12 08:55:16 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v4.2
* Enable DMA for HSUSB on r8a7790 and r8a7791 SoCs
* Configure the HOME key as wake-up source on kzm9g board
* Use generic names for device nodes on SH Mobile SoCs and boards
* Add "nor-jedec" compatible value to SH Mobile boards
* Add IRQC clock to r8a73a4, r8a779* SoCs
* Remove MSIOF address from r8a7790 and r8a7791 SoCs
----------------------------------------------------------------
Geert Uytterhoeven (25):
ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming
ARM: shmobile: sh73a0 dtsi: Fix SCIFB naming
ARM: shmobile: r8a73a4: Add IRQC clock to device tree
ARM: shmobile: r8a7790: Add IRQC clock to device tree
ARM: shmobile: r8a7791: Add IRQC clock to device tree
ARM: shmobile: r8a7794: Add IRQC clock to device tree
ARM: shmobile: r8a7740 dtsi: Use generic names for device nodes
ARM: shmobile: r8a7778 dtsi: Use generic names for device nodes
ARM: shmobile: r8a7779 dtsi: Use generic names for device nodes
ARM: shmobile: r8a7790 dtsi: Use generic names for device nodes
ARM: shmobile: r8a7791 dtsi: Use generic names for device nodes
ARM: shmobile: sh73a0 dtsi: Use generic names for device nodes
ARM: shmobile: ape6evm dts: Use generic names for device nodes
ARM: shmobile: kzm9d dts: Use generic names for device nodes
ARM: shmobile: marzen dts: Use generic names for device nodes
ARM: shmobile: armadillo800eva dts: Use generic names for device nodes
ARM: shmobile: henninger dts: Add "nor-jedec" compatible value
ARM: shmobile: bockw-reference dts: Add "nor-jedec" compatible value
ARM: shmobile: lager dts: Add "nor-jedec" compatible value
ARM: shmobile: bockw dts: Add "nor-jedec" compatible value
ARM: shmobile: koelsch dts: Add "nor-jedec" compatible value
ARM: shmobile: bockw dts: Use generic names for device nodes
ARM: shmobile: lager dts: Use generic names for device nodes
ARM: shmobile: koelsch dts: Use generic names for device nodes
ARM: shmobile: kzm9g dts: Configure the HOME key as wake-up source
Ryo Kataoka (2):
ARM: shmobile: r8a7790: Remove MSIOF address from device tree
ARM: shmobile: r8a7791: Remove MSIOF address from device tree
Yoshihiro Shimoda (4):
ARM: shmobile: r8a7790: add USB-DMAC device nodes
ARM: shmobile: r8a7790: Enable DMA for HSUSB
ARM: shmobile: r8a7791: add USB-DMAC device nodes
ARM: shmobile: r8a7791: Enable DMA for HSUSB
Documentation/devicetree/bindings/spi/sh-msiof.txt | 2 +-
arch/arm/boot/dts/emev2-kzm9d.dts | 4 +-
arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 +-
arch/arm/boot/dts/r8a73a4.dtsi | 11 ++++--
arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 +-
arch/arm/boot/dts/r8a7740.dtsi | 10 ++---
arch/arm/boot/dts/r8a7778-bockw-reference.dts | 2 +-
arch/arm/boot/dts/r8a7778-bockw.dts | 4 +-
arch/arm/boot/dts/r8a7778.dtsi | 2 +-
arch/arm/boot/dts/r8a7779-marzen.dts | 6 +--
arch/arm/boot/dts/r8a7779.dtsi | 2 +-
arch/arm/boot/dts/r8a7790-lager.dts | 4 +-
arch/arm/boot/dts/r8a7790.dtsi | 44 +++++++++++++++++++---
arch/arm/boot/dts/r8a7791-henninger.dts | 2 +-
arch/arm/boot/dts/r8a7791-koelsch.dts | 4 +-
arch/arm/boot/dts/r8a7791.dtsi | 42 +++++++++++++++++++--
arch/arm/boot/dts/r8a7794.dtsi | 9 +++++
arch/arm/boot/dts/sh73a0-kzm9g.dts | 1 +
arch/arm/boot/dts/sh73a0.dtsi | 10 ++---
include/dt-bindings/clock/r8a73a4-clock.h | 1 +
include/dt-bindings/clock/r8a7790-clock.h | 3 ++
include/dt-bindings/clock/r8a7791-clock.h | 3 ++
include/dt-bindings/clock/r8a7794-clock.h | 3 ++
23 files changed, 132 insertions(+), 41 deletions(-)
next reply other threads:[~2015-05-14 1:06 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-14 1:06 Simon Horman [this message]
2015-05-14 1:06 ` [PATCH 01/31] ARM: shmobile: r8a7790: Remove MSIOF address from device tree Simon Horman
2015-05-14 1:06 ` [PATCH 02/31] ARM: shmobile: r8a7791: " Simon Horman
2015-05-14 1:06 ` [PATCH 03/31] ARM: shmobile: r8a7740 dtsi: Fix SCIFB naming Simon Horman
2015-05-14 1:06 ` [PATCH 04/31] ARM: shmobile: sh73a0 " Simon Horman
2015-05-14 1:06 ` [PATCH 05/31] ARM: shmobile: r8a73a4: Add IRQC clock to device tree Simon Horman
2015-05-14 1:06 ` [PATCH 06/31] ARM: shmobile: r8a7790: " Simon Horman
2015-05-14 1:06 ` [PATCH 07/31] ARM: shmobile: r8a7791: " Simon Horman
2015-05-14 1:06 ` [PATCH 08/31] ARM: shmobile: r8a7794: " Simon Horman
2015-05-14 1:06 ` [PATCH 09/31] ARM: shmobile: r8a7740 dtsi: Use generic names for device nodes Simon Horman
2015-05-14 1:06 ` [PATCH 10/31] ARM: shmobile: r8a7778 " Simon Horman
2015-05-14 1:06 ` [PATCH 11/31] ARM: shmobile: r8a7779 " Simon Horman
2015-05-14 1:06 ` [PATCH 12/31] ARM: shmobile: r8a7790 " Simon Horman
2015-05-14 1:06 ` [PATCH 13/31] ARM: shmobile: r8a7791 " Simon Horman
2015-05-14 1:06 ` [PATCH 14/31] ARM: shmobile: sh73a0 " Simon Horman
2015-05-14 1:06 ` [PATCH 15/31] ARM: shmobile: ape6evm dts: " Simon Horman
2015-05-14 1:06 ` [PATCH 16/31] ARM: shmobile: kzm9d " Simon Horman
2015-05-14 1:06 ` [PATCH 17/31] ARM: shmobile: marzen " Simon Horman
2015-05-14 1:06 ` [PATCH 18/31] ARM: shmobile: armadillo800eva " Simon Horman
2015-05-14 1:06 ` [PATCH 19/31] ARM: shmobile: henninger dts: Add "nor-jedec" compatible value Simon Horman
2015-05-14 1:06 ` [PATCH 20/31] ARM: shmobile: bockw-reference " Simon Horman
2015-05-14 1:06 ` [PATCH 21/31] ARM: shmobile: lager " Simon Horman
2015-05-14 1:06 ` [PATCH 22/31] ARM: shmobile: bockw " Simon Horman
2015-05-14 1:06 ` [PATCH 23/31] ARM: shmobile: koelsch " Simon Horman
2015-05-14 1:06 ` [PATCH 24/31] ARM: shmobile: bockw dts: Use generic names for device nodes Simon Horman
2015-05-14 1:06 ` [PATCH 25/31] ARM: shmobile: lager " Simon Horman
2015-05-14 1:06 ` [PATCH 26/31] ARM: shmobile: koelsch " Simon Horman
2015-05-14 1:06 ` [PATCH 27/31] ARM: shmobile: kzm9g dts: Configure the HOME key as wake-up source Simon Horman
2015-05-14 1:06 ` [PATCH 28/31] ARM: shmobile: r8a7790: add USB-DMAC device nodes Simon Horman
2015-05-14 1:06 ` [PATCH 29/31] ARM: shmobile: r8a7790: Enable DMA for HSUSB Simon Horman
2015-05-14 1:06 ` [PATCH 30/31] ARM: shmobile: r8a7791: add USB-DMAC device nodes Simon Horman
2015-09-29 22:34 ` Sergei Shtylyov
2015-09-30 6:44 ` Geert Uytterhoeven
2015-09-30 20:10 ` Sergei Shtylyov
2015-09-30 20:13 ` Geert Uytterhoeven
2015-09-30 20:25 ` Sergei Shtylyov
2015-09-30 9:06 ` Yoshihiro Shimoda
2015-10-01 7:24 ` Geert Uytterhoeven
2015-05-14 1:07 ` [PATCH 31/31] ARM: shmobile: r8a7791: Enable DMA for HSUSB Simon Horman
2015-05-14 15:37 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v4.2 Geert Uytterhoeven
2015-05-15 0:44 ` Simon Horman
2015-05-15 7:47 ` Geert Uytterhoeven
2015-05-15 15:22 ` Arnd Bergmann
2015-05-16 0:10 ` Simon Horman
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.1431565427.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).