The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) 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.15-tag1 for you to fetch changes up to 25a5246b0e564d238e917b5a3684171718c950fd: soc: renesas: r9a09g057-sys: Add a callback to print SoC-specific extra features (2025-02-20 17:38:33 +0100) ---------------------------------------------------------------- Renesas driver updates for v6.15 - Add a driver for the System Controller on RZ/G3S, RZ/G3E, and RZ/V2H. ---------------------------------------------------------------- Claudiu Beznea (2): soc: renesas: Add SYSC driver for Renesas RZ family soc: renesas: rz-sysc: Move RZ/G3S SoC detection to the SYSC driver John Madieu (3): soc: renesas: rz-sysc: Add support for RZ/G3E family soc: renesas: rz-sysc: Move RZ/V2H SoC detection to the SYS driver soc: renesas: r9a09g057-sys: Add a callback to print SoC-specific extra features drivers/soc/renesas/Kconfig | 18 +++++ drivers/soc/renesas/Makefile | 4 + drivers/soc/renesas/r9a08g045-sysc.c | 23 ++++++ drivers/soc/renesas/r9a09g047-sys.c | 67 +++++++++++++++++ drivers/soc/renesas/r9a09g057-sys.c | 67 +++++++++++++++++ drivers/soc/renesas/renesas-soc.c | 33 +-------- drivers/soc/renesas/rz-sysc.c | 137 +++++++++++++++++++++++++++++++++++ drivers/soc/renesas/rz-sysc.h | 46 ++++++++++++ 8 files changed, 363 insertions(+), 32 deletions(-) create mode 100644 drivers/soc/renesas/r9a08g045-sysc.c create mode 100644 drivers/soc/renesas/r9a09g047-sys.c create mode 100644 drivers/soc/renesas/r9a09g057-sys.c create mode 100644 drivers/soc/renesas/rz-sysc.c create mode 100644 drivers/soc/renesas/rz-sysc.h