linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
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.20
Date: Mon, 29 Dec 2014 10:44:01 +0900	[thread overview]
Message-ID: <cover.1419812185.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT updates for v3.20.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-for-v3.20

for you to fetch changes up to 7408d3061d2f04181820902fae6e92e4a73d5cc0:

  ARM: shmobile: r8a7791: add MLB+ clock (2014-12-23 09:18:23 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v3.20

* Use clock-indices instead of deprecated renesas,clock-indices
* Prepare for r8a73a4 multiplatform support
* Increase clock coverage for r8a779[014]
* Correct r8a7779 clock usage
* Correct LAN9220 VDDVARIO voltage on ape6evm
* Correct QSPI SPI-Flash mode of lager and koelsch
* Correct flash partition label and size on koelsch
* Correct mask for GIC PPI interrupts on r8a779[14]
* Correct BSC bus range on ape6evm-reference

----------------------------------------------------------------
Andrey Gusakov (2):
      ARM: shmobile: r8a7790: add MLB+ clock
      ARM: shmobile: r8a7791: add MLB+ clock

Ben Dooks (2):
      ARM: shmobile: r8a7790 dtsi: Change to using clock-indices
      ARM: shmobile: r8a7791 dtsi: Change to using clock-indices

Geert Uytterhoeven (6):
      ARM: shmobile: ape6evm-reference: Correct BSC bus range
      ARM: shmobile: r8a7740 dtsi: Change to using clock-indices
      ARM: shmobile: r8a7779 dtsi: Change to using clock-indices
      ARM: shmobile: r8a7794 dtsi: Change to using clock-indices
      ARM: shmobile: r8a7791: Correct mask for GIC PPI interrupts
      ARM: shmobile: r8a7794: Correct mask for GIC PPI interrupts

Hiroyuki Yokoyama (1):
      ARM: shmobile: r8a7794: Add SYS-DMAC clocks to device tree

Hisashi Nakamura (3):
      ARM: shmobile: koelsch: Fix QSPI mode of SPI-Flash into mode3
      ARM: shmobile: lager: Fix QSPI mode of SPI-Flash into mode3
      ARM: shmobile: r8a7794: Add QSPI clock to device tree

Kazuya Mizuguchi (1):
      ARM: shmobile: r8a7794: Add USBDMAC[01] clocks to device tree

Koji Matsuoka (1):
      ARM: shmobile: r8a7794: Add I2C clocks to device tree

Laurent Pinchart (1):
      ARM: shmobile: ape6evm: Fix LAN9220 VDDVARIO voltage

Magnus Damm (3):
      ARM: shmobile: r8a7779: Use R8A7779_CLK_P as SCIF parent clock
      ARM: shmobile: r8a7779: Use MSTP for SCIF clocks
      ARM: shmobile: r8a7779: Add TWD device to DTS

Ryo Kataoka (1):
      ARM: shmobile: r8a7791: Add IPMMU-SGX clock to device tree

Shinobu Uehara (3):
      ARM: shmobile: r8a7794: Add USB clocks to device tree
      ARM: shmobile: r8a7794: Add SDHI clocks to device tree
      ARM: shmobile: r8a7794: Add MMCIF clock to device tree

Simon Horman (1):
      ARM: shmobile: dts: koelsch: Fix flash partition label and size

Ulrich Hecht (5):
      ARM: shmobile: ape6evm: fix compatible string for Ethernet controller
      ARM: shmobile: ape6evm: synchronize dts with reference platform
      ARM: shmobile: ape6evm: Add LEDs to the device tree
      ARM: shmobile: ape6evm: Add keypad to the device tree
      ARM: shmobile: r8a73a4: Add r8a73a4-ape6evm.dtb to ARCH_SHMOBILE_MULTI

 arch/arm/boot/dts/Makefile                      |   1 +
 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts |   2 +-
 arch/arm/boot/dts/r8a73a4-ape6evm.dts           | 173 +++++++++++++++++++++++-
 arch/arm/boot/dts/r8a7740.dtsi                  |  10 +-
 arch/arm/boot/dts/r8a7779.dtsi                  |  39 ++++--
 arch/arm/boot/dts/r8a7790-lager.dts             |   2 +
 arch/arm/boot/dts/r8a7790.dtsi                  |  33 +++--
 arch/arm/boot/dts/r8a7791-koelsch.dts           |  12 +-
 arch/arm/boot/dts/r8a7791.dtsi                  |  40 +++---
 arch/arm/boot/dts/r8a7794.dtsi                  |  82 ++++++++---
 include/dt-bindings/clock/r8a7790-clock.h       |   1 +
 include/dt-bindings/clock/r8a7791-clock.h       |   2 +
 include/dt-bindings/clock/r8a7794-clock.h       |  17 +++
 13 files changed, 333 insertions(+), 81 deletions(-)

             reply	other threads:[~2014-12-29  1:44 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-29  1:44 Simon Horman [this message]
2014-12-29  1:43 ` [PATCH 01/30] ARM: shmobile: ape6evm-reference: Correct BSC bus range Simon Horman
2014-12-29  1:43 ` [PATCH 02/30] ARM: shmobile: r8a7740 dtsi: Change to using clock-indices Simon Horman
2014-12-29  1:43 ` [PATCH 03/30] ARM: shmobile: r8a7779 " Simon Horman
2014-12-29  1:43 ` [PATCH 04/30] ARM: shmobile: r8a7790 " Simon Horman
2014-12-29  1:43 ` [PATCH 05/30] ARM: shmobile: r8a7791 " Simon Horman
2014-12-29  1:43 ` [PATCH 06/30] ARM: shmobile: r8a7794 " Simon Horman
2014-12-29  1:43 ` [PATCH 07/30] ARM: shmobile: r8a7794: Add USB clocks to device tree Simon Horman
2014-12-29  1:43 ` [PATCH 08/30] ARM: shmobile: dts: koelsch: Fix flash partition label and size Simon Horman
2014-12-29  1:43 ` [PATCH 09/30] ARM: shmobile: r8a7791: Correct mask for GIC PPI interrupts Simon Horman
2014-12-29  1:43 ` [PATCH 10/30] ARM: shmobile: r8a7794: " Simon Horman
2014-12-29  1:43 ` [PATCH 11/30] ARM: shmobile: r8a7794: Add USBDMAC[01] clocks to device tree Simon Horman
2014-12-29  1:43 ` [PATCH 12/30] ARM: shmobile: koelsch: Fix QSPI mode of SPI-Flash into mode3 Simon Horman
2014-12-29  1:43 ` [PATCH 13/30] ARM: shmobile: r8a7791: Add IPMMU-SGX clock to device tree Simon Horman
2014-12-29  1:43 ` [PATCH 14/30] ARM: shmobile: r8a7794: Add SYS-DMAC clocks " Simon Horman
2014-12-29  1:43 ` [PATCH 15/30] ARM: shmobile: lager: Fix QSPI mode of SPI-Flash into mode3 Simon Horman
2014-12-29  1:43 ` [PATCH 16/30] ARM: shmobile: r8a7794: Add QSPI clock to device tree Simon Horman
2014-12-29  1:43 ` [PATCH 17/30] ARM: shmobile: r8a7779: Use R8A7779_CLK_P as SCIF parent clock Simon Horman
2014-12-29  1:43 ` [PATCH 18/30] ARM: shmobile: r8a7779: Use MSTP for SCIF clocks Simon Horman
2014-12-29  1:43 ` [PATCH 19/30] ARM: shmobile: r8a7779: Add TWD device to DTS Simon Horman
2014-12-29  1:43 ` [PATCH 20/30] ARM: shmobile: r8a7794: Add I2C clocks to device tree Simon Horman
2014-12-29  1:43 ` [PATCH 21/30] ARM: shmobile: r8a7794: Add SDHI " Simon Horman
2014-12-29 11:14   ` Sergei Shtylyov
2014-12-31  6:14     ` Simon Horman
2014-12-29  1:43 ` [PATCH 22/30] ARM: shmobile: r8a7794: Add MMCIF clock " Simon Horman
2014-12-29  1:43 ` [PATCH 23/30] ARM: shmobile: ape6evm: fix compatible string for Ethernet controller Simon Horman
2014-12-29  1:43 ` [PATCH 24/30] ARM: shmobile: ape6evm: synchronize dts with reference platform Simon Horman
2014-12-29  1:43 ` [PATCH 25/30] ARM: shmobile: ape6evm: Add LEDs to the device tree Simon Horman
2014-12-29  1:43 ` [PATCH 26/30] ARM: shmobile: ape6evm: Add keypad " Simon Horman
2014-12-29  1:43 ` [PATCH 27/30] ARM: shmobile: r8a73a4: Add r8a73a4-ape6evm.dtb to ARCH_SHMOBILE_MULTI Simon Horman
2014-12-29  1:43 ` [PATCH 28/30] ARM: shmobile: ape6evm: Fix LAN9220 VDDVARIO voltage Simon Horman
2014-12-29  1:44 ` [PATCH 29/30] ARM: shmobile: r8a7790: add MLB+ clock Simon Horman
2014-12-29  1:44 ` [PATCH 30/30] ARM: shmobile: r8a7791: " Simon Horman
2015-01-12 22:24 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.20 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.1419812185.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).