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.16
Date: Wed, 23 Apr 2014 10:25:53 +0900 [thread overview]
Message-ID: <cover.1398216022.git.horms+renesas@verge.net.au> (raw)
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(-)
next reply other threads:[~2014-04-23 1:25 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-23 1:25 Simon Horman [this message]
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
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.1398216022.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).