linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Second Round of Renesas ARM-based SoC DT updates for v3.13
Date: Wed, 09 Oct 2013 06:50:12 +0000	[thread overview]
Message-ID: <cover.1381298964.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Kevin and Arnd,

please consider this second round of Renesas ARM-based SoC DT updates for v3.13.

This pull request is based on a merge of renesas-soc-for-v3.13
into renesas-dt-for-v3.13, both of which you have previously pulled.
The reason for the merge is to eliminate conflicts.


The following changes since commit 50128df2c0164a3510da2af9d2dfed2da3987bd3:

  Merge tag 'renesas-soc-for-v3.13' into dt2-base (2013-10-08 09:24:24 +0900)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt2-for-v3.13

for you to fetch changes up to 73c79afa61cdee2553461ee714bb4716372bdd55:

  ARM: shmobile: bockw: fixup ether node naming (2013-10-08 10:37:49 +0900)

----------------------------------------------------------------
Second Round of Renesas ARM-based SoC DT updates for v3.13

* Correct SMSC ethernet IRQ number on marzen board
* Add SMSC ethernet node to bockw board
* Add SDHI, MMCIF and PWM backlight  nodes to armadillo800eva-reference board
* Add irqpin default status to r8a7779 SoC
* Add irqpin node to r8a7778 SoC
* Add SMP, Arch timer and IRQC nodes to r8a7791 SoC
* Add DMAC node to r8a73a4 SoC
* Add I2C nodes to r8a7790 SoC
* Only enable used I2C interfaces in DT on all Renesas boards

----------------------------------------------------------------
Guennadi Liakhovetski (4):
      ARM: shmobile: only enable used I2C interfaces in DT on all Renesas boards
      ARM: shmobile: r8a7790: add I2C DT nodes
      ARM: shmobile: r8a73a4: add a DT node for the DMAC
      ARM: shmobile: armadillo800eva-reference: add SDHI and MMCIF interfaces

Kuninori Morimoto (5):
      ARM: shmobile: r8a7778: add renesas_intc_irqpin support on DTSI
      ARM: shmobile: bockw: add SMSC support on DTS
      ARM: shmobile: marzen: fixup SMSC IRQ number on DTS
      ARM: shmobile: r8a7779: add irqpin default status on DTSI
      ARM: shmobile: bockw: fixup ether node naming

Laurent Pinchart (1):
      ARM: shmobile: armadillo-reference: Add PWM backlight node to DT

Magnus Damm (3):
      ARM: shmobile: r8a7791 IRQC device tree node
      ARM: shmobile: r8a7791 Arch timer device tree node
      ARM: shmobile: r8a7791 SMP device tree node

 arch/arm/boot/dts/r8a73a4-ape6evm-reference.dts    |  1 +
 arch/arm/boot/dts/r8a73a4-ape6evm.dts              |  1 +
 arch/arm/boot/dts/r8a73a4.dtsi                     | 52 +++++++++++++++
 .../boot/dts/r8a7740-armadillo800eva-reference.dts | 78 ++++++++++++++++++++++
 arch/arm/boot/dts/r8a7740.dtsi                     | 35 ++++++++++
 arch/arm/boot/dts/r8a7778-bockw-reference.dts      | 27 +++++++-
 arch/arm/boot/dts/r8a7778.dtsi                     | 19 ++++++
 arch/arm/boot/dts/r8a7779-marzen-reference.dts     |  8 ++-
 arch/arm/boot/dts/r8a7779.dtsi                     |  5 ++
 arch/arm/boot/dts/r8a7790.dtsi                     | 40 +++++++++++
 arch/arm/boot/dts/r8a7791.dtsi                     | 33 +++++++++
 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts       |  2 +
 arch/arm/boot/dts/sh73a0.dtsi                      |  5 ++
 13 files changed, 303 insertions(+), 3 deletions(-)

             reply	other threads:[~2013-10-09  6:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-09  6:50 Simon Horman [this message]
2013-10-09  6:50 ` [PATCH 01/13] ARM: shmobile: only enable used I2C interfaces in DT on all Renesas boards Simon Horman
2013-10-09  6:50 ` [PATCH 02/13] ARM: shmobile: r8a7790: add I2C DT nodes Simon Horman
2013-10-09  6:50 ` [PATCH 03/13] ARM: shmobile: r8a73a4: add a DT node for the DMAC Simon Horman
2013-10-09  6:50 ` [PATCH 04/13] ARM: shmobile: armadillo-reference: Add PWM backlight node to DT Simon Horman
2013-10-09  6:50 ` [PATCH 05/13] ARM: shmobile: armadillo800eva-reference: add SDHI and MMCIF interfaces Simon Horman
2013-10-09  6:50 ` [PATCH 06/13] ARM: shmobile: r8a7791 IRQC device tree node Simon Horman
2013-10-09  6:50 ` [PATCH 07/13] ARM: shmobile: r8a7791 Arch timer " Simon Horman
2013-10-09  6:50 ` [PATCH 08/13] ARM: shmobile: r8a7791 SMP " Simon Horman
2013-10-09  6:50 ` [PATCH 09/13] ARM: shmobile: r8a7778: add renesas_intc_irqpin support on DTSI Simon Horman
2013-10-09  6:50 ` [PATCH 10/13] ARM: shmobile: bockw: add SMSC support on DTS Simon Horman
2013-10-09  6:50 ` [PATCH 11/13] ARM: shmobile: marzen: fixup SMSC IRQ number " Simon Horman
2013-10-09  6:50 ` [PATCH 12/13] ARM: shmobile: r8a7779: add irqpin default status on DTSI Simon Horman
2013-10-09  6:50 ` [PATCH 13/13] ARM: shmobile: bockw: fixup ether node naming Simon Horman
2013-10-14 20:55 ` [GIT PULL] Second Round of Renesas ARM-based SoC DT updates for v3.13 Kevin Hilman

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