* [GIT PULL 0/3] Renesas SoC updates for v6.20
@ 2026-01-05 15:57 Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2026-01-05 15:57 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 v6.20.
It consists of 3 parts:
[GIT PULL 1/3] Renesas ARM defconfig updates for v6.20
- Enable support for the Renesas RZ/G3E USB3 PHY and RZ/G3S PCIe
drivers in the ARM64 defconfig,
- Refresh the ARM SH-Mobile defconfig for v6.19-rc1.
[GIT PULL 2/3] Renesas driver updates for v6.20
- Enable Interrupt Controller (ICU) support on the RZ/N2H SoC.
[GIT PULL 3/3] Renesas DTS updates for v6.20
- Add USB3.2 host and more RSCI serial support for the RZ/G3E SoC and
the RZ/G3E SMARC EVK board,
- Add display and USB3.0 host support for the RZ/V2H and RZ/V2N SoCs
and their EVK boards,
- Add SPI NOR Flash support for the Yuridenki-Shokai Kakip board,
- Add PCIe support for the RZ/G3S SoC and the RZ/G3S SMARC EVK board,
- Add SPI, interrupt controller, and DMAC support for the RZ/T2H,
RZ/N2H, and RZ/V2N SoCs,
- Add NMI wakeup button support for the RZ/V2N EVK board,
- Add thermal support for the RZ/V2N SoC,
- Add system watchdog timer support for R-Car V3H, which is reserved
for secure firmware,
- Add window watchdog timer support for R-Car V3M, V3H, and Gen4 SoCs,
- Miscellaneous fixes and improvements.
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] 6+ messages in thread
* [GIT PULL 1/3] Renesas ARM defconfig updates for v6.20
2026-01-05 15:57 [GIT PULL 0/3] Renesas SoC updates for v6.20 Geert Uytterhoeven
@ 2026-01-05 15:57 ` Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2026-01-05 15:57 UTC (permalink / raw)
To: soc, soc
Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-defconfig-for-v6.20-tag1
for you to fetch changes up to 898a23193bd860234342eef6ebcc00e9199e3513:
ARM: shmobile: defconfig: Refresh for v6.19-rc1 (2026-01-05 14:39:18 +0100)
----------------------------------------------------------------
Renesas ARM defconfig updates for v6.20
- Enable support for the Renesas RZ/G3E USB3 PHY and RZ/G3S PCIe
drivers in the ARM64 defconfig,
- Refresh the ARM SH-Mobile defconfig for v6.19-rc1.
----------------------------------------------------------------
Biju Das (1):
arm64: defconfig: Enable RZ/G3E USB3 PHY driver
Claudiu Beznea (1):
arm64: defconfig: Enable PCIe for the Renesas RZ/G3S SoC
Geert Uytterhoeven (1):
ARM: shmobile: defconfig: Refresh for v6.19-rc1
arch/arm/configs/shmobile_defconfig | 2 +-
arch/arm64/configs/defconfig | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 2/3] Renesas driver updates for v6.20
2026-01-05 15:57 [GIT PULL 0/3] Renesas SoC updates for v6.20 Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
@ 2026-01-05 15:57 ` Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2026-01-05 15:57 UTC (permalink / raw)
To: soc, soc
Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
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.20-tag1
for you to fetch changes up to 1bea7e94bf09ee6d46051076866a9369f64d302a:
soc: renesas: Enable ICU support on RZ/N2H (2025-12-23 09:25:33 +0100)
----------------------------------------------------------------
Renesas driver updates for v6.20
- Enable Interrupt Controller (ICU) support on the RZ/N2H SoC.
----------------------------------------------------------------
Cosmin Tanislav (1):
soc: renesas: Enable ICU support on RZ/N2H
drivers/soc/renesas/Kconfig | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT PULL 3/3] Renesas DTS updates for v6.20
2026-01-05 15:57 [GIT PULL 0/3] Renesas SoC updates for v6.20 Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
@ 2026-01-05 15:57 ` Geert Uytterhoeven
2026-01-07 17:47 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
2026-01-21 16:00 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2026-01-05 15:57 UTC (permalink / raw)
To: soc, soc
Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
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.20-tag1
for you to fetch changes up to aca3bbde0fdb263081b5ff1e60f066704dd1a19e:
arm64: dts: renesas: r8a779h0: Add WWDT nodes (2026-01-05 14:37:18 +0100)
----------------------------------------------------------------
Renesas DTS updates for v6.20
- Add USB3.2 host and more RSCI serial support for the RZ/G3E SoC and
the RZ/G3E SMARC EVK board,
- Add display and USB3.0 host support for the RZ/V2H and RZ/V2N SoCs
and their EVK boards,
- Add SPI NOR Flash support for the Yuridenki-Shokai Kakip board,
- Add PCIe support for the RZ/G3S SoC and the RZ/G3S SMARC EVK board,
- Add SPI, interrupt controller, and DMAC support for the RZ/T2H,
RZ/N2H, and RZ/V2N SoCs,
- Add NMI wakeup button support for the RZ/V2N EVK board,
- Add thermal support for the RZ/V2N SoC,
- Add system watchdog timer support for R-Car V3H, which is reserved
for secure firmware,
- Add window watchdog timer support for R-Car V3M, V3H, and Gen4 SoCs,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Biju Das (5):
arm64: dts: renesas: r9a09g047: Add USB3 PHY/Host nodes
arm64: dts: renesas: r9a09g047e57-smarc: Enable USB3HOST
arm64: dts: renesas: r9a09g047: Add RSCI nodes
arm64: dts: renesas: renesas-smarc2: Move aliases to board DTS
arm64: dts: renesas: r9a09g047e57-smarc: Enable rsci{2,4,9} nodes
Claudiu Beznea (3):
arm64: dts: renesas: r9a08g045: Add PCIe node
arm64: dts: renesas: rzg3s-smarc-som: Add PCIe reference clock
arm64: dts: renesas: rzg3s-smarc: Enable PCIe
Cosmin Tanislav (7):
arm64: dts: renesas: rzt2h-n2h-evk: Add note about SD1 1.8V modes
arm64: dts: renesas: r9a09g077: Add SPI nodes
arm64: dts: renesas: r9a09g087: Add SPI nodes
arm64: dts: renesas: r9a09g077: Add ICU support
arm64: dts: renesas: r9a09g087: Add ICU support
arm64: dts: renesas: r9a09g077: Add DMAC support
arm64: dts: renesas: r9a09g087: Add DMAC support
Geert Uytterhoeven (2):
arm64: dts: renesas: r9a09g047e57-smarc: Remove duplicate SW_LCD_EN
ARM: dts: renesas: r9a06g032: Add Ethernet switch interrupts
Lad Prabhakar (14):
arm64: dts: renesas: r9a09g057: Add FCPV and VSPD nodes
arm64: dts: renesas: r9a09g057: Add DU and DSI nodes
arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable DU and DSI
arm64: dts: renesas: r9a09g056: Add FCPV and VSPD nodes
arm64: dts: renesas: r9a09g056: Add DU and DSI nodes
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable DU and DSI
arm64: dts: renesas: r9a09g057: Add USB3 PHY/Host nodes
arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable USB3.0 PHYs and xHCI controllers
arm64: dts: renesas: r9a09g056: Add USB3 PHY/Host nodes
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable USB3.0 PHY and xHCI controller
arm64: dts: renesas: r9a09g056: Add ICU node
arm64: dts: renesas: r9a09g056: Add DMAC nodes
arm64: dts: renesas: r9a09g056: Add RSPI nodes
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Add NMI wakeup button support
Nobuhiro Iwamatsu (1):
arm64: dts: renesas: r9a09g057h48-kakip: Enable SPI NOR Flash
Ovidiu Panait (1):
arm64: dts: renesas: r9a09g056: Add TSU nodes
Wolfram Sang (8):
arm64: dts: renesas: r8a77980: Add SWDT node
arm64: dts: renesas: condor/v3hsk: Mark SWDT as reserved
arm64: dts: renesas: r8a77970: Add WWDT nodes
arm64: dts: renesas: r8a77980: Add WWDT nodes
arm64: dts: renesas: r8a779a0: Add WWDT nodes
arm64: dts: renesas: r8a779f0: Add WWDT nodes
arm64: dts: renesas: r8a779g0: Add WWDT nodes
arm64: dts: renesas: r8a779h0: Add WWDT nodes
arch/arm/boot/dts/renesas/r9a06g032.dtsi | 6 +
arch/arm64/boot/dts/renesas/condor-common.dtsi | 5 +
arch/arm64/boot/dts/renesas/r8a77970.dtsi | 32 ++
arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts | 5 +
arch/arm64/boot/dts/renesas/r8a77980.dtsi | 89 ++++
arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 160 +++++++
arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 160 +++++++
arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 112 +++++
arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 112 +++++
arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 65 +++
arch/arm64/boot/dts/renesas/r9a09g047.dtsi | 250 ++++++++++
arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts | 75 ++-
arch/arm64/boot/dts/renesas/r9a09g056.dtsi | 514 +++++++++++++++++++++
.../boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 97 ++++
arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 149 ++++++
.../boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 101 ++++
arch/arm64/boot/dts/renesas/r9a09g057h48-kakip.dts | 39 ++
arch/arm64/boot/dts/renesas/r9a09g077.dtsi | 235 ++++++++++
.../boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts | 3 +
arch/arm64/boot/dts/renesas/r9a09g087.dtsi | 235 ++++++++++
.../boot/dts/renesas/r9a09g087m44-rzn2h-evk.dts | 3 +
arch/arm64/boot/dts/renesas/renesas-smarc2.dtsi | 21 +-
arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi | 4 +
arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 5 +
arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi | 11 +
25 files changed, 2481 insertions(+), 7 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL 0/3] Renesas SoC updates for v6.20
2026-01-05 15:57 [GIT PULL 0/3] Renesas SoC updates for v6.20 Geert Uytterhoeven
` (2 preceding siblings ...)
2026-01-05 15:57 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
@ 2026-01-07 17:47 ` patchwork-bot+linux-soc
2026-01-21 16:00 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2026-01-07 17:47 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: soc
Hello:
This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Mon, 5 Jan 2026 16:57:37 +0100 you wrote:
> Hi SoC folks,
>
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.20.
>
> It consists of 3 parts:
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/3] Renesas ARM defconfig updates for v6.20
(no matching commit)
- [GIT,PULL,2/3] Renesas driver updates for v6.20
(no matching commit)
- [GIT,PULL,3/3] Renesas DTS updates for v6.20
https://git.kernel.org/soc/soc/c/aa5f91ce4fd8
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL 0/3] Renesas SoC updates for v6.20
2026-01-05 15:57 [GIT PULL 0/3] Renesas SoC updates for v6.20 Geert Uytterhoeven
` (3 preceding siblings ...)
2026-01-07 17:47 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
@ 2026-01-21 16:00 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2026-01-21 16:00 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: soc
Hello:
This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Mon, 5 Jan 2026 16:57:37 +0100 you wrote:
> Hi SoC folks,
>
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.20.
>
> It consists of 3 parts:
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/3] Renesas ARM defconfig updates for v6.20
(no matching commit)
- [GIT,PULL,2/3] Renesas driver updates for v6.20
https://git.kernel.org/soc/soc/c/4e2c045f1043
- [GIT,PULL,3/3] Renesas DTS updates for v6.20
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-01-21 16:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-05 15:57 [GIT PULL 0/3] Renesas SoC updates for v6.20 Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 2/3] Renesas driver " Geert Uytterhoeven
2026-01-05 15:57 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
2026-01-07 17:47 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
2026-01-21 16:00 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox