Hi Linus, some more pin control fixes that trickled in the last week or two. Please pull it in, some details are in the signed tag! Yours, Linus Walleij The following changes since commit dfd42facf1e4ada021b939b4e19c935dcdd55566: Linux 5.17-rc3 (2022-02-06 12:20:50 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5-17-3 for you to fetch changes up to 486c2d15aa812d669bb27f8241aa5d5dafbac5b9: Merge tag 'intel-pinctrl-v5.17-5' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes (2022-02-19 02:03:58 +0100) ---------------------------------------------------------------- Pin control fixes for the v5.17 series: - Fix some drive strength and pull-up code in the K210 driver. - Add the Alder Lake-M ACPI ID so it starts to work properly. - Use a static name for the StarFive GPIO irq_chip, forestalling an upcoming fixes series from Marc Zyngier. - Fix an ages old bug in the Tegra 186 driver where we were indexing at random into struct and being lucky getting the right member. ---------------------------------------------------------------- Andy Shevchenko (1): pinctrl: tigerlake: Revert "Add Alder Lake-M ACPI ID" Dan Carpenter (1): pinctrl: fix loop in k210_pinconf_get_drive() Linus Walleij (1): Merge tag 'intel-pinctrl-v5.17-5' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes Marc Zyngier (2): pinctrl: starfive: Use a static name for the GPIO irq_chip gpio: tegra186: Fix chip_data type confusion Sean Anderson (1): pinctrl: k210: Fix bias-pull-up drivers/gpio/gpio-tegra186.c | 14 ++++++++++---- drivers/pinctrl/intel/pinctrl-tigerlake.c | 1 - drivers/pinctrl/pinctrl-k210.c | 4 ++-- drivers/pinctrl/pinctrl-starfive.c | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-)