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] Renesas ARM64 Based SoC DT Updates for v4.11
Date: Fri,  6 Jan 2017 12:17:56 +0100	[thread overview]
Message-ID: <cover.1483700694.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM64 based SoC DT updates for v4.11.

This is based on v4.10-rc2 as v4.10-rc1 does not compile using
the defconfig.


The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

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

for you to fetch changes up to b2b9443beee5017ebdb3f2be9ef472c73d260481:

  arm64: dts: r8a7795: Add PWM support (2017-01-04 10:00:44 +0100)

----------------------------------------------------------------
Renesas ARM64 Based SoC DT Updates for v4.11

* Add PWM, and sound MIX and CTU support to r8a7795 SoC
* Add CAN, CAN FD and all MSIOF nodes to r8a7796 SoC
* Use Gen 3 fallback binding for i2c, msiof, PCIE and USB2 phy
* Enable Ethernet and 4 GiB memory on r8a7796/salvator-x board
* Add r8a7796/salvator-x board part number to bindings

----------------------------------------------------------------
Chris Paterson (3):
      arm64: dts: r8a7796: Add CAN external clock support
      arm64: dts: r8a7796: Add CAN support
      arm64: dts: r8a7796: Add CAN FD support

Geert Uytterhoeven (2):
      arm64: dts: r8a7796: Add all MSIOF nodes
      arm64: renesas: r8a7796/salvator-x: Add board part number to DT bindings

Kuninori Morimoto (2):
      arm64: dts: r8a7795: add sound CTU support
      arm64: dts: r8a7795: add sound MIX support

Laurent Pinchart (3):
      arm64: dts: renesas: r8a7796: Add EthernetAVB instance
      arm64: dts: r8a7796: salvator-x: Enable EthernetAVB
      arm64: dts: r8a7795: Add PWM support

Simon Horman (5):
      arm64: dts: r8a7795: Use renesas,rcar-gen3-usb2-phy fallback binding
      arm64: dts: r8a7795: Use Gen 3 fallback compat string for PCIE
      arm64: dts: r8a7795: Use R-Car Gen 3 fallback binding for i2c nodes
      arm64: dts: r8a7796: Use R-Car Gen 3 fallback binding for i2c nodes
      arm64: dts: r8a7796: Use R-Car Gen 3 fallback binding for msiof nodes

Takeshi Kihara (1):
      arm64: dts: r8a7796: salvator-x: Update memory node to 4 GiB map

 Documentation/devicetree/bindings/arm/shmobile.txt |   2 +-
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts |   2 +
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           | 119 ++++++++++++--
 arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts |  37 +++++
 arch/arm64/boot/dts/renesas/r8a7796.dtsi           | 183 ++++++++++++++++++++-
 5 files changed, 323 insertions(+), 20 deletions(-)

             reply	other threads:[~2017-01-06 11:17 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-06 11:17 Simon Horman [this message]
2017-01-06 11:17 ` [PATCH 01/16] arm64: dts: r8a7796: Add all MSIOF nodes Simon Horman
2017-01-06 11:17 ` [PATCH 02/16] arm64: dts: r8a7796: Add CAN external clock support Simon Horman
2017-01-06 11:17 ` [PATCH 03/16] arm64: dts: r8a7796: Add CAN support Simon Horman
2017-01-06 11:17 ` [PATCH 04/16] arm64: dts: r8a7796: Add CAN FD support Simon Horman
2017-01-06 11:17 ` [PATCH 05/16] arm64: renesas: r8a7796/salvator-x: Add board part number to DT bindings Simon Horman
2017-01-06 11:17 ` [PATCH 06/16] arm64: dts: r8a7795: Use renesas, rcar-gen3-usb2-phy fallback binding Simon Horman
2017-01-06 11:17 ` [PATCH 07/16] arm64: dts: r8a7795: add sound CTU support Simon Horman
2017-01-09 10:21   ` Geert Uytterhoeven
2017-01-06 11:17 ` [PATCH 08/16] arm64: dts: r8a7795: add sound MIX support Simon Horman
2017-01-09 10:22   ` Geert Uytterhoeven
2017-01-06 11:17 ` [PATCH 09/16] arm64: dts: r8a7795: Use Gen 3 fallback compat string for PCIE Simon Horman
2017-01-06 11:17 ` [PATCH 10/16] arm64: dts: r8a7795: Use R-Car Gen 3 fallback binding for i2c nodes Simon Horman
2017-01-06 11:17 ` [PATCH 11/16] arm64: dts: r8a7796: " Simon Horman
2017-01-06 11:17 ` [PATCH 12/16] arm64: dts: r8a7796: salvator-x: Update memory node to 4 GiB map Simon Horman
2017-01-06 11:17 ` [PATCH 13/16] arm64: dts: renesas: r8a7796: Add EthernetAVB instance Simon Horman
2017-01-06 11:17 ` [PATCH 14/16] arm64: dts: r8a7796: salvator-x: Enable EthernetAVB Simon Horman
2017-01-06 11:17 ` [PATCH 15/16] arm64: dts: r8a7796: Use R-Car Gen 3 fallback binding for msiof nodes Simon Horman
2017-01-06 11:17 ` [PATCH 16/16] arm64: dts: r8a7795: Add PWM support Simon Horman
2017-01-10  3:15 ` [GIT PULL] Renesas ARM64 Based SoC DT Updates for v4.11 Olof Johansson
2017-01-10  7:54   ` Simon Horman
2017-01-10  9:09     ` Geert Uytterhoeven

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