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 00/17] Renesas ARM Based SoC DT Updates for v3.15
Date: Thu,  6 Feb 2014 15:20:50 +0900	[thread overview]
Message-ID: <cover.1391665761.git.horms+renesas@verge.net.au> (raw)

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

             reply	other threads:[~2014-02-06  6:20 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-06  6:20 Simon Horman [this message]
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

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