mbox series

[GIT,PULL] late pin control fixes for v6.5

Message ID CACRpkdYqWQ57FR95R31nbv=d+qqq2xGkj38Yd_SN2wDiOO3NTg@mail.gmail.com
State New
Headers show
Series [GIT,PULL] late pin control fixes for v6.5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.5-4

Message

Linus Walleij Aug. 25, 2023, 8:22 a.m. UTC
Hi Linus,

OK it's late in the cycle but the bugs don't accept that as usual.

Here are some Renesas and AMD driver fixes, the AMD fix affects
important laptops in the wild so this one is pretty important. It seems
a bit tough to get this right.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 706a741595047797872e669b3101429ab8d378ef:

  Linux 6.5-rc7 (2023-08-20 15:02:52 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v6.5-4

for you to fetch changes up to 6bc3462a0f5ecaa376a0b3d76dafc55796799e17:

  pinctrl: amd: Mask wake bits on probe again (2023-08-21 12:28:28 +0200)

----------------------------------------------------------------
Pin control fixes for the v6.5 kernel:

- Fix DT parsing and related locking in the Renesas driver.

- Fix wakeup IRQs in the AMD driver once again. Really tricky
  this one.

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

Linus Walleij (1):
      Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag2' of
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers
into fixes

Mario Limonciello (1):
      pinctrl: amd: Mask wake bits on probe again

 drivers/pinctrl/pinctrl-amd.c           | 30 ++++++++++++++++++++++++++++++
 drivers/pinctrl/renesas/pinctrl-rza2.c  | 17 +++++++++++++++--
 drivers/pinctrl/renesas/pinctrl-rzg2l.c | 15 ++++++++++++---
 drivers/pinctrl/renesas/pinctrl-rzv2m.c | 13 +++++++++++--
 4 files changed, 68 insertions(+), 7 deletions(-)