Hi Linus, The following changes since commit bfc374a145ae133613e05b9b89be561f169cb58d: pinctrl: renesas: rzg2l: Handle non-unique subnode names (2023-07-10 10:00:27 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-fixes-for-v6.5-tag2 for you to fetch changes up to 8fcc1c40b747069644db6102c1d84c942c9d4d86: pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{add,remove}_function} (2023-08-18 13:01:41 +0200) ---------------------------------------------------------------- pinctrl: renesas: Fixes for v6.5 (take two) - Fix race conditions in pinctrl group and function creation/remove calls on the RZ/G2L, RZ/V2M, and RZ/A2 SoC families. Thanks for pulling! ---------------------------------------------------------------- Biju Das (3): pinctrl: renesas: rzg2l: Fix NULL pointer dereference in rzg2l_dt_subnode_to_map() pinctrl: renesas: rzv2m: Fix NULL pointer dereference in rzv2m_dt_subnode_to_map() pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{add,remove}_function} drivers/pinctrl/renesas/pinctrl-rza2.c | 17 +++++++++++++++-- drivers/pinctrl/renesas/pinctrl-rzg2l.c | 15 ++++++++++++--- drivers/pinctrl/renesas/pinctrl-rzv2m.c | 13 +++++++++++-- 3 files changed, 38 insertions(+), 7 deletions(-) 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