mbox series

[GIT,PULL] pinctrl: renesas: Fixes for v6.5 (take two)

Message ID cover.1692357172.git.geert+renesas@glider.be
State New
Headers show
Series [GIT,PULL] pinctrl: renesas: Fixes for v6.5 (take two) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-fixes-for-v6.5-tag2

Message

Geert Uytterhoeven Aug. 18, 2023, 11:17 a.m. UTC
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@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

Comments

Linus Walleij Aug. 21, 2023, 10:25 a.m. UTC | #1
On Fri, Aug 18, 2023 at 1:17 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> 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)

Thanks!

We have an rc7 so I pulled this into my fixes branch on top of
that. Let's get this upstream this week.

Yours,
Linus Walleij