Hi Linux pin control maintainers, Not many but still important fixes for Intel, ZynqMQ and pin control subsystem. Please, consider to pull for v5.17-rc2 (or nearest one). Thanks, With Best Regards, Andy Shevchenko The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/pinctrl/intel.git tags/intel-pinctrl-v5.17-4 for you to fetch changes up to 500c77eed0feabddd5b3afb48e32c204614a8eab: pinctrl: zynqmp: Revert "Unify pin naming" (2022-01-28 16:52:04 +0200) ---------------------------------------------------------------- intel-pinctrl for v5.17-4 * Couple of fixes on how Intel driver handles an interrupt * Revert pin renaming change in ZynqMQ as it appears to be part of the Device Tree bindings * Fix ordering of the files in the Makefile The following is an automated git shortlog grouped by driver: intel: - Fix a glitch when updating IRQ flags on a preconfigured line - fix unexpected interrupt Place correctly CONFIG_PINCTRL_ST in the Makefile: - Place correctly CONFIG_PINCTRL_ST in the Makefile zynqmp: - Revert "Unify pin naming" ---------------------------------------------------------------- Andy Shevchenko (2): pinctrl: Place correctly CONFIG_PINCTRL_ST in the Makefile pinctrl: intel: Fix a glitch when updating IRQ flags on a preconfigured line Gerhard Engleder (1): pinctrl: zynqmp: Revert "Unify pin naming" Łukasz Bartosik (1): pinctrl: intel: fix unexpected interrupt drivers/pinctrl/Makefile | 2 +- drivers/pinctrl/intel/pinctrl-intel.c | 64 ++++++++++++++++++++--------------- drivers/pinctrl/pinctrl-zynqmp.c | 10 +++--- 3 files changed, 41 insertions(+), 35 deletions(-) -- With Best Regards, Andy Shevchenko