Hi Linus, The following changes since commit fea58424e2523376ece6f734479e63061e17ad7f: pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28 (2024-01-31 14:50:44 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v6.9-tag2 for you to fetch changes up to a6f06b909fee72c679c565adfa7f080f9595e336: pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm (2024-02-21 16:34:33 +0100) ---------------------------------------------------------------- pinctrl: renesas: Updates for v6.9 (take two) - Add support for the R-Car V4M (R8A779H0) SoC, - Add support for suspend/resume on the RZ/G2L family, - Miscellaneous fixes and improvements. Thanks for pulling! ---------------------------------------------------------------- Biju Das (3): pinctrl: renesas: rzg2l: Configure interrupt input mode pinctrl: renesas: rzg2l: Simplify rzg2l_gpio_irq_{en,dis}able() pinctrl: renesas: rzg2l: Avoid configuring ISEL in gpio_irq_{en,dis}able*( Claudiu Beznea (2): pinctrl: renesas: rzg2l: Select GPIOLIB_IRQCHIP and IRQ_DOMAIN_HIERARCHY pinctrl: renesas: rzg2l: Add suspend/resume support Cong Dang (13): pinctrl: renesas: Initial R8A779H0 (R-Car V4M) PFC support pinctrl: renesas: r8a779h0: Add Ethernet AVB pins, groups, functions pinctrl: renesas: r8a779h0: Add SD/MMC pins, groups, functions pinctrl: renesas: r8a779h0: Add QSPI pins, groups, functions pinctrl: renesas: r8a779h0: Add SCIF pins, groups, functions pinctrl: renesas: r8a779h0: Add SCIF_CLK pins, groups, functions pinctrl: renesas: r8a779h0: Add HSCIF pins, groups, functions pinctrl: renesas: r8a779h0: Add I2C pins, groups, functions pinctrl: renesas: r8a779h0: Add MSIOF pins, groups, functions pinctrl: renesas: r8a779h0: Add PWM/TPU pins, groups, functions pinctrl: renesas: r8a779h0: Add CANFD pins, groups, functions pinctrl: renesas: r8a779h0: Add PCIe pins, groups, functions pinctrl: renesas: r8a779h0: Add Audio pins, groups, functions Geert Uytterhoeven (2): dt-bindings: pinctrl: renesas,pfc: Document R-Car V4M support pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm .../devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 + drivers/pinctrl/renesas/Kconfig | 7 + drivers/pinctrl/renesas/Makefile | 1 + drivers/pinctrl/renesas/core.c | 10 +- drivers/pinctrl/renesas/pfc-r8a779h0.c | 3967 ++++++++++++++++++++ drivers/pinctrl/renesas/pinctrl-rzg2l.c | 485 ++- drivers/pinctrl/renesas/sh_pfc.h | 1 + 7 files changed, 4440 insertions(+), 32 deletions(-) create mode 100644 drivers/pinctrl/renesas/pfc-r8a779h0.c Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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