[GIT PULL] pin control fixes for v5.14

From: Linus Walleij
Date: Fri Aug 13 2021 - 05:22:22 EST


Hi Linus,

here is an assortment of pin control fixes of varying importance,
the most important ones affecting Intel and AMD laptops turned
up the recent few days so it's time to push this to your tree.

Details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c4b68e513953c3370ce02c3208c1c628c0b86fd3:

pinctrl: amd: Fix an issue with shutdown when system set to s0ix
(2021-08-12 11:16:40 +0200)

----------------------------------------------------------------
Pin control fixes for the v5.14 kernel series:

- Fix the Kconfig dependency for Qualcomm SM8350 pin
controller.

- Fix pin biasing fallback behaviour on the Mediatek pin
controller.

- Fix the GPIO numbering scheme for Intel Tiger Lake-H
to correspond to the products that are now actually out
on the market.

- Fix a pin control function itemization in the Sunxi driver
out-of-bounds access bug.

- Fix disable clocking for the RISC-V K210 pin controller on
the errorpath.

- Fix a system shutdown bug affecting AMD Ryzen-based laptops,
the system would not suspend but just bounce back up.

----------------------------------------------------------------
Andre Przywara (1):
pinctrl: sunxi: Don't underestimate number of functions

Andy Shevchenko (1):
pinctrl: tigerlake: Fix GPIO mapping for newer version of software

Arnd Bergmann (1):
pinctrl: qcom: fix GPIOLIB dependencies

Damien Le Moal (1):
pinctrl: k210: Fix k210_fpioa_probe()

Hsin-Yi Wang (1):
pinctrl: mediatek: Fix fallback behavior for bias_set_combo

Linus Walleij (1):
Merge tag 'intel-pinctrl-v5.14-2' of
gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes

Mario Limonciello (1):
pinctrl: amd: Fix an issue with shutdown when system set to s0ix

drivers/pinctrl/intel/pinctrl-tigerlake.c | 26 +++++-----
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 8 ++-
drivers/pinctrl/pinctrl-amd.c | 3 +-
drivers/pinctrl/pinctrl-k210.c | 26 +++++++---
drivers/pinctrl/qcom/Kconfig | 63 ++++++++++++------------
drivers/pinctrl/sunxi/pinctrl-sunxi.c | 8 +--
6 files changed, 73 insertions(+), 61 deletions(-)