linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, arm-soc <soc@kernel.org>
Cc: linux-renesas-soc@vger.kernel.org,
	Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	linux-arm-kernel@lists.infradead.org
Subject: [PULL 1/3] Renesas ARM64 DT updates for v5.4
Date: Fri,  2 Aug 2019 14:03:53 +0200	[thread overview]
Message-ID: <20190802120355.1430-2-geert+renesas@glider.be> (raw)
In-Reply-To: <20190802120355.1430-1-geert+renesas@glider.be>

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm64-dt-for-v5.4-tag1

for you to fetch changes up to 0a05b3d7fee511de8a1c9dffc3d86f1df55e1737:

  arm64: dts: renesas: ulcb: Sort nodes (2019-07-30 11:25:35 +0200)

----------------------------------------------------------------
Renesas ARM64 DT updates for v5.4

  - CAN support for the HiHope RZ/G2E board,
  - BT and WLAN support for the HiHope RZ/G2[MN] boards,
  - Sound support for RZ/G2M,
  - Sort nodes in various SoC and board DTSes,
  - Small fixes and improvements.

----------------------------------------------------------------
Biju Das (3):
      arm64: dts: renesas: hihope-common: Add PCA9654 I/O expander
      arm64: dts: renesas: hihope-common: Add BT support
      arm64: dts: renesas: hihope-common: Add WLAN support

Fabrizio Castro (6):
      arm64: dts: renesas: r8a774c0: Add missing assigned-clocks for CAN[01]
      arm64: dts: renesas: r8a774a1: Add missing assigned-clocks for CAN[01]
      arm64: dts: renesas: r8a774a1: Add CANFD support
      arm64: dts: renesas: hihope-rzg2-ex: Enable CAN interfaces
      arm64: dts: renesas: r8a774a1: Use extended audio dmac registers
      arm64: dts: renesas: r8a774a1: Add SSIU support for sound

Takeshi Kihara (1):
      arm64: dts: renesas: r8a77990: Add cpg reset for DU

Yoshihiro Kaneko (13):
      arm64: dts: renesas: r8a77995: Add cpg reset for DU
      arm64: dts: renesas: r8a77995: Fix register range of display node
      arm64: dts: renesas: r8a7795: Sort nodes
      arm64: dts: renesas: r8a7795-es1: Sort nodes
      arm64: dts: renesas: r8a77965: Sort nodes
      arm64: dts: renesas: r8a7795-es1: salvator-x: Sort nodes
      arm64: dts: renesas: r8a7795: salvator-x: Sort nodes
      arm64: dts: renesas: r8a7795: salvator-xs: Sort nodes
      arm64: dts: renesas: r8a7796: salvator-x: Sort nodes
      arm64: dts: renesas: r8a7796: salvator-xs: Sort nodes
      arm64: dts: renesas: salvator-common: Sort nodes
      arm64: dts: renesas: ulcb-kf: Sort nodes
      arm64: dts: renesas: ulcb: Sort nodes

 arch/arm64/boot/dts/renesas/hihope-common.dtsi     |  78 ++++++
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi    |  22 ++
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          | 282 +++++++++++++++++++--
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |   4 +
 .../boot/dts/renesas/r8a7795-es1-salvator-x.dts    |  26 +-
 arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi       | 223 ++++++++--------
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts |  26 +-
 .../arm64/boot/dts/renesas/r8a7795-salvator-xs.dts |  82 +++---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           | 154 +++++------
 arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts |  10 +-
 .../arm64/boot/dts/renesas/r8a7796-salvator-xs.dts |  10 +-
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          |  48 ++--
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |   2 +
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          |   4 +-
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |  72 +++---
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           | 226 ++++++++---------
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |  10 +-
 17 files changed, 814 insertions(+), 465 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-08-02 12:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02 12:03 [PULL 0/3] Renesas SoC updates for v5.4 Geert Uytterhoeven
2019-08-02 12:03 ` Geert Uytterhoeven [this message]
2019-08-02 14:09   ` [PULL 1/3] Renesas ARM64 DT " Geert Uytterhoeven
2019-08-02 12:03 ` [PULL 2/3] Renesas driver " Geert Uytterhoeven
2019-09-03 18:23   ` Arnd Bergmann
2019-09-03 18:40     ` Geert Uytterhoeven
2019-08-02 12:03 ` [PULL 3/3] Renesas DT binding " 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=20190802120355.1430-2-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=arm@kernel.org \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=soc@kernel.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).