[GIT PULL] pin control fixes for v6.7

From: Linus Walleij
Date: Thu Dec 21 2023 - 17:51:09 EST


Hi Linus,

here are some driver fixes for v6.7, all are in drivers, the most
interesting one is probably the AMD laptop suspend bug which really
needs fixing. The Freedestop org has the bug description:
https://gitlab.freedesktop.org/drm/amd/-/issues/2812

More details in the tag and changelogs.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 33cc938e65a98f1d29d0a18403dbbee050dcad9a:

Linux 6.7-rc4 (2023-12-03 18:52:56 +0900)

are available in the Git repository at:

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

for you to fetch changes up to 14694179e561b5f2f7e56a0f590e2cb49a9cc7ab:

pinctrl: at91-pio4: use dedicated lock class for IRQ (2023-12-21
09:05:02 +0100)

----------------------------------------------------------------
Pin control fixes for v6.7:

- Ignore disabled device tree nodes in the Starfive 7100 and
7100 drivers.

- Mask non-wake source pins with interrupt enabled at suspend
in the AMD driver, this blocks unnecessary wakeups from misc
interrupts. This can be power consuming because in many cases
the system doesn't really suspend, it just wakes right back
up.

- Fix a typo breaking compilation of the cy8c95x0 driver, and
fix up bugs in the get/set config callbacks.

- Use a dedicated lock class for the PIO4 drivers IRQ.
This fixes a crash on suspend.

----------------------------------------------------------------
Alexis Lothoré (1):
pinctrl: at91-pio4: use dedicated lock class for IRQ

Mario Limonciello (1):
pinctrl: amd: Mask non-wake source pins with interrupt enabled at suspend

Nam Cao (2):
pinctrl: starfive: jh7110: ignore disabled device tree nodes
pinctrl: starfive: jh7100: ignore disabled device tree nodes

Patrick Rudolph (3):
pinctrl: cy8c95x0: Fix typo
pinctrl: cy8c95x0: Fix regression
pinctrl: cy8c95x0: Fix get_pincfg

drivers/pinctrl/pinctrl-amd.c | 9 +++++++++
drivers/pinctrl/pinctrl-amd.h | 5 +++++
drivers/pinctrl/pinctrl-at91-pio4.c | 8 ++++++++
drivers/pinctrl/pinctrl-cy8c95x0.c | 14 +++++++++++++-
drivers/pinctrl/starfive/pinctrl-starfive-jh7100.c | 4 ++--
drivers/pinctrl/starfive/pinctrl-starfive-jh7110.c | 4 ++--
6 files changed, 39 insertions(+), 5 deletions(-)