[GIT PULL] pin control fixes for v5.15

From: Linus Walleij
Date: Tue Sep 28 2021 - 18:11:40 EST


Hi Linus,

here are some few pin control fixes for the v5.15 kernel cycle.
The most critical is the AMD fixes.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.15-2

for you to fetch changes up to 28406a21999152ff7faa30b194f734565bdd8e0d:

pinctrl: qcom: sc7280: Add PM suspend callbacks (2021-09-23 23:09:14 +0200)

----------------------------------------------------------------
Pin control fixes for v5.15:

- Fix wakeup interrupts in the AMD driver affecting AMD laptops.

- Fix parent irqspec translation in the Qualcomm SPMI GPIO driver.

- Fix deferred probe handling in the Rockchip driver, this is a
stopgap solution while we look for something more elegant.

- Add PM suspend callbacks to the Qualcomm SC7280 driver.

- Some minor doc fix (should have come in earlier, sorry)

----------------------------------------------------------------
Basavaraj Natikar (2):
pinctrl: amd: Add irq field data
pinctrl: amd: Handle wake-up interrupt

David Collins (1):
pinctrl: qcom: spmi-gpio: correct parent irqspec translation

Heiko Stuebner (2):
pinctrl/rockchip: add a queue for deferred pin output settings on probe
gpio/rockchip: fetch deferred output settings on probe

Michal Simek (1):
pinctrl: core: Remove duplicated word from devm_pinctrl_unregister()

Rajendra Nayak (1):
pinctrl: qcom: sc7280: Add PM suspend callbacks

drivers/gpio/gpio-rockchip.c | 22 +++++++++++
drivers/pinctrl/core.c | 2 +-
drivers/pinctrl/pinctrl-amd.c | 19 ++++++---
drivers/pinctrl/pinctrl-amd.h | 1 +
drivers/pinctrl/pinctrl-rockchip.c | 67 ++++++++++++++++++++++++++++++++
drivers/pinctrl/pinctrl-rockchip.h | 10 +++++
drivers/pinctrl/qcom/pinctrl-sc7280.c | 1 +
drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 37 ++++++++++++++++--
8 files changed, 150 insertions(+), 9 deletions(-)