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] Second Round of Renesas ARM Based SoC DT Updates for v4.9
Date: Wed,  7 Sep 2016 09:49:30 +0200	[thread overview]
Message-ID: <cover.1473234371.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these second round of Renesas ARM based SoC DT updates for v4.9.

This pull request is based on the previous round of
such requests, tagged as renesas-dt-for-v4.9,
which I have already sent a pull-request for.


The following changes since commit 8bec0842ba2bb1b3bd954a1ef50f426b8f09c84f:

  ARM: dts: r8a7792: add DU support (2016-08-09 14:37:47 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt2-for-v4.9

for you to fetch changes up to fa8f4aba72e6d619c003dab60f58ab6c7410e465:

  ARM: dts: wheat: add support for tactile switches (2016-09-07 09:43:57 +0200)

----------------------------------------------------------------
Second Round of Renesas ARM Based SoC DT Updates for v4.9

Fixes (for v4.9):
* Correct PWM clock parent on r8a7794 SoC

Clean-up:
* Remove obsolete vsp1 properties from r8a779[01] SoCs

New boards:
* Add r8a7792/wheat and r7s72100/rskrza1 boards

Enablement:
* Enable LEDs, DU, SDHI on r8a7792/blanche board
* Enable MMCIF and SDHI on r8a7794/alt board
* Add SPI and VSP1 to r8a7792 SoC
* Add ethernet to r7s72100 SoC

----------------------------------------------------------------
Chris Brandt (5):
      ARM: dts: Add RSKRZA1 DT bindings documentation
      ARM: dts: rskrza1: initial device tree
      ARM: dts: r7s72100: add ethernet clock to device tree
      ARM: dts: r7s72100: add ethernet to device tree
      ARM: dts: rskrza1: add ethernet DT support

Geert Uytterhoeven (2):
      ARM: dts: r8a7790: Remove obsolete vsp1 properties
      ARM: dts: r8a7791: Remove obsolete vsp1 properties

Sergei Shtylyov (17):
      ARM: dts: r8a7794: add VSP1 support
      ARM: dts: blanche: add support for general purpose switches
      ARM: dts: blanche: add SDHI0 support
      ARM: dts: blanche: add DU support
      ARM: dts: r8a7792: add VSP1V clocks
      ARM: dts: r8a7792: add VSP1V support
      ARM: dts: blanche: add support for general purpose LEDs
      ARM: dts: document Wheat board
      ARM: dts: wheat: initial device tree
      ARM: dts: wheat: add Ethernet support
      ARM: dts: r8a7794: fix PWM clock parent
      ARM: dts: wheat: add CAN support
      ARM: dts: wheat: add SDHI0 support
      ARM: dts: r8a7792: add QSPI clock
      ARM: dts: r8a7792: add QSPI support
      ARM: dts: wheat: add QSPI support
      ARM: dts: wheat: add support for tactile switches

Simon Horman (2):
      ARM: dts: alt: add SDHI0 and 1 support
      ARM: dts: alt: add MMCIF support

 Documentation/devicetree/bindings/arm/shmobile.txt |   4 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/r7s72100-rskrza1.dts             |  61 ++++++
 arch/arm/boot/dts/r7s72100.dtsi                    |  22 +++
 arch/arm/boot/dts/r8a7790.dtsi                     |  23 ---
 arch/arm/boot/dts/r8a7791.dtsi                     |  18 --
 arch/arm/boot/dts/r8a7792-blanche.dts              | 216 +++++++++++++++++++++
 arch/arm/boot/dts/r8a7792-wheat.dts                | 199 +++++++++++++++++++
 arch/arm/boot/dts/r8a7792.dtsi                     |  58 +++++-
 arch/arm/boot/dts/r8a7794-alt.dts                  | 106 ++++++++++
 arch/arm/boot/dts/r8a7794.dtsi                     |  18 +-
 include/dt-bindings/clock/r7s72100-clock.h         |   3 +
 12 files changed, 683 insertions(+), 47 deletions(-)
 create mode 100644 arch/arm/boot/dts/r7s72100-rskrza1.dts
 create mode 100644 arch/arm/boot/dts/r8a7792-wheat.dts

             reply	other threads:[~2016-09-07  7:49 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-07  7:49 Simon Horman [this message]
2016-09-07  7:49 ` [PATCH 01/26] ARM: dts: r8a7794: add VSP1 support Simon Horman
2016-09-07  7:49 ` [PATCH 02/26] ARM: dts: alt: add SDHI0 and 1 support Simon Horman
2016-09-07  7:49 ` [PATCH 03/26] ARM: dts: alt: add MMCIF support Simon Horman
2016-09-07  7:49 ` [PATCH 04/26] ARM: dts: r8a7790: Remove obsolete vsp1 properties Simon Horman
2016-09-07  7:49 ` [PATCH 05/26] ARM: dts: r8a7791: " Simon Horman
2016-09-07  7:49 ` [PATCH 06/26] ARM: dts: blanche: add support for general purpose switches Simon Horman
2016-09-07  7:49 ` [PATCH 07/26] ARM: dts: blanche: add SDHI0 support Simon Horman
2016-09-07  7:49 ` [PATCH 08/26] ARM: dts: blanche: add DU support Simon Horman
2016-09-07  7:49 ` [PATCH 09/26] ARM: dts: r8a7792: add VSP1V clocks Simon Horman
2016-09-07  7:49 ` [PATCH 10/26] ARM: dts: r8a7792: add VSP1V support Simon Horman
2016-09-07  7:49 ` [PATCH 11/26] ARM: dts: blanche: add support for general purpose LEDs Simon Horman
2016-09-07  7:49 ` [PATCH 12/26] ARM: dts: document Wheat board Simon Horman
2016-09-07  7:50 ` [PATCH 13/26] ARM: dts: wheat: initial device tree Simon Horman
2016-09-07  7:50 ` [PATCH 14/26] ARM: dts: wheat: add Ethernet support Simon Horman
2016-09-07  7:50 ` [PATCH 15/26] ARM: dts: Add RSKRZA1 DT bindings documentation Simon Horman
2016-09-07  7:50 ` [PATCH 16/26] ARM: dts: rskrza1: initial device tree Simon Horman
2016-09-07  7:50 ` [PATCH 17/26] ARM: dts: r7s72100: add ethernet clock to " Simon Horman
2016-09-07  7:50 ` [PATCH 18/26] ARM: dts: r7s72100: add ethernet " Simon Horman
2016-09-07  7:50 ` [PATCH 19/26] ARM: dts: rskrza1: add ethernet DT support Simon Horman
2016-09-07  7:50 ` [PATCH 20/26] ARM: dts: r8a7794: fix PWM clock parent Simon Horman
2016-09-07  7:50 ` [PATCH 21/26] ARM: dts: wheat: add CAN support Simon Horman
2016-09-07  7:50 ` [PATCH 22/26] ARM: dts: wheat: add SDHI0 support Simon Horman
2016-09-07  7:50 ` [PATCH 23/26] ARM: dts: r8a7792: add QSPI clock Simon Horman
2016-09-07  7:50 ` [PATCH 24/26] ARM: dts: r8a7792: add QSPI support Simon Horman
2016-09-07  7:50 ` [PATCH 25/26] ARM: dts: wheat: " Simon Horman
2016-09-07  7:50 ` [PATCH 26/26] ARM: dts: wheat: add support for tactile switches Simon Horman
2016-09-13 15:35 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.9 Arnd Bergmann
2016-09-16  9:50   ` Simon Horman

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