* [GIT PULL 0/4] Renesas SoC updates for v6.17
@ 2025-06-27 12:40 Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-06-27 12:40 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.17.
It consists of 4 parts:
[GIT PULL 1/4] Renesas ARM defconfig updates for v6.17
- Enable modular support for Renesas RZ/V2H USB2PHY Port Reset Control
in the ARM64 defconfig,
- Refresh shmobile_defconfig for v6.16-rc2.
[GIT PULL 2/4] Renesas driver updates for v6.17
- Initial support for the Renesas RZ/T2H (R9A09G077) and RZ/N2H
(R9A09G087) SoCs,
- Convert the RZ/V2M External Power Sequence Controller (PWC) driver
to the new GPIO line value setter callbacks.
[GIT PULL 3/4] Renesas DT binding updates for v6.17
- Document more board part numbers.
[GIT PULL 4/4] Renesas DTS updates for v6.17
- Add SPI FLASH, camera, and Ethernet support on the RZ/G3E SoC and/or
the RZ/G3E SoM and SMARC Carrier-II EVK development board,
- Add Ethernet, USB2, and PMIC support on the RZ/V2H and RZ/V2N SoCs
and EVK boards,
- Add timer, I2C, watchdog, and GPU support on the RZ/V2N SoC and the
RZ/V2N EVK board,
- Add debug LED support for the RZN1D-DB development board,
- Improve PCIe clock description on the Retronix Sparrow Hawk board,
- Miscellaneous fixes and improvements.
Notes:
- PR 4/4 includes an immutable branch in the PCI subsystem, as a
dependency for reworking the PCIe clock topology on the Retronix
Sparrow Hawk board.
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] 5+ messages in thread
* [GIT PULL 1/4] Renesas ARM defconfig updates for v6.17
2025-06-27 12:40 [GIT PULL 0/4] Renesas SoC updates for v6.17 Geert Uytterhoeven
@ 2025-06-27 12:40 ` Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-06-27 12:40 UTC (permalink / raw)
To: soc; +Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e:
Linux 6.16-rc2 (2025-06-15 13:49:41 -0700)
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.17-tag1
for you to fetch changes up to 910aa7765a7a12a5b485547de924fa97a21eb779:
ARM: shmobile: defconfig: Refresh for v6.16-rc2 (2025-06-19 19:19:46 +0200)
----------------------------------------------------------------
Renesas ARM defconfig updates for v6.17
- Enable modular support for Renesas RZ/V2H USB2PHY Port Reset Control
in the ARM64 defconfig,
- Refresh shmobile_defconfig for v6.16-rc2.
----------------------------------------------------------------
Geert Uytterhoeven (1):
ARM: shmobile: defconfig: Refresh for v6.16-rc2
Lad Prabhakar (1):
arm64: defconfig: Enable RZ/V2H(P) USB2 PHY controller reset driver
arch/arm/configs/shmobile_defconfig | 1 +
arch/arm64/configs/defconfig | 1 +
2 files changed, 2 insertions(+)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL 2/4] Renesas driver updates for v6.17
2025-06-27 12:40 [GIT PULL 0/4] Renesas SoC updates for v6.17 Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
@ 2025-06-27 12:40 ` Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 4/4] Renesas DTS " Geert Uytterhoeven
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-06-27 12:40 UTC (permalink / raw)
To: soc; +Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
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-tag1
for you to fetch changes up to 1cf74da68cffc91b00de7a188aca091f1b956a1f:
soc: renesas: pwc-rzv2m: Use new GPIO line value setter callbacks (2025-06-13 11:21:53 +0200)
----------------------------------------------------------------
Renesas driver updates for v6.17
- Initial support for the Renesas RZ/T2H (R9A09G077) and RZ/N2H
(R9A09G087) SoCs,
- Convert the RZ/V2M External Power Sequence Controller (PWC) driver
to the new GPIO line value setter callbacks.
----------------------------------------------------------------
Bartosz Golaszewski (1):
soc: renesas: pwc-rzv2m: Use new GPIO line value setter callbacks
Lad Prabhakar (1):
soc: renesas: Add RZ/N2H (R9A09G087) config option
Thierry Bultel (1):
soc: renesas: Add RZ/T2H (R9A09G077) config option
drivers/soc/renesas/Kconfig | 12 ++++++++++++
drivers/soc/renesas/pwc-rzv2m.c | 8 +++++---
2 files changed, 17 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL 3/4] Renesas DT binding updates for v6.17
2025-06-27 12:40 [GIT PULL 0/4] Renesas SoC updates for v6.17 Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
@ 2025-06-27 12:40 ` Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 4/4] Renesas DTS " Geert Uytterhoeven
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-06-27 12:40 UTC (permalink / raw)
To: soc; +Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
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-tag1
for you to fetch changes up to 37c78e3a456fc754e6b9aa7d94365017a33de8f8:
dt-bindings: soc: renesas: Document RZ/T2H Evaluation Board part number (2025-06-24 10:02:12 +0200)
----------------------------------------------------------------
Renesas DT binding updates for v6.17
- Document more board part numbers.
----------------------------------------------------------------
Geert Uytterhoeven (2):
dt-bindings: soc: renesas: Document RZ/V2H EVK board part number
dt-bindings: soc: renesas: Document RZ/T2H Evaluation Board part number
Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL 4/4] Renesas DTS updates for v6.17
2025-06-27 12:40 [GIT PULL 0/4] Renesas SoC updates for v6.17 Geert Uytterhoeven
` (2 preceding siblings ...)
2025-06-27 12:40 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
@ 2025-06-27 12:40 ` Geert Uytterhoeven
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-06-27 12:40 UTC (permalink / raw)
To: soc; +Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
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-tag1
for you to fetch changes up to 41ffbb1c42d30a173cc43e931bbaf7bf29e92d1f:
arm64: dts: renesas: r9a09g047: Add GBETH nodes (2025-06-26 16:37:21 +0200)
----------------------------------------------------------------
Renesas DTS updates for v6.17
- Add SPI FLASH, camera, and Ethernet support on the RZ/G3E SoC and/or
the RZ/G3E SoM and SMARC Carrier-II EVK development board,
- Add Ethernet, USB2, and PMIC support on the RZ/V2H and RZ/V2N SoCs
and EVK boards,
- Add timer, I2C, watchdog, and GPU support on the RZ/V2N SoC and the
RZ/V2N EVK board,
- Add debug LED support for the RZN1D-DB development board,
- Improve PCIe clock description on the Retronix Sparrow Hawk board,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Biju Das (2):
arm64: dts: renesas: r9a09g047: Add XSPI node
arm64: dts: renesas: rzg3e-smarc-som: Enable serial NOR FLASH
Geert Uytterhoeven (2):
arm64: dts: renesas: ebisu: Add CAN0 support
Merge branch 'pwrctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci into renesas-dts-for-v6.17
John Madieu (1):
arm64: dts: renesas: r9a09g047: Add GBETH nodes
Lad Prabhakar (19):
arm64: dts: renesas: r9a09g057: Add GBETH nodes
arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable GBETH
arm64: dts: renesas: r9a09g056: Add GBETH nodes
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable GBETH
arm64: dts: renesas: r9a09g056: Add OSTM0-OSTM7 nodes
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable OSTM timers on RZ/V2N EVK
arm64: dts: renesas: r9a09g056: Add RIIC controllers
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable RIIC controllers
arm64: dts: renesas: r9a09g056: Add WDT0-WDT3 nodes
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable WDT1
arm64: dts: renesas: r9a09g056: Add Mali-G31 GPU node
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable Mali-G31 GPU
arm64: dts: renesas: r9a09g057: Add USB2.0 support
arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable USB2.0 support
arm64: dts: renesas: r9a09g056: Add USB2.0 support
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable USB2.0 support
arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Add RAA215300 PMIC
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Add RAA215300 PMIC
arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Rename fixed regulator node names
Marek Vasut (5):
PCI/pwrctrl: Add optional slot clock for PCI slots
arm64: dts: renesas: r8a779g3-sparrow-hawk: Sort DTS
arm64: dts: renesas: r8a779g0: Describe PCIe root ports
arm64: dts: renesas: sparrow-hawk: Describe split PCIe clock
arm64: dts: renesas: rcar-gen3: Add bootph-all to sysinfo EEPROMs
Tommaso Merciai (4):
arm64: dts: renesas: r9a09g047: Add CRU, CSI2 nodes
arm64: dts: renesas: r9a09g047e57-smarc: Add I2C0 pincontrol
arm64: dts: renesas: renesas-smarc2: Enable I2C0 node
arm64: dts: renesas: r9a09g047e57-smarc: Enable CRU, CSI support
Wolfram Sang (2):
ARM: dts: renesas: r9a06g032-rzn1d400-db: Describe debug LEDs
ARM: dts: renesas: r9a06g032: Add second clock input to RTC
.../arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts | 64 +++
arch/arm/boot/dts/renesas/r9a06g032.dtsi | 4 +-
arch/arm64/boot/dts/renesas/Makefile | 3 +
arch/arm64/boot/dts/renesas/condor-common.dtsi | 2 +
arch/arm64/boot/dts/renesas/draak.dtsi | 2 +
arch/arm64/boot/dts/renesas/ebisu.dtsi | 16 +
arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 20 +
.../boot/dts/renesas/r8a779g3-sparrow-hawk.dts | 57 +-
arch/arm64/boot/dts/renesas/r9a09g047.dtsi | 299 ++++++++++
.../renesas/r9a09g047e57-smarc-cru-csi-ov5645.dtso | 21 +
arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts | 10 +
arch/arm64/boot/dts/renesas/r9a09g056.dtsi | 635 +++++++++++++++++++++
.../boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 262 +++++++++
arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 322 +++++++++++
.../boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 150 ++++-
arch/arm64/boot/dts/renesas/renesas-smarc2.dtsi | 6 +
arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi | 46 ++
arch/arm64/boot/dts/renesas/salvator-common.dtsi | 2 +
arch/arm64/boot/dts/renesas/ulcb.dtsi | 2 +
drivers/pci/pwrctrl/slot.c | 8 +
20 files changed, 1912 insertions(+), 19 deletions(-)
create mode 100644 arch/arm64/boot/dts/renesas/r9a09g047e57-smarc-cru-csi-ov5645.dtso
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-06-27 13:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-27 12:40 [GIT PULL 0/4] Renesas SoC updates for v6.17 Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
2025-06-27 12:40 ` [GIT PULL 4/4] 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).