Hi Linus, The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) 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.4-tag1 for you to fetch changes up to 9d7558ed8372c51cbed011cb1dc3eb1beee212cf: pinctrl: renesas: Drop support for Renesas-specific properties (2023-03-16 16:55:27 +0100) ---------------------------------------------------------------- pinctrl: renesas: Updates for v6.4 - Add pin groups for audio on R-Car V4H, - Drop support for the obsolete R-Car H3 ES1.* (R8A77950) SoC, - Miscellaneous fixes and improvements. Thanks for pulling! ---------------------------------------------------------------- Geert Uytterhoeven (4): pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions pinctrl: renesas: r8a779g0: Fix Group 6/7 pin functions pinctrl: renesas: r8a779g0: Fix ERROROUTC function names pinctrl: renesas: Drop support for Renesas-specific properties Hai Pham (1): pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration Linh Phung (2): pinctrl: renesas: r8a779g0: Add Audio Clock pins, groups, and functions pinctrl: renesas: r8a779g0: Add Audio SSI pins, groups, and functions Phong Hoang (1): pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group Wolfram Sang (1): pinctrl: renesas: Remove R-Car H3 ES1.* handling drivers/pinctrl/renesas/Kconfig | 5 - drivers/pinctrl/renesas/Makefile | 1 - drivers/pinctrl/renesas/core.c | 41 +- drivers/pinctrl/renesas/pfc-r8a77950.c | 5947 -------------------------------- drivers/pinctrl/renesas/pfc-r8a779a0.c | 8 - drivers/pinctrl/renesas/pfc-r8a779f0.c | 2 +- drivers/pinctrl/renesas/pfc-r8a779g0.c | 1042 +++--- drivers/pinctrl/renesas/pinctrl.c | 31 +- drivers/pinctrl/renesas/sh_pfc.h | 1 - 9 files changed, 565 insertions(+), 6513 deletions(-) delete mode 100644 drivers/pinctrl/renesas/pfc-r8a77950.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