linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC DT Updates for v3.16
@ 2014-04-23  1:25 Simon Horman
  2014-04-23  1:25 ` [PATCH 01/33] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Simon Horman
                   ` (33 more replies)
  0 siblings, 34 replies; 40+ messages in thread
From: Simon Horman @ 2014-04-23  1:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

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


The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -0700)

are available in the git repository at:

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

for you to fetch changes up to dd485ab9a88267f4db0d58ace23b19e876ebf8ac:

  ARM: shmobile: armadillo-reference dts: Seiko Instruments, Inc is "sii" (2014-04-16 10:03:42 +0900)

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

r8a7791 (R-Car M2) and r8a7790 (R-Car H2) SoCs
* Add MSIOF nodes and aliases
* Correct I2C clock parents

r8a7791 (R-Car M2) SoC
* Add EHCI MSTP clock

r8a7791 (R-Car M2) based Koelsch and r8a7790 (R-Car H2) based Lager boards
* Add MSIOF nodes
* Add gpio-keys support for SW2
* Enable I2C
* Enable Quad SPI transfers for the SPI FLASH
* Rename and lable spi to qspi, add spi0 alias
* Set ethernet PHY LED mode

r8a7779 (R-Car H1) and r8a7778 (R-Car M2) SoCs
* Improve and correct HSPI nodes

r8a7778 (R-Car M2) based Bock-W board
* Add SPI FLASH

r8a7740 (R-Mobile A1) SoC
* Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings

r8a7740 (R-Mobile A1) based Armadillo800 EVA board
* Enable RTC
* Use KEY_* macros for gpio-keys

EMEV2 (Emma Mobile EV2) based kzm9g board
* Use KEY_* macros for gpio-keys

----------------------------------------------------------------
Geert Uytterhoeven (14):
      ARM: shmobile: r8a7790/lager dts: Rename label spi to qspi, add spi0 alias
      ARM: shmobile: r8a7791/koelsch dts: Rename label spi to qspi, add spi0 alias
      ARM: shmobile: r8a7790 dtsi: Add MSIOF nodes and aliases
      ARM: shmobile: r8a7791 dtsi: Add MSIOF nodes and aliases
      ARM: shmobile: lager dts: Add MSIOF nodes
      ARM: shmobile: koelsch dts: Add MSIOF nodes
      ARM: shmobile: r8a7778 dtsi: Improve and correct HSPI nodes
      ARM: shmobile: r8a7779 dtsi: Improve and correct HSPI nodes
      ARM: shmobile: bockw reference dts: Add SPI FLASH
      ARM: shmobile: armadillo-reference dts: Use KEY_* macros for gpio-keys
      ARM: shmobile: kzm9g-reference dts: Use KEY_* macros for gpio-keys
      ARM: shmobile: koelsch dts: Enable Quad SPI transfers for the SPI FLASH
      ARM: shmobile: lager dts: Enable Quad SPI transfers for the SPI FLASH
      ARM: shmobile: armadillo-reference dts: Seiko Instruments, Inc is "sii"

Laurent Pinchart (4):
      ARM: shmobile: lager: Set ethernet PHY LED mode
      ARM: shmobile: koelsch: Set ethernet PHY LED mode
      ARM: shmobile: r8a7790: Fix the I2C clocks parents in DT
      ARM: shmobile: r8a7791: Fix the I2C clocks parents in DT

Magnus Damm (4):
      ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS
      ARM: shmobile: Add DTS gpio-keys support for SW2 on Lager
      ARM: shmobile: Add DTS gpio-keys support for SW2 on Koelsch
      ARM: shmobile: r8a7791: Add EHCI MSTP clock

Simon Horman (1):
      ARM: shmobile: lager: Correct setting of ethernet PHY LED mode

Ulrich Hecht (2):
      ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings
      ARM: shmobile: armadillo-reference dts: enable RTC

Wolfram Sang (8):
      ARM: shmobile: r8a7791: add IIC0/1 clock macros
      ARM: shmobile: r8a7791: add IIC(B) clocks to dtsi
      ARM: shmobile: r8a7791: add IIC(B) cores to dtsi
      ARM: shmobile: koelsch: make i2c2-pfc node unique
      ARM: shmobile: koelsch: activate i2c6 bus
      ARM: shmobile: r8a7790: add IIC0-2 clock macros
      ARM: shmobile: r8a7790: add IIC(B) clocks to dtsi
      ARM: shmobile: r8a7790: add IIC(B) cores to dtsi

 .../boot/dts/r8a7740-armadillo800eva-reference.dts |  27 ++++-
 arch/arm/boot/dts/r8a7740.dtsi                     |   8 +-
 arch/arm/boot/dts/r8a7778-bockw-reference.dts      |  14 +++
 arch/arm/boot/dts/r8a7778.dtsi                     |  18 ++--
 arch/arm/boot/dts/r8a7779.dtsi                     |  18 ++--
 arch/arm/boot/dts/r8a7790-lager.dts                |  63 ++++++++++-
 arch/arm/boot/dts/r8a7790.dtsi                     | 120 ++++++++++++++++++---
 arch/arm/boot/dts/r8a7791-koelsch.dts              |  78 ++++++++++++--
 arch/arm/boot/dts/r8a7791.dtsi                     | 107 ++++++++++++++----
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts       |  15 +--
 include/dt-bindings/clock/r8a7790-clock.h          |   3 +
 include/dt-bindings/clock/r8a7791-clock.h          |   3 +
 12 files changed, 402 insertions(+), 72 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2014-05-05 21:34 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23  1:25 [GIT PULL] Renesas ARM Based SoC DT Updates for v3.16 Simon Horman
2014-04-23  1:25 ` [PATCH 01/33] ARM: shmobile: Update r8a7791 CPU freq to 1500MHz in DTS Simon Horman
2014-04-23  1:25 ` [PATCH 02/33] ARM: shmobile: r8a7790/lager dts: Rename label spi to qspi, add spi0 alias Simon Horman
2014-04-23  1:25 ` [PATCH 03/33] ARM: shmobile: r8a7791/koelsch " Simon Horman
2014-04-23  1:25 ` [PATCH 04/33] ARM: shmobile: r8a7790 dtsi: Add MSIOF nodes and aliases Simon Horman
2014-04-23  1:25 ` [PATCH 05/33] ARM: shmobile: r8a7791 " Simon Horman
2014-04-23  1:25 ` [PATCH 06/33] ARM: shmobile: lager dts: Add MSIOF nodes Simon Horman
2014-04-23  1:25 ` [PATCH 07/33] ARM: shmobile: koelsch " Simon Horman
2014-04-23  1:25 ` [PATCH 08/33] ARM: shmobile: r8a7778 dtsi: Improve and correct HSPI nodes Simon Horman
2014-04-23  1:25 ` [PATCH 09/33] ARM: shmobile: r8a7779 " Simon Horman
2014-04-23  1:25 ` [PATCH 10/33] ARM: shmobile: bockw reference dts: Add SPI FLASH Simon Horman
2014-04-23  1:25 ` [PATCH 11/33] ARM: shmobile: Add DTS gpio-keys support for SW2 on Lager Simon Horman
2014-04-23  1:25 ` [PATCH 12/33] ARM: shmobile: Add DTS gpio-keys support for SW2 on Koelsch Simon Horman
2014-04-23  1:25 ` [PATCH 13/33] ARM: shmobile: lager: Set ethernet PHY LED mode Simon Horman
2014-04-23  1:25 ` [PATCH 14/33] ARM: shmobile: koelsch: " Simon Horman
2014-04-23  1:25 ` [PATCH 15/33] ARM: shmobile: armadillo-reference dts: Use KEY_* macros for gpio-keys Simon Horman
2014-04-23  1:25 ` [PATCH 16/33] ARM: shmobile: kzm9g-reference " Simon Horman
2014-04-23  1:25 ` [PATCH 17/33] ARM: shmobile: r8a7791: add IIC0/1 clock macros Simon Horman
2014-04-23  1:25 ` [PATCH 18/33] ARM: shmobile: r8a7791: add IIC(B) clocks to dtsi Simon Horman
2014-04-23  1:25 ` [PATCH 19/33] ARM: shmobile: r8a7791: add IIC(B) cores " Simon Horman
2014-04-23  1:25 ` [PATCH 20/33] ARM: shmobile: koelsch: make i2c2-pfc node unique Simon Horman
2014-04-23  1:25 ` [PATCH 21/33] ARM: shmobile: koelsch: activate i2c6 bus Simon Horman
2014-04-23  1:25 ` [PATCH 22/33] ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings Simon Horman
2014-04-23  7:09   ` Geert Uytterhoeven
2014-04-23  7:18     ` Wolfram Sang
2014-04-23  7:26       ` Geert Uytterhoeven
2014-04-23 13:12   ` Rob Herring
2014-04-24  1:00     ` Simon Horman
2014-04-23  1:25 ` [PATCH 23/33] ARM: shmobile: r8a7791: Add EHCI MSTP clock Simon Horman
2014-04-23  1:25 ` [PATCH 24/33] ARM: shmobile: armadillo-reference dts: enable RTC Simon Horman
2014-04-23  1:25 ` [PATCH 25/33] ARM: shmobile: lager: Correct setting of ethernet PHY LED mode Simon Horman
2014-04-23  1:25 ` [PATCH 26/33] ARM: shmobile: r8a7790: Fix the I2C clocks parents in DT Simon Horman
2014-04-23  1:25 ` [PATCH 27/33] ARM: shmobile: r8a7791: " Simon Horman
2014-04-23  1:25 ` [PATCH 28/33] ARM: shmobile: r8a7790: add IIC0-2 clock macros Simon Horman
2014-04-23  1:25 ` [PATCH 29/33] ARM: shmobile: r8a7790: add IIC(B) clocks to dtsi Simon Horman
2014-04-23  1:25 ` [PATCH 30/33] ARM: shmobile: r8a7790: add IIC(B) cores " Simon Horman
2014-04-23  1:25 ` [PATCH 31/33] ARM: shmobile: koelsch dts: Enable Quad SPI transfers for the SPI FLASH Simon Horman
2014-04-23  1:26 ` [PATCH 32/33] ARM: shmobile: lager " Simon Horman
2014-04-23  1:26 ` [PATCH 33/33] ARM: shmobile: armadillo-reference dts: Seiko Instruments, Inc is "sii" Simon Horman
2014-05-05 21:34 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v3.16 Olof Johansson

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).