linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 00/17] Renesas ARM Based SoC DT Updates for v3.15
@ 2014-02-06  6:20 Simon Horman
  2014-02-06  6:20 ` [PATCH 01/17] ARM: shmobile: dts: Remove r8a7791-koelsch-reference.dts Simon Horman
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Simon Horman @ 2014-02-06  6:20 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

please consider these Renesas ARM Based SoC DT updates for v3.15.


The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -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.15

for you to fetch changes up to 1f4c745b2c5a083c49dc11d2f0827d9a381f1ee1:

  ARM: shmobile: r8a7790: Replace IRQ type numerical values with macros (2014-02-04 10:17:00 +0900)

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

* r8a7791 (R-Car M2) based Koelsch board
  - Enable GPIO Keys, (1+1)GiB memory, SATA0 and serial ports
  - Add VIN and thermal clocks
  - Remove r8a7791-koelsch-reference.dts

* r8a7790 (R-Car H2) based Lager board
  - Replace IRQ type numerical values with macros
  - Enable SATA0 and serial ports
  - Add VIN and thermal clocks

----------------------------------------------------------------
Geert Uytterhoeven (2):
      ARM: shmobile: r8a7791: Add thermal clock in device tree
      ARM: shmobile: r8a7790: Add thermal clock in device tree

Laurent Pinchart (10):
      ARM: shmobile: dts: Remove r8a7791-koelsch-reference.dts
      ARM: shmobile: Add GPIO keys to Koelsch DTS
      ARM: shmobile: r8a7791: Add serial ports to the device tree
      ARM: shmobile: r8a7790: Add serial ports to the device tree
      ARM: shmobile: r8a7790: Add VIN clocks to device tree
      ARM: shmobile: r8a7791: Add VIN clocks to device tree
      ARM: shmobile: r8a7790: Add SATA clocks to device tree
      ARM: shmobile: r8a7791: Add SATA clocks to device tree
      ARM: shmobile: r8a7790: Fix serial ports DT compatible strings
      ARM: shmobile: r8a7790: Replace IRQ type numerical values with macros

Takashi Yoshii (1):
      ARM: shmobile: koelsch: (1+1)GiB memory in DT

Valentine Barshak (4):
      ARM: shmobile: r8a7791: Add SATA nodes to r8a7791.dtsi
      ARM: shmobile: koelsch: Enable SATA0 in r8a7791-koelsch.dts
      ARM: shmobile: r8a7790: Add SATA nodes to r8a7790.dtsi
      ARM: shmobile: lager: Enable SATA1 in r8a7790-lager.dts

 arch/arm/boot/dts/r8a7790-lager.dts             |   4 +
 arch/arm/boot/dts/r8a7790.dtsi                  | 131 ++++++++++++++-
 arch/arm/boot/dts/r8a7791-koelsch-reference.dts | 115 -------------
 arch/arm/boot/dts/r8a7791-koelsch.dts           |  65 +++++++-
 arch/arm/boot/dts/r8a7791.dtsi                  | 210 +++++++++++++++++++++++-
 5 files changed, 403 insertions(+), 122 deletions(-)
 delete mode 100644 arch/arm/boot/dts/r8a7791-koelsch-reference.dts

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

end of thread, other threads:[~2014-02-20  8:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-06  6:20 [GIT PULL 00/17] Renesas ARM Based SoC DT Updates for v3.15 Simon Horman
2014-02-06  6:20 ` [PATCH 01/17] ARM: shmobile: dts: Remove r8a7791-koelsch-reference.dts Simon Horman
2014-02-06  6:20 ` [PATCH 02/17] ARM: shmobile: Add GPIO keys to Koelsch DTS Simon Horman
2014-02-06  6:20 ` [PATCH 03/17] ARM: shmobile: koelsch: (1+1)GiB memory in DT Simon Horman
2014-02-06  6:20 ` [PATCH 04/17] ARM: shmobile: r8a7791: Add thermal clock in device tree Simon Horman
2014-02-06  6:20 ` [PATCH 05/17] ARM: shmobile: r8a7790: " Simon Horman
2014-02-06  6:20 ` [PATCH 06/17] ARM: shmobile: r8a7791: Add serial ports to the " Simon Horman
2014-02-06  6:20 ` [PATCH 07/17] ARM: shmobile: r8a7790: " Simon Horman
2014-02-06  6:20 ` [PATCH 08/17] ARM: shmobile: r8a7790: Add VIN clocks to " Simon Horman
2014-02-06  6:20 ` [PATCH 09/17] ARM: shmobile: r8a7791: " Simon Horman
2014-02-06  6:20 ` [PATCH 10/17] ARM: shmobile: r8a7790: Add SATA " Simon Horman
2014-02-06  6:20 ` [PATCH 11/17] ARM: shmobile: r8a7791: " Simon Horman
2014-02-06  6:20 ` [PATCH 12/17] ARM: shmobile: r8a7791: Add SATA nodes to r8a7791.dtsi Simon Horman
2014-02-06  6:20 ` [PATCH 13/17] ARM: shmobile: koelsch: Enable SATA0 in r8a7791-koelsch.dts Simon Horman
2014-02-06  6:20 ` [PATCH 14/17] ARM: shmobile: r8a7790: Add SATA nodes to r8a7790.dtsi Simon Horman
2014-02-06  6:20 ` [PATCH 15/17] ARM: shmobile: lager: Enable SATA1 in r8a7790-lager.dts Simon Horman
2014-02-06  6:20 ` [PATCH 16/17] ARM: shmobile: r8a7790: Fix serial ports DT compatible strings Simon Horman
2014-02-06  6:20 ` [PATCH 17/17] ARM: shmobile: r8a7790: Replace IRQ type numerical values with macros Simon Horman
2014-02-20  8:30 ` [GIT PULL 00/17] Renesas ARM Based SoC DT Updates for v3.15 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).