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 v2] Renesas ARM Based SoC DT Updates for v4.4
Date: Wed, 07 Oct 2015 01:58:00 +0000	[thread overview]
Message-ID: <cover.1444182812.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT updates for v4.4.

This pull request is based on
"Renesas ARM Based SoC Cleanup for v4.4,
tagged as renesas-cleanup-for-v4.4,
which you have already pulled.

The main differences since v1 of this pull-request are:

* Removed "Add missing CPG/MSTP Clock Domain for sound "* patches
  which are fixes now present in the ARM SoC fixes branch
  via the renesas-fixes-for-v4.3 tag of the renesas tree.
* Enable more hardware via DT
  + Enable PCI, USB PHY and HS, and VIN support on r8a7794/Silk
  + Add initial support for r8a7791/porter
  + Add common file for AA121TD01 panel

The following changes since commit 04418c23a9411b85b8789eab5f4397bcbd62b7b4:

  ARM: shmobile: Remove legacy clock support leftovers (2015-09-14 10:06:56 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-for-v4.4

for you to fetch changes up to 0877098d82fd1823878534b116a4a725e729701f:

  ARM: shmobile: porter: add Ether DT support (2015-10-06 09:44:53 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v4.4

* Add missing CPG/MSTP Clock Domain for sound on r8a779[01] SoCs
* Tidy up SCI resource region on r8a779[018] SoCs
* Add pinmux for iic0 on Lager board
* Use CCF for audio clock on Lager and Koelsch boards
* Use serial0 and 1 as serial ports on Marzen board
* Use adxl345-specific compatible property for KZM9G board
* Document compat string for Silk board
* Enable GPIO, I2C, PCI, QSPI, USB PHY and HS, and VIN support on r8a7794/Silk
* Add initial support for r8a7791/porter
* Add common file for AA121TD01 panel

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: kzm9g dts: Use adxl345-specific compatible property

Kuninori Morimoto (6):
      ARM: shmobile: koelsch: use CCF for audio clock
      ARM: shmobile: lager: use CCF for audio clock
      ARM: shmobile: r8a7790: tidyup SSI resource region
      ARM: shmobile: r8a7791: tidyup SSI resource region
      ARM: shmobile: r8a7778: tidyup SSI resource region
      ARM: shmobile: dts: Add common file for AA121TD01 panel

Magnus Damm (1):
      ARM: shmobile: marzen: Board specific serial port order

Sergei Shtylyov (18):
      ARM: shmobile: r8a7794: add GPIO clocks
      ARM: shmobile: r8a7794: add GPIO DT support
      ARM: shmobile: r8a7794: add QSPI DT support
      ARM: shmobile: silk: add QSPI DT support
      ARM: shmobile: r8a7794: add I2C DT support
      ARM: shmobile: silk: add I2C1 DT support
      ARM: shmobile: r8a7794: add VIN DT support
      ARM: shmobile: silk: add VIN0/ADV7180 DT support
      ARM: shmobile: r8a7794: add internal PCI bridge nodes
      ARM: shmobile: silk: enable internal PCI
      ARM: shmobile: add Porter board DT bindings
      ARM: shmobile: porter: initial device tree
      ARM: shmobile: r8a7794: add USB PHY DT support
      ARM: shmobile: silk: enable USB PHY
      ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
      ARM: shmobile: r8a7794: add HS-USB DT support
      ARM: shmobile: fix SILK board name
      ARM: shmobile: porter: add Ether DT support

Simon Horman (1):
      ARM: shmobile: Add silk device tree bindings documentation

Wolfram Sang (1):
      ARM: shmobile: r8a7790: lager: add pinmux for iic0

 Documentation/devicetree/bindings/arm/shmobile.txt |   4 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/r8a7778.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7779-marzen.dts               |   6 +-
 arch/arm/boot/dts/r8a7790-lager.dts                |  16 +-
 arch/arm/boot/dts/r8a7790.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts              |   9 +-
 arch/arm/boot/dts/r8a7791-porter.dts               |  80 +++++
 arch/arm/boot/dts/r8a7791.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7794-silk.dts                 | 114 +++++++
 arch/arm/boot/dts/r8a7794.dtsi                     | 326 ++++++++++++++++++++-
 arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi     |  41 +++
 arch/arm/boot/dts/sh73a0-kzm9g.dts                 |   2 +-
 13 files changed, 588 insertions(+), 17 deletions(-)
 create mode 100644 arch/arm/boot/dts/r8a7791-porter.dts
 create mode 100644 arch/arm/boot/dts/r8a77xx-aa121td01-panel.dtsi

             reply	other threads:[~2015-10-07  1:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-07  1:58 Simon Horman [this message]
2015-10-07  1:57 ` [PATCH 01/28] ARM: shmobile: Add silk device tree bindings documentation Simon Horman
2015-10-07  1:57 ` [PATCH 02/28] ARM: shmobile: r8a7794: add GPIO clocks Simon Horman
2015-10-07  1:57 ` [PATCH 03/28] ARM: shmobile: r8a7794: add GPIO DT support Simon Horman
2015-10-07  1:57 ` [PATCH 04/28] ARM: shmobile: r8a7794: add QSPI " Simon Horman
2015-10-07  1:57 ` [PATCH 05/28] ARM: shmobile: silk: " Simon Horman
2015-10-07  1:57 ` [PATCH 06/28] ARM: shmobile: marzen: Board specific serial port order Simon Horman
2015-10-07  1:57 ` [PATCH 07/28] ARM: shmobile: kzm9g dts: Use adxl345-specific compatible property Simon Horman
2015-10-07  1:57 ` [PATCH 08/28] ARM: shmobile: r8a7794: add I2C DT support Simon Horman
2015-10-07  1:57 ` [PATCH 09/28] ARM: shmobile: silk: add I2C1 " Simon Horman
2015-10-07  1:57 ` [PATCH 10/28] ARM: shmobile: r8a7794: add VIN " Simon Horman
2015-10-07  1:57 ` [PATCH 11/28] ARM: shmobile: silk: add VIN0/ADV7180 " Simon Horman
2015-10-07  1:57 ` [PATCH 12/28] ARM: shmobile: koelsch: use CCF for audio clock Simon Horman
2015-10-07  1:57 ` [PATCH 13/28] ARM: shmobile: lager: " Simon Horman
2015-10-07  1:57 ` [PATCH 14/28] ARM: shmobile: r8a7790: tidyup SSI resource region Simon Horman
2015-10-07  1:57 ` [PATCH 15/28] ARM: shmobile: r8a7791: " Simon Horman
2015-10-07  1:57 ` [PATCH 16/28] ARM: shmobile: r8a7778: " Simon Horman
2015-10-07  1:57 ` [PATCH 17/28] ARM: shmobile: r8a7790: lager: add pinmux for iic0 Simon Horman
2015-10-07  1:57 ` [PATCH 18/28] ARM: shmobile: r8a7794: add internal PCI bridge nodes Simon Horman
2015-10-07  1:57 ` [PATCH 19/28] ARM: shmobile: silk: enable internal PCI Simon Horman
2015-10-07  1:57 ` [PATCH 20/28] ARM: shmobile: add Porter board DT bindings Simon Horman
2015-10-07  1:57 ` [PATCH 21/28] ARM: shmobile: porter: initial device tree Simon Horman
2015-10-07  1:57 ` [PATCH 22/28] ARM: shmobile: r8a7794: add USB PHY DT support Simon Horman
2015-10-07  1:58 ` [PATCH 23/28] ARM: shmobile: silk: enable USB PHY Simon Horman
2015-10-07  1:58 ` [PATCH 24/28] ARM: shmobile: r8a7794: link PCI USB devices to " Simon Horman
2015-10-07  1:58 ` [PATCH 25/28] ARM: shmobile: dts: Add common file for AA121TD01 panel Simon Horman
2015-10-07  1:58 ` [PATCH 26/28] ARM: shmobile: r8a7794: add HS-USB DT support Simon Horman
2015-10-07  1:58 ` [PATCH 27/28] ARM: shmobile: fix SILK board name Simon Horman
2015-10-07  1:58 ` [PATCH 28/28] ARM: shmobile: porter: add Ether DT support Simon Horman
2015-10-08 15:21 ` [GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.4 Arnd Bergmann

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