Hi Linus, here are some pin control fixes for the v5.11 kernel cycle. Only driver fixes. The details are in the signed tag. Please pull it in! Yours, Linus Walleij The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.11-2 for you to fetch changes up to cf9d052aa6005f1e8dfaf491d83bf37f368af69e: pinctrl: qcom: Don't clear pending interrupts when enabling (2021-01-18 16:07:08 +0100) ---------------------------------------------------------------- Pin control fixes for the v5.11 kernel. These are all driver fixes, the Qualcomm stuff is the most widely used and important: - The main matter is a complicated fixup for the Qualcomm deep sleep states. This manifests in how interrupts get handled or in some cases not handled in cooperation with the PDC (Power Domain Controller). It's one of these really hardcore bug fixes that signifies high maturity of the platform. - Fix a register layout problem in the JZ4760 driver. - Fix a register offset in the Aspeed G6 driver. - Fix a compiler warning in the Nomadik driver. - Fix a fallback code path in the mediatek driver. ---------------------------------------------------------------- Billy Tsai (1): pinctrl: aspeed: g6: Fix PWMG0 pinctrl setting Douglas Anderson (4): pinctrl: qcom: Allow SoCs to specify a GPIO function that's not 0 pinctrl: qcom: No need to read-modify-write the interrupt status pinctrl: qcom: Properly clear "intr_ack_high" interrupts when unmasking pinctrl: qcom: Don't clear pending interrupts when enabling Hsin-Yi Wang (1): pinctrl: mediatek: Fix fallback call path Nathan Chancellor (1): pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_one Paul Cercueil (2): pinctrl: ingenic: Fix JZ4760 support pinctrl: ingenic: Rename registers from JZ4760_GPIO_* to JZ4770_GPIO_* drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 2 +- drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 4 + drivers/pinctrl/nomadik/pinctrl-nomadik.c | 1 - drivers/pinctrl/pinctrl-ingenic.c | 80 ++++++++++---------- drivers/pinctrl/qcom/pinctrl-msm.c | 96 +++++++++++++++--------- drivers/pinctrl/qcom/pinctrl-msm.h | 2 + 6 files changed, 107 insertions(+), 78 deletions(-)