public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: arm@kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>, Kevin Hilman <khilman@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-renesas-soc@vger.kernel.org,
	Olof Johansson <olof@lixom.net>,
	Simon Horman <horms+renesas@verge.net.au>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Renesas ARM Based SoC DT Updates for v5.2
Date: Fri, 19 Apr 2019 16:34:47 +0200	[thread overview]
Message-ID: <cover.1555655522.git.horms+renesas@verge.net.au> (raw)

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC DT updates for v5.2.


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm-dt-for-v5.2

for you to fetch changes up to 0750e8344eb7c48f82a54920172a5d0f78eb223b:

  ARM: dts: ape6evm: Reorder bootargs (2019-04-17 17:47:37 +0200)

----------------------------------------------------------------
Renesas ARM Based SoC DT Updates for v5.2

* R-Car E2 (r8a7794) based Alt board
  - Enable USB and DA9063 PMIC

* R-Car V2H (R8A77920) based Blanche board
  - Enable IIC3 and DA9063 PMIC

* RZ/G1C (r8a77470) based iWave SBC
  - Enable HDMI, USB Phy[01], USB2.0 Host and HS-USB

* RZ/G1C (r8a77470) SoC
  - Describe DU, VIN, PWM and HSCIF, USB PHY, USB2.0 Host and HSUSB in DT

* RZ/A1H (R7S7210) based rskrza1 board
  - Enable remaining LEDs and I2C

* R-Mobile A1 (r8a7740) based ape6evm,
  R-Car H1 (r8a7779) based marzen,
  R-Car M1A (R8A7778) based bockw and
  Emma Mobile EV2 based kzm9d boads
  - Tidy up bootargs

* R-Mobile A1 (r8a7740) based ape6evm
  - Enable NOR FLASH

----------------------------------------------------------------
Biju Das (6):
      ARM: dts: r8a77470: Add USB PHY DT support
      ARM: dts: iwg23s-sbc: Enable USB Phy[01]
      ARM: dts: r8a77470: Add USB2.0 Host (EHCI/OHCI) device
      ARM: dts: iwg23s-sbc: Enable USB USB2.0 Host
      ARM: dts: r8a77470: Add HSUSB device nodes
      ARM: dts: iwg23s-sbc: Enable HS-USB

Cao Van Dong (3):
      ARM: dts: r8a77470: Add HSCIF support
      ARM: dts: r8a77470: Add PWM support
      ARM: dts: r8a77470: Add VIN support

Fabrizio Castro (2):
      ARM: dts: r8a77470: Add DU support
      ARM: dts: iwg23s-sbc: Add HDMI support

Geert Uytterhoeven (3):
      ARM: dts: ape6evm: Add NOR FLASH
      ARM: dts: rskrza1: Add I2C support
      ARM: dts: rskrza1: Add remaining LEDs

Magnus Damm (4):
      ARM: dts: kzm9d: Add rw parameter to bootargs
      ARM: dts: bockw: Reorder bootargs
      ARM: dts: marzen: Add rw to bootargs and use ip=dhcp
      ARM: dts: ape6evm: Reorder bootargs

Marek Vasut (3):
      ARM: dts: r8a7792: blanche: Add IIC3 and DA9063 PMIC node
      ARM: dts: alt: Add DA9063 PMIC node
      ARM: dts: alt: Enable USB support

 arch/arm/boot/dts/emev2-kzm9d.dts         |   2 +-
 arch/arm/boot/dts/r7s72100-rskrza1.dts    |  46 ++++-
 arch/arm/boot/dts/r8a73a4-ape6evm.dts     |  29 ++-
 arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 123 ++++++++++++
 arch/arm/boot/dts/r8a77470.dtsi           | 313 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/r8a7778-bockw.dts       |   2 +-
 arch/arm/boot/dts/r8a7779-marzen.dts      |   2 +-
 arch/arm/boot/dts/r8a7792-blanche.dts     |  20 ++
 arch/arm/boot/dts/r8a7792.dtsi            |  18 ++
 arch/arm/boot/dts/r8a7794-alt.dts         |  47 +++++
 10 files changed, 597 insertions(+), 5 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-04-19 14:36 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-19 14:34 Simon Horman [this message]
2019-04-19 14:34 ` [PATCH 01/21] ARM: dts: r8a7792: blanche: Add IIC3 and DA9063 PMIC node Simon Horman
2019-04-19 14:34 ` [PATCH 02/21] ARM: dts: alt: Add " Simon Horman
2019-04-19 14:34 ` [PATCH 03/21] ARM: dts: ape6evm: Add NOR FLASH Simon Horman
2019-04-19 14:34 ` [PATCH 04/21] ARM: dts: r8a77470: Add DU support Simon Horman
2019-04-19 14:34 ` [PATCH 05/21] ARM: dts: iwg23s-sbc: Add HDMI support Simon Horman
2019-04-19 14:34 ` [PATCH 06/21] ARM: dts: rskrza1: Add I2C support Simon Horman
2019-04-19 14:34 ` [PATCH 07/21] ARM: dts: rskrza1: Add remaining LEDs Simon Horman
2019-04-19 14:34 ` [PATCH 08/21] ARM: dts: alt: Enable USB support Simon Horman
2019-04-19 14:34 ` [PATCH 09/21] ARM: dts: r8a77470: Add HSCIF support Simon Horman
2019-04-19 14:34 ` [PATCH 10/21] ARM: dts: r8a77470: Add PWM support Simon Horman
2019-04-30 13:01   ` Geert Uytterhoeven
2019-04-19 14:34 ` [PATCH 11/21] ARM: dts: r8a77470: Add VIN support Simon Horman
2019-04-19 14:34 ` [PATCH 12/21] ARM: dts: r8a77470: Add USB PHY DT support Simon Horman
2019-04-19 14:34 ` [PATCH 13/21] ARM: dts: iwg23s-sbc: Enable USB Phy[01] Simon Horman
2019-04-19 14:34 ` [PATCH 14/21] ARM: dts: r8a77470: Add USB2.0 Host (EHCI/OHCI) device Simon Horman
2019-04-19 14:34 ` [PATCH 15/21] ARM: dts: iwg23s-sbc: Enable USB USB2.0 Host Simon Horman
2019-04-19 14:34 ` [PATCH 16/21] ARM: dts: r8a77470: Add HSUSB device nodes Simon Horman
2019-04-19 14:34 ` [PATCH 17/21] ARM: dts: iwg23s-sbc: Enable HS-USB Simon Horman
2019-04-19 14:34 ` [PATCH 18/21] ARM: dts: kzm9d: Add rw parameter to bootargs Simon Horman
2019-04-19 14:34 ` [PATCH 19/21] ARM: dts: bockw: Reorder bootargs Simon Horman
2019-04-19 14:34 ` [PATCH 20/21] ARM: dts: marzen: Add rw to bootargs and use ip=dhcp Simon Horman
2019-04-19 14:34 ` [PATCH 21/21] ARM: dts: ape6evm: Reorder bootargs Simon Horman
2019-04-28 19:46 ` [GIT PULL] Renesas ARM Based SoC DT Updates for v5.2 Olof Johansson

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.1555655522.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=olof@lixom.net \
    /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