Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas SoC updates for v7.3
@ 2026-07-16 10:03 Geert Uytterhoeven
  2026-07-16 10:03 ` [GIT PULL 1/3] Renesas ARM " Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-07-16 10:03 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

	Hi SoC folks,

This is my first pull request for the inclusion of Renesas SoC updates
for v7.3.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas ARM SoC updates for v7.3

    - Use the of_machine_compatible_match() helper.

  [GIT PULL 2/3] Renesas driver updates for v7.3

    - Drop duplicate default for ARCH_R8A78000.

  [GIT PULL 3/3] Renesas DTS updates for v7.3

    - Add sound support for the RZ/G3E SoC and the RZ/G3E SMARC EVK board,
    - Add more serial and SPI support for the RZ/G3L SoC and the RZ/G3L
      SMARC EVK board,
    - Add SMP support (32x Cortex-A720AE) for the R-Car X5H SoC,
    - Add hwspinlock and mailbox (MFIS) support for the R-Car V4H SoC,
    - Add GPU support for R-Car M3-N-based Salvator-X(S) and ULCB
      development boards,
    - Add SPI and FRAM support for the RZ/N1D SoC and the RZN1D Expansion
      Board,
    - Add PCIe support for the RZ/V2H SoC and the RZ/V2H EVK development
      board,
    - Miscellaneous fixes and improvements.

Note that the third PR is based on renesas-fixes-for-v7.2-tag1, for
which I have just sent a PR.

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 ARM SoC updates for v7.3
  2026-07-16 10:03 [GIT PULL 0/3] Renesas SoC updates for v7.3 Geert Uytterhoeven
@ 2026-07-16 10:03 ` Geert Uytterhoeven
  2026-07-16 10:03 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
  2026-07-16 10:03 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-07-16 10:03 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-arm-soc-for-v7.3-tag1

for you to fetch changes up to c902a6887eaadf56e6da79f68f8843cbe45cc808:

  ARM: shmobile: rcar-gen2: Use of_machine_compatible_match() helper (2026-06-29 11:18:03 +0200)

----------------------------------------------------------------
Renesas ARM SoC updates for v7.3

  - Use the of_machine_compatible_match() helper.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: rcar-gen2: Use of_machine_compatible_match() helper

 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c | 10 +++++-----
 arch/arm/mach-shmobile/setup-rcar-gen2.c           |  9 +++++----
 2 files changed, 10 insertions(+), 9 deletions(-)


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

* [GIT PULL 2/3] Renesas driver updates for v7.3
  2026-07-16 10:03 [GIT PULL 0/3] Renesas SoC updates for v7.3 Geert Uytterhoeven
  2026-07-16 10:03 ` [GIT PULL 1/3] Renesas ARM " Geert Uytterhoeven
@ 2026-07-16 10:03 ` Geert Uytterhoeven
  2026-07-16 10:03 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-07-16 10:03 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-drivers-for-v7.3-tag1

for you to fetch changes up to 07231087d5e24c4d9c578c824b96f8af913f7324:

  soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS" (2026-07-16 10:03:33 +0200)

----------------------------------------------------------------
Renesas driver updates for v7.3

  - Drop duplicate default for ARCH_R8A78000.

Note that this commit was just rebased, as I had accidentally queued it
on the wrong branch.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS"

 drivers/soc/renesas/Kconfig | 1 -
 1 file changed, 1 deletion(-)


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

* [GIT PULL 3/3] Renesas DTS updates for v7.3
  2026-07-16 10:03 [GIT PULL 0/3] Renesas SoC updates for v7.3 Geert Uytterhoeven
  2026-07-16 10:03 ` [GIT PULL 1/3] Renesas ARM " Geert Uytterhoeven
  2026-07-16 10:03 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
@ 2026-07-16 10:03 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-07-16 10:03 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 6fa6ee724d8dadf392139e242ac936b5da730c4b:

  arm64: dts: renesas: ironhide: Describe inline ECC carveouts (2026-07-14 10:34:32 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-dts-for-v7.3-tag1

for you to fetch changes up to 24afcb87e6aca1ff3face276223eeea0012f8e2b:

  arm64: dts: renesas: r9a09g047: Fix PCIe dma-ranges memory space code (2026-07-14 10:36:37 +0200)

----------------------------------------------------------------
Renesas DTS updates for v7.3

  - Add sound support for the RZ/G3E SoC and the RZ/G3E SMARC EVK board,
  - Add more serial and SPI support for the RZ/G3L SoC and the RZ/G3L
    SMARC EVK board,
  - Add SMP support (32x Cortex-A720AE) for the R-Car X5H SoC,
  - Add hwspinlock and mailbox (MFIS) support for the R-Car V4H SoC,
  - Add GPU support for R-Car M3-N-based Salvator-X(S) and ULCB
    development boards,
  - Add SPI and FRAM support for the RZ/N1D SoC and the RZN1D Expansion
    Board,
  - Add PCIe support for the RZ/V2H SoC and the RZ/V2H EVK development
    board,
  - Miscellaneous fixes and improvements.

Note that this PR is based on renesas-fixes-for-v7.2-tag1, for which I
have just sent a PR.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (5):
      arm64: dts: renesas: r9a08g046l48-smarc: Enable rsci{1,2,3} nodes
      arm64: dts: renesas: r9a08g046: Add RSPI{0..2} nodes
      arm64: dts: renesas: r9a08g046l48-smarc: Enable RSPI2
      arm64: dts: renesas: r9a09g047e57-smarc: Drop SW_SER0_PMOD condition for rsci4
      arm64: dts: renesas: r9a09g047: Add max-frequency to SDHI nodes

John Madieu (6):
      arm64: dts: renesas: rzv2h: Add audio clock inputs
      arm64: dts: renesas: rzg3e-smarc-som: Add I2C1 support
      arm64: dts: renesas: r9a09g047: Add RZ/G3E Sound support
      arm64: dts: renesas: rzg3e-smarc-som: Add Versa3 clock generator
      arm64: dts: renesas: rzg3e-smarc-som: Add audio pinmux definitions
      arm64: dts: renesas: r9a09g047e57-smarc: Add DA7212 audio codec support

Lad Prabhakar (8):
      arm64: dts: renesas: rzt2h-n2h-evk: Remove unused MII/GMII pins
      arm64: dts: renesas: rzt2h-n2h-evk: Configure ETH pins
      arm64: dts: renesas: rzt2h-n2h-evk: Configure SCI0 pins
      arm64: dts: renesas: rzt2h-n2h-evk-common: Add memory nodes
      arm64: dts: renesas: r9a09g057: Add PCIe nodes
      arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable PCIe
      arm64: dts: renesas: r9a09g056: Fix PCIe dma-ranges memory space code
      arm64: dts: renesas: r9a09g047: Fix PCIe dma-ranges memory space code

Marek Vasut (5):
      arm64: dts: renesas: r8a78000: Enable application CPU cores via PSCI
      arm64: dts: renesas: r8a77965-salvator-x: Enable GPU support
      arm64: dts: renesas: r8a77965-salvator-xs: Enable GPU support
      arm64: dts: renesas: r8a77965-ulcb: Enable GPU support
      arm64: dts: renesas: Add soc: labels to soc nodes

Wolfram Sang (3):
      arm64: dts: renesas: r8a779g0: Add MFIS node
      ARM: dts: renesas: r9a06g032: Describe SPI controllers
      ARM: dts: renesas: r9a06g032-rzn1d400-eb: Enable SPI-FRAM

bui duc phuc (1):
      ARM: dts: renesas: r8a7740: Add FSI clocks

 arch/arm/boot/dts/renesas/r8a7740.dtsi             |  12 +-
 .../arm/boot/dts/renesas/r9a06g032-rzn1d400-eb.dts |  25 +
 arch/arm/boot/dts/renesas/r9a06g032.dtsi           |  84 ++++
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a774e1.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77960.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77961.dtsi          |   2 +-
 .../arm64/boot/dts/renesas/r8a77965-salvator-x.dts |   4 +
 .../boot/dts/renesas/r8a77965-salvator-xs.dts      |   4 +
 arch/arm64/boot/dts/renesas/r8a77965-ulcb.dts      |   4 +
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77970.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77980.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi          |  17 +
 arch/arm64/boot/dts/renesas/r8a78000.dtsi          |  32 ++
 arch/arm64/boot/dts/renesas/r9a08g046.dtsi         |  69 +++
 arch/arm64/boot/dts/renesas/r9a08g046l48-smarc.dts |  78 +++
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi         | 525 ++++++++++++++++++++-
 arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts | 114 ++++-
 arch/arm64/boot/dts/renesas/r9a09g056.dtsi         |  22 +-
 arch/arm64/boot/dts/renesas/r9a09g057.dtsi         | 160 ++++++-
 .../boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts    |  18 +
 .../boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts    | 144 ++++--
 .../boot/dts/renesas/r9a09g087m44-rzn2h-evk.dts    | 144 ++++--
 arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi   |  44 ++
 .../boot/dts/renesas/rzt2h-n2h-evk-common.dtsi     |  14 +
 28 files changed, 1420 insertions(+), 112 deletions(-)


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

end of thread, other threads:[~2026-07-16 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16 10:03 [GIT PULL 0/3] Renesas SoC updates for v7.3 Geert Uytterhoeven
2026-07-16 10:03 ` [GIT PULL 1/3] Renesas ARM " Geert Uytterhoeven
2026-07-16 10:03 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
2026-07-16 10:03 ` [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