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 v3.19
Date: Tue, 4 Nov 2014 10:51:00 +0900 [thread overview]
Message-ID: <cover.1415059587.git.horms+renesas@verge.net.au> (raw)
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC DT updates for v3.19.
This pull request is based on a merge of:
* "Renesas ARM Based SoC DT DU Updates for v3.19",
tagged as renesas-dt-du-for-v3.19.
* "Renesas ARM Based SoC r8a73a4 DT Timers Updates for v3.19",
tagged as renesas-r8a73a4-dt-timers-for-v3.19.
Both of which I have also sent a pull-request for.
The following changes since commit 4df49d9e1f2592338b5e8d0b5ce9f2485e295cc0:
Merge tag 'renesas-r8a73a4-dt-timers-for-v3.19' into dt-for-v3.19.base (2014-10-30 09:54:13 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-for-v3.19
for you to fetch changes up to 25af9c83151822eb6d413b4d15d5f89804606ac7:
ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property (2014-10-30 10:01:37 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v3.19
* Add Add SoC-specific SATA compatible property to r8a7779
* Enable DMA for MMCIF on r8a7791 and r8a7790
* Enable USB-PHY, HS-USB and USB3.0 on r8a7791 and r8a7790
* Enable TMU timer via DT on r8a7778
* Enable CMT timer via DT on r8a73a4
* Add MMP and {SR}GX clocks to r8a7791 and r8a7790
* Correct scifa2 clock index on r8a7740
* Add missing INTCA for irqpin on r8a7740
----------------------------------------------------------------
Geert Uytterhoeven (7):
ARM: shmobile: r8a7740 dtsi: Add missing INTCA clock for irqpin module
ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2
ARM: shmobile: r8a7740 dtsi: Add TMU0 and TMU1 device nodes
ARM: shmobile: armadillo800eva dts: Enable TMU0
ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property
ARM: shmobile: r8a7778: Add SoC-specific TMU compatible property
ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property
Hisashi Nakamura (1):
ARM: shmobile: r8a7794: Add arch_timer to device tree
Kouei Abe (2):
ARM: shmobile: r8a7790: Add RGX clock to device tree
ARM: shmobile: r8a7791: Add SGX clock to device tree
Laurent Pinchart (4):
ARM: shmobile: r8a7790: Rename mmcif node to mmc
ARM: shmobile: r8a7791: Add MMCIF0 DT node
ARM: shmobile: r8a7790: Reference DMA channels in MMCIF DT nodes
ARM: shmobile: r8a7791: Reference DMA channels in MMCIF DT node
Sergei Shtylyov (7):
ARM: shmobile: r8a7790: add USB PHY DT support
ARM: shmobile: lager: enable USB PHY
ARM: shmobile: r8a7791: add USB PHY DT support
ARM: shmobile: koelsch: enable USB PHY
ARM: shmobile: henninger: enable USB PHY
ARM: shmobile: r8a7790: link PCI USB devices to USB PHY
ARM: shmobile: r8a7791: link PCI USB devices to USB PHY
Simon Horman (2):
ARM: shmobile: r8a7778: Add TMU nodes
ARM: shmobile: bockw-reference: Initialise TMU device using DT
Wolfram Sang (1):
ARM: shmobile: r8a7790: switch from scif to scifa
Yoshifumi Hosoya (2):
ARM: shmobile: r8a7790: Add MMP clock to device tree
ARM: shmobile: r8a7791: Add MMP clock to device tree
Yoshihiro Shimoda (8):
ARM: shmobile: r8a7790: add USB3.0 device node
ARM: shmobile: lager: enable USB3.0
ARM: shmobile: r8a7791: add USB3.0 device node
ARM: shmobile: r8a7790: add HS-USB device node
ARM: shmobile: lager: enable HS-USB
ARM: shmobile: r8a7791: add HS-USB device node
ARM: shmobile: koelsch: enable HS-USB
ARM: shmobile: henninger: enable HS-USB
arch/arm/boot/dts/r8a73a4.dtsi | 2 +-
arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 4 +
arch/arm/boot/dts/r8a7740.dtsi | 44 +++++++++--
arch/arm/boot/dts/r8a7778-bockw-reference.dts | 4 +
arch/arm/boot/dts/r8a7778.dtsi | 36 +++++++++
arch/arm/boot/dts/r8a7779.dtsi | 2 +-
arch/arm/boot/dts/r8a7790-lager.dts | 46 +++++++++---
arch/arm/boot/dts/r8a7790.dtsi | 97 ++++++++++++++++++++++---
arch/arm/boot/dts/r8a7791-henninger.dts | 11 +++
arch/arm/boot/dts/r8a7791-koelsch.dts | 11 +++
arch/arm/boot/dts/r8a7791.dtsi | 101 ++++++++++++++++++++++++--
arch/arm/boot/dts/r8a7794.dtsi | 8 ++
arch/arm/mach-shmobile/setup-r8a7778.c | 3 +-
include/dt-bindings/clock/r8a7740-clock.h | 1 +
include/dt-bindings/clock/r8a7790-clock.h | 12 ++-
include/dt-bindings/clock/r8a7791-clock.h | 9 ++-
16 files changed, 351 insertions(+), 40 deletions(-)
next reply other threads:[~2014-11-04 1:51 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 1:51 Simon Horman [this message]
2014-11-04 1:50 ` [PATCH 01/34] ARM: shmobile: r8a7740 dtsi: Add missing INTCA clock for irqpin module Simon Horman
2014-11-04 1:50 ` [PATCH 02/34] ARM: shmobile: r8a7790: add USB PHY DT support Simon Horman
2014-11-04 1:50 ` [PATCH 03/34] ARM: shmobile: lager: enable USB PHY Simon Horman
2014-11-04 1:50 ` [PATCH 04/34] ARM: shmobile: r8a7791: add USB PHY DT support Simon Horman
2014-11-04 1:50 ` [PATCH 05/34] ARM: shmobile: koelsch: enable USB PHY Simon Horman
2014-11-04 1:50 ` [PATCH 06/34] ARM: shmobile: henninger: " Simon Horman
2014-11-04 1:50 ` [PATCH 07/34] ARM: shmobile: r8a7790: link PCI USB devices to " Simon Horman
2014-11-04 1:50 ` [PATCH 08/34] ARM: shmobile: r8a7791: " Simon Horman
2014-11-04 1:50 ` [PATCH 09/34] ARM: shmobile: r8a7790: switch from scif to scifa Simon Horman
2014-11-04 1:50 ` [PATCH 10/34] ARM: shmobile: r8a7740 dtsi: Fix clock index for scifa2 Simon Horman
2014-11-04 1:50 ` [PATCH 11/34] ARM: shmobile: r8a7790: Add RGX clock to device tree Simon Horman
2014-11-04 1:50 ` [PATCH 12/34] ARM: shmobile: r8a7791: Add SGX " Simon Horman
2014-11-04 1:50 ` [PATCH 13/34] ARM: shmobile: r8a7790: Add MMP " Simon Horman
2014-11-04 1:50 ` [PATCH 14/34] ARM: shmobile: r8a7791: " Simon Horman
2014-11-04 1:50 ` [PATCH 15/34] ARM: shmobile: r8a7740 dtsi: Add TMU0 and TMU1 device nodes Simon Horman
2014-11-04 1:50 ` [PATCH 16/34] ARM: shmobile: armadillo800eva dts: Enable TMU0 Simon Horman
2014-11-04 1:50 ` [PATCH 17/34] ARM: shmobile: r8a7778: Add TMU nodes Simon Horman
2014-11-04 1:50 ` [PATCH 18/34] ARM: shmobile: bockw-reference: Initialise TMU device using DT Simon Horman
2014-11-04 1:50 ` [PATCH 19/34] ARM: shmobile: r8a7794: Add arch_timer to device tree Simon Horman
2014-11-04 1:50 ` [PATCH 20/34] ARM: shmobile: r8a7790: add USB3.0 device node Simon Horman
2014-11-04 1:50 ` [PATCH 21/34] ARM: shmobile: lager: enable USB3.0 Simon Horman
2014-11-04 1:50 ` [PATCH 22/34] ARM: shmobile: r8a7791: add USB3.0 device node Simon Horman
2014-11-04 1:50 ` [PATCH 23/34] ARM: shmobile: r8a7790: add HS-USB " Simon Horman
2014-11-04 1:50 ` [PATCH 24/34] ARM: shmobile: lager: enable HS-USB Simon Horman
2014-11-04 1:50 ` [PATCH 25/34] ARM: shmobile: r8a7791: add HS-USB device node Simon Horman
2014-11-04 1:50 ` [PATCH 26/34] ARM: shmobile: koelsch: enable HS-USB Simon Horman
2014-11-04 1:50 ` [PATCH 27/34] ARM: shmobile: henninger: " Simon Horman
2014-11-04 1:50 ` [PATCH 28/34] ARM: shmobile: r8a73a4: Add SoC-specific CMT compatible property Simon Horman
2014-11-04 1:50 ` [PATCH 29/34] ARM: shmobile: r8a7778: Add SoC-specific TMU " Simon Horman
2014-11-04 1:51 ` [PATCH 30/34] ARM: shmobile: r8a7790: Rename mmcif node to mmc Simon Horman
2014-11-04 1:51 ` [PATCH 31/34] ARM: shmobile: r8a7791: Add MMCIF0 DT node Simon Horman
2014-11-04 1:51 ` [PATCH 32/34] ARM: shmobile: r8a7790: Reference DMA channels in MMCIF DT nodes Simon Horman
2014-11-04 1:51 ` [PATCH 33/34] ARM: shmobile: r8a7791: Reference DMA channels in MMCIF DT node Simon Horman
2014-11-04 1:51 ` [PATCH 34/34] ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property Simon Horman
2014-11-19 21:47 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.19 Arnd Bergmann
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.1415059587.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).