From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v3.19
Date: Thu, 13 Nov 2014 10:20:14 +0900 [thread overview]
Message-ID: <cover.1415755881.git.horms+renesas@verge.net.au> (raw)
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these second round of Renesas ARM based SoC DT updates for
v3.19.
This pull request is based on the previous round of
such requests, tagged as renesas-dt-for-v3.19,
which I have already sent a pull-request for.
The following changes since commit 25af9c83151822eb6d413b4d15d5f89804606ac7:
ARM: shmobile: r8a7779 dtsi: Add SoC-specific SATA compatible property (2014-10-30 10:01:37 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt2-for-v3.19
for you to fetch changes up to 2887bd4265cfbec6ccdd099c1728f82b4bebb69b:
ARM: shmobile: kzm9g-reference dts: Add labels for the LEDs (2014-11-10 10:12:04 +0900)
----------------------------------------------------------------
Second Round of Renesas ARM Based SoC DT Updates for v3.19
* Add labels for LEDs on kzm9g-reference and koelsch
* Use SoC-specific IIC compatible properties on sh73a0 and r8a73a4
* Add Sound DMA support to r8a7790/lager and r8a7791/koelsch
----------------------------------------------------------------
Geert Uytterhoeven (4):
ARM: shmobile: r8a73a4 dtsi: Add SoC-specific IIC compatible properties
ARM: shmobile: sh73a0 dtsi: Add SoC-specific IIC compatible properties
ARM: shmobile: koelsch dts: Add labels for the LEDs
ARM: shmobile: kzm9g-reference dts: Add labels for the LEDs
Koji Matsuoka (1):
ARM: shmobile: r8a7794: Add VIN clock to device tree
Kuninori Morimoto (20):
ARM: shmobile: r8a7790: Add Audio DMAC devices to DT
ARM: shmobile: r8a7791: Add Audio DMAC devices to DT
ARM: shmobile: r8a7790: Add Audio DMAC peri peri devices to DT
ARM: shmobile: r8a7791: Add Audio DMAC peri peri devices to DT
ARM: shmobile: r8a7790: sound enables Audio DMAC entry on DTSI
ARM: shmobile: r8a7791: sound enables Audio DMAC entry on DTSI
ARM: shmobile: r8a7790: sound enables Audio DMAC peri peri entry on DTSI
ARM: shmobile: r8a7791: sound enables Audio DMAC peri peri entry on DTSI
ARM: shmobile: lager: fixup IIC2 clock frequency
ARM: shmobile: lager: Sound PIO support on DTS
ARM: shmobile: lager: Sound DMA support on DTS
ARM: shmobile: lager: Sound DMA support via BUSIF on DTS
ARM: shmobile: lager: Sound DMA support via SRC on DTS
ARM: shmobile: lager: Sound DMA support via DVC on DTS
ARM: shmobile: koelsch: fixup I2C2 clock frequency
ARM: shmobile: koelsch: Sound PIO support on DTS
ARM: shmobile: koelsch: Sound DMA support on DTS
ARM: shmobile: koelsch: Sound DMA support via BUSIF on DTS
ARM: shmobile: koelsch: Sound DMA support via SRC on DTS
ARM: shmobile: koelsch: Sound DMA support via DVC on DTS
arch/arm/boot/dts/r8a73a4.dtsi | 18 +--
arch/arm/boot/dts/r8a7790-lager.dts | 74 ++++++++++
arch/arm/boot/dts/r8a7790.dtsi | 203 ++++++++++++++++++++++++++-
arch/arm/boot/dts/r8a7791-koelsch.dts | 77 +++++++++-
arch/arm/boot/dts/r8a7791.dtsi | 202 +++++++++++++++++++++++++-
arch/arm/boot/dts/r8a7794.dtsi | 6 +-
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 4 +
arch/arm/boot/dts/sh73a0.dtsi | 10 +-
include/dt-bindings/clock/r8a7790-clock.h | 2 +
include/dt-bindings/clock/r8a7791-clock.h | 2 +
include/dt-bindings/clock/r8a7794-clock.h | 2 +
11 files changed, 576 insertions(+), 24 deletions(-)
next reply other threads:[~2014-11-13 1:20 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 1:20 Simon Horman [this message]
2014-11-13 1:19 ` [PATCH 01/25] ARM: shmobile: r8a7794: Add VIN clock to device tree Simon Horman
2014-11-13 1:19 ` [PATCH 02/25] ARM: shmobile: r8a7790: Add Audio DMAC devices to DT Simon Horman
2014-11-13 1:19 ` [PATCH 03/25] ARM: shmobile: r8a7791: " Simon Horman
2014-11-13 1:19 ` [PATCH 04/25] ARM: shmobile: r8a7790: Add Audio DMAC peri peri " Simon Horman
2014-11-13 1:19 ` [PATCH 05/25] ARM: shmobile: r8a7791: " Simon Horman
2014-11-13 1:19 ` [PATCH 06/25] ARM: shmobile: r8a7790: sound enables Audio DMAC entry on DTSI Simon Horman
2014-11-13 1:19 ` [PATCH 07/25] ARM: shmobile: r8a7791: " Simon Horman
2014-11-13 1:19 ` [PATCH 08/25] ARM: shmobile: r8a7790: sound enables Audio DMAC peri peri " Simon Horman
2014-11-17 11:29 ` Arnd Bergmann
2014-11-18 0:03 ` Kuninori Morimoto
2014-11-18 0:50 ` Simon Horman
2014-11-18 12:56 ` Arnd Bergmann
2014-11-19 0:10 ` Simon Horman
2014-11-18 12:54 ` Arnd Bergmann
2014-11-19 0:16 ` Kuninori Morimoto
2014-11-19 8:05 ` Kuninori Morimoto
2014-11-25 0:59 ` Kuninori Morimoto
2014-11-13 1:20 ` [PATCH 09/25] ARM: shmobile: r8a7791: " Simon Horman
2014-11-13 1:20 ` [PATCH 10/25] ARM: shmobile: lager: fixup IIC2 clock frequency Simon Horman
2014-11-13 1:20 ` [PATCH 11/25] ARM: shmobile: lager: Sound PIO support on DTS Simon Horman
2014-11-13 1:20 ` [PATCH 12/25] ARM: shmobile: lager: Sound DMA " Simon Horman
2014-11-13 1:20 ` [PATCH 13/25] ARM: shmobile: lager: Sound DMA support via BUSIF " Simon Horman
2014-11-13 1:20 ` [PATCH 14/25] ARM: shmobile: lager: Sound DMA support via SRC " Simon Horman
2014-11-13 1:20 ` [PATCH 15/25] ARM: shmobile: lager: Sound DMA support via DVC " Simon Horman
2014-11-13 1:20 ` [PATCH 16/25] ARM: shmobile: koelsch: fixup I2C2 clock frequency Simon Horman
2014-11-13 1:20 ` [PATCH 17/25] ARM: shmobile: koelsch: Sound PIO support on DTS Simon Horman
2014-11-13 1:20 ` [PATCH 18/25] ARM: shmobile: koelsch: Sound DMA " Simon Horman
2014-11-13 1:20 ` [PATCH 19/25] ARM: shmobile: koelsch: Sound DMA support via BUSIF " Simon Horman
2014-11-13 1:20 ` [PATCH 20/25] ARM: shmobile: koelsch: Sound DMA support via SRC " Simon Horman
2014-11-13 1:20 ` [PATCH 21/25] ARM: shmobile: koelsch: Sound DMA support via DVC " Simon Horman
2014-11-13 1:20 ` [PATCH 22/25] ARM: shmobile: r8a73a4 dtsi: Add SoC-specific IIC compatible properties Simon Horman
2014-11-13 1:20 ` [PATCH 23/25] ARM: shmobile: sh73a0 " Simon Horman
2014-11-13 1:20 ` [PATCH 24/25] ARM: shmobile: koelsch dts: Add labels for the LEDs Simon Horman
2014-11-13 1:20 ` [PATCH 25/25] ARM: shmobile: kzm9g-reference " Simon Horman
2014-11-19 22:09 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v3.19 Arnd Bergmann
2014-11-20 0:56 ` 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.1415755881.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).