public inbox for linux-arm-kernel@lists.infradead.org
 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.6
Date: Fri, 26 Feb 2016 08:53:07 +0900	[thread overview]
Message-ID: <cover.1456443769.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.6.

This pull request is based on the previous round of
such requests, tagged as renesas-dt-for-v4.6,
which you have already pulled.


The following changes since commit c3373b09ba0391bcd9e992b0a2ce52d48d33e47b:

  ARM: dts: silk: Enable SCIF_CLK frequency and pins (2016-02-09 19:43:28 +0100)

are available in the git repository at:

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

for you to fetch changes up to d92df7e59909940b2b65523981aa0ddb4327047a:

  ARM: dts: r8a7790: use fallback etheravb compatibility string (2016-02-25 13:12:37 +0900)

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

* Add L2 cache-controller nodes to r8a779[0134] and r8a73a4
* Add etheravb support to r8a7794
* Correct JP3 jumper description on Porter
* Enable thermal zone on  r8a779[013]
* Replace gpio-key, wakeup with wakeup-source property on r8a7794
* Use demuxer for IIC0/I2C0 on lager
* Use fallback etheravb, pci and pcie compatibility strings as appropriate

----------------------------------------------------------------
Geert Uytterhoeven (5):
      ARM: dts: r8a73a4: Add L2 cache-controller nodes
      ARM: dts: r8a7790: Add L2 cache-controller nodes
      ARM: dts: r8a7791: Add L2 cache-controller node
      ARM: dts: r8a7793: Add L2 cache-controller node
      ARM: dts: r8a7794: Add L2 cache-controller node

Kuninori Morimoto (3):
      ARM: dts: r8a7790: enable to use thermal-zone
      ARM: dts: r8a7791: enable to use thermal-zone
      ARM: dts: r8a7793: enable to use thermal-zone

Sergei Shtylyov (3):
      ARM: dts: porter: fix JP3 jumper description
      ARM: dts: r8a7794: add EtherAVB clock
      ARM: dts: r8a7794: add EtherAVB support

Simon Horman (7):
      ARM: dts: r8a7790: use fallback pcie compatibility string
      ARM: dts: r8a7791: use fallback pcie compatibility string
      ARM: dts: r8a7790: use fallback pci compatibility string
      ARM: dts: r8a7791: use fallback pci compatibility string
      ARM: dts: r8a7794: use fallback pci compatibility string
      ARM: dts: r8a7794: replace gpio-key, wakeup with wakeup-source property
      ARM: dts: r8a7790: use fallback etheravb compatibility string

Wolfram Sang (1):
      ARM: dts: r8a7790: lager: use demuxer for IIC0/I2C0

 arch/arm/boot/dts/r8a73a4.dtsi            | 17 +++++++++
 arch/arm/boot/dts/r8a7790-lager.dts       | 32 +++++++++++++++--
 arch/arm/boot/dts/r8a7790.dtsi            | 57 +++++++++++++++++++++++++++----
 arch/arm/boot/dts/r8a7791-porter.dts      |  4 +--
 arch/arm/boot/dts/r8a7791.dtsi            | 40 +++++++++++++++++++---
 arch/arm/boot/dts/r8a7793-gose.dts        | 22 ++++++------
 arch/arm/boot/dts/r8a7793.dtsi            | 33 ++++++++++++++++--
 arch/arm/boot/dts/r8a7794.dtsi            | 31 ++++++++++++++---
 include/dt-bindings/clock/r8a7794-clock.h |  1 +
 9 files changed, 203 insertions(+), 34 deletions(-)

             reply	other threads:[~2016-02-25 23:53 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-25 23:53 Simon Horman [this message]
2016-02-25 23:52 ` [PATCH 01/19] ARM: dts: r8a7790: use fallback pcie compatibility string Simon Horman
2016-02-25 23:52 ` [PATCH 02/19] ARM: dts: r8a7791: " Simon Horman
2016-02-25 23:52 ` [PATCH 03/19] ARM: dts: r8a7790: use fallback pci " Simon Horman
2016-02-25 23:52 ` [PATCH 04/19] ARM: dts: r8a7791: " Simon Horman
2016-02-25 23:52 ` [PATCH 05/19] ARM: dts: r8a7794: " Simon Horman
2016-02-25 23:52 ` [PATCH 06/19] ARM: dts: porter: fix JP3 jumper description Simon Horman
2016-02-25 23:52 ` [PATCH 07/19] ARM: dts: r8a7790: enable to use thermal-zone Simon Horman
2016-02-25 23:52 ` [PATCH 08/19] ARM: dts: r8a7791: " Simon Horman
2016-02-25 23:52 ` [PATCH 09/19] ARM: dts: r8a7793: " Simon Horman
2016-02-25 23:52 ` [PATCH 10/19] ARM: dts: r8a73a4: Add L2 cache-controller nodes Simon Horman
2016-02-25 23:53 ` [PATCH 11/19] ARM: dts: r8a7790: " Simon Horman
2016-02-25 23:53 ` [PATCH 12/19] ARM: dts: r8a7791: Add L2 cache-controller node Simon Horman
2016-02-25 23:53 ` [PATCH 13/19] ARM: dts: r8a7793: " Simon Horman
2016-02-25 23:53 ` [PATCH 14/19] ARM: dts: r8a7794: " Simon Horman
2016-02-25 23:53 ` [PATCH 15/19] ARM: dts: r8a7794: replace gpio-key, wakeup with wakeup-source property Simon Horman
2016-02-25 23:53 ` [PATCH 16/19] ARM: dts: r8a7794: add EtherAVB clock Simon Horman
2016-02-25 23:53 ` [PATCH 17/19] ARM: dts: r8a7794: add EtherAVB support Simon Horman
2016-02-25 23:53 ` [PATCH 18/19] ARM: dts: r8a7790: lager: use demuxer for IIC0/I2C0 Simon Horman
2016-02-25 23:53 ` [PATCH 19/19] ARM: dts: r8a7790: use fallback etheravb compatibility string Simon Horman
2016-02-29 15:25 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.6 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.1456443769.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