linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas SoC updates for v6.17 (take two)
@ 2025-07-09 20:13 Geert Uytterhoeven
  2025-07-09 20:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2025-07-09 20:13 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

	Hi SoC folks,

This is my second pull request for the inclusion of Renesas SoC updates
for v6.17.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas driver updates for v6.17 (take two)

    - Sort Renesas Kconfig symbols.

  [GIT PULL 2/3] Renesas DT binding updates for v6.17 (take two)

    - Document support for the Renesas Gray Hawk Single board with R-Car
      V4M-7 (R8A779H2).

  [GIT PULL 3/3] Renesas DTS updates for v6.17 (take two)

    - Add support for the Renesas Gray Hawk Single board with R-Car
      V4M-7 (R8A779H2),
    - Add eMMC and microSD expansion board support for the RZ/V2H and
      RZ/V2N EVK development boards,
    - Add GPIO keys and Ethernet support for the RZ/G3E SoM and SMARC
      Carrier-II EVK development board,
    - Add QSPI FLASH support for the RZ/V2H and RZ/V2N SoCs and their EVK
      development boards,
    - Miscellaneous fixes and improvements.

Note that PR 3/3 includes DT binding definition updates for the RZ/V2H
and RZ/V2N SoCs, which are shared by clock driver and DT source files.

Thanks for pulling!

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 1/3] Renesas driver updates for v6.17 (take two)
  2025-07-09 20:13 [GIT PULL 0/3] Renesas SoC updates for v6.17 (take two) Geert Uytterhoeven
@ 2025-07-09 20:13 ` Geert Uytterhoeven
  2025-07-09 20:13 ` [GIT PULL 2/3] Renesas DT binding " Geert Uytterhoeven
  2025-07-09 20:13 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2025-07-09 20:13 UTC (permalink / raw)
  To: soc; +Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 1cf74da68cffc91b00de7a188aca091f1b956a1f:

  soc: renesas: pwc-rzv2m: Use new GPIO line value setter callbacks (2025-06-13 11:21:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v6.17-tag2

for you to fetch changes up to 2d9f884ceae80ae5ceba90990fb8d824943602d5:

  soc: renesas: Sort Renesas Kconfig configs (2025-07-08 11:55:31 +0200)

----------------------------------------------------------------
Renesas driver updates for v6.17 (take two)

  - Sort Renesas Kconfig symbols.

----------------------------------------------------------------
Kuninori Morimoto (1):
      soc: renesas: Sort Renesas Kconfig configs

 drivers/soc/renesas/Kconfig | 316 ++++++++++++++++++++++----------------------
 1 file changed, 158 insertions(+), 158 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/3] Renesas DT binding updates for v6.17 (take two)
  2025-07-09 20:13 [GIT PULL 0/3] Renesas SoC updates for v6.17 (take two) Geert Uytterhoeven
  2025-07-09 20:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
@ 2025-07-09 20:13 ` Geert Uytterhoeven
  2025-07-09 20:13 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2025-07-09 20:13 UTC (permalink / raw)
  To: soc; +Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 37c78e3a456fc754e6b9aa7d94365017a33de8f8:

  dt-bindings: soc: renesas: Document RZ/T2H Evaluation Board part number (2025-06-24 10:02:12 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v6.17-tag2

for you to fetch changes up to f2ce1fd2d991c53d61951b3c90eda2d3b0a023ec:

  dt-bindings: soc: renesas: Document R-Car V4M-7 Gray Hawk Single (2025-07-02 21:13:10 +0200)

----------------------------------------------------------------
Renesas DT binding updates for v6.17 (take two)

  - Document support for the Renesas Gray Hawk Single board with R-Car
    V4M-7 (R8A779H2).

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: soc: renesas: Document R-Car V4M-7 Gray Hawk Single

 Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 7 +++++++
 1 file changed, 7 insertions(+)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 3/3] Renesas DTS updates for v6.17 (take two)
  2025-07-09 20:13 [GIT PULL 0/3] Renesas SoC updates for v6.17 (take two) Geert Uytterhoeven
  2025-07-09 20:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
  2025-07-09 20:13 ` [GIT PULL 2/3] Renesas DT binding " Geert Uytterhoeven
@ 2025-07-09 20:13 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2025-07-09 20:13 UTC (permalink / raw)
  To: soc; +Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 41ffbb1c42d30a173cc43e931bbaf7bf29e92d1f:

  arm64: dts: renesas: r9a09g047: Add GBETH nodes (2025-06-26 16:37:21 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dts-for-v6.17-tag2

for you to fetch changes up to 145a2a9e27562926c592645a05d682fe8e1f82e9:

  arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable serial NOR FLASH (2025-07-08 12:06:26 +0200)

----------------------------------------------------------------
Renesas DTS updates for v6.17 (take two)

  - Add support for the Renesas Gray Hawk Single board with R-Car
    V4M-7 (R8A779H2),
  - Add eMMC and microSD expansion board support for the RZ/V2H and
    RZ/V2N EVK development boards,
  - Add GPIO keys and Ethernet support for the RZ/G3E SoM and SMARC
    Carrier-II EVK development board,
  - Add QSPI FLASH support for the RZ/V2H and RZ/V2N SoCs and their EVK
    development boards,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (1):
      arm64: dts: renesas: r9a09g047e57-smarc: Add gpio keys

Geert Uytterhoeven (3):
      arm64: dts: renesas: Factor out Gray Hawk Single board support
      arm64: dts: renesas: r8a779h2: Add Gray Hawk Single support
      Merge tag 'renesas-r9a09g057-dt-binding-defs-tag4' into renesas-dts-for-v6.17

John Madieu (1):
      arm64: dts: renesas: rzg3e-smarc-som: Enable eth{0-1} (GBETH) interfaces

Lad Prabhakar (8):
      dt-bindings: clock: renesas,r9a09g056/57-cpg: Add XSPI core clock
      arm64: dts: renesas: Add CN15 eMMC and SD overlays for RZ/V2H and RZ/V2N EVKs
      arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name for GBETH1
      arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Fix pinctrl node name for GBETH1
      arm64: dts: renesas: r9a09g056: Add XSPI node
      arm64: dts: renesas: r9a09g057: Add XSPI node
      arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable serial NOR FLASH
      arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable serial NOR FLASH

Niklas Söderlund (1):
      arm64: dts: renesas: r8a779g3-sparrow-hawk-fan-pwm: Add missing install target

Tam Nguyen (1):
      arm64: dts: renesas: Add Renesas R8A779H2 SoC support

 arch/arm64/boot/dts/renesas/Makefile               |  15 +
 arch/arm64/boot/dts/renesas/gray-hawk-single.dtsi  | 866 +++++++++++++++++++++
 .../boot/dts/renesas/r8a779h0-gray-hawk-single.dts | 855 +-------------------
 .../boot/dts/renesas/r8a779h2-gray-hawk-single.dts |  17 +
 arch/arm64/boot/dts/renesas/r8a779h2.dtsi          |  12 +
 arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts |  37 +
 arch/arm64/boot/dts/renesas/r9a09g056.dtsi         |  21 +
 .../boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts    |  66 +-
 arch/arm64/boot/dts/renesas/r9a09g057.dtsi         |  21 +
 .../boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts    |  66 +-
 arch/arm64/boot/dts/renesas/renesas-smarc2.dtsi    |  31 +
 arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi   | 111 +++
 .../arm64/boot/dts/renesas/rzv2-evk-cn15-emmc.dtso |  50 ++
 arch/arm64/boot/dts/renesas/rzv2-evk-cn15-sd.dtso  |  69 ++
 include/dt-bindings/clock/renesas,r9a09g056-cpg.h  |   1 +
 include/dt-bindings/clock/renesas,r9a09g057-cpg.h  |   1 +
 16 files changed, 1383 insertions(+), 856 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/gray-hawk-single.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779h2-gray-hawk-single.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779h2.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/rzv2-evk-cn15-emmc.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/rzv2-evk-cn15-sd.dtso


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-09 22:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-09 20:13 [GIT PULL 0/3] Renesas SoC updates for v6.17 (take two) Geert Uytterhoeven
2025-07-09 20:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
2025-07-09 20:13 ` [GIT PULL 2/3] Renesas DT binding " Geert Uytterhoeven
2025-07-09 20:13 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven

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