Hi Linus, here are some minor pin control fixes, all driver-related. Details in the signed tag, please pull it in! Yours, Linus Walleij The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.19-2 for you to fetch changes up to a1d4ef1adf8bbd302067534ead671a94759687ed: pinctrl: stm32: fix optional IRQ support to gpios (2022-06-28 16:12:40 +0200) ---------------------------------------------------------------- Pin control fixes for the v5.19 kernel series: - Tag Intel pin control as supported in MAINTAINERS - Fix a NULL pointer exception in the Aspeed driver - Correct some NAND functions in the Sunxi A83T driver - Use the right offset for some Sunxi pins - Fix a zero base offset in the Freescale (NXP) i.MX93 - Fix the IRQ support in the STM32 driver ---------------------------------------------------------------- Andrei Lalaev (1): pinctrl: sunxi: sunxi_pconf_set: use correct offset Andy Shevchenko (1): MAINTAINERS: Update Intel pin control to Supported Fabien Dessenne (1): pinctrl: stm32: fix optional IRQ support to gpios Haowen Bai (1): pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux() Jacky Bai (1): pinctrl: imx: Add the zero base flag for imx93 Linus Walleij (1): Merge tag 'intel-pinctrl-v5.19-3' of gitolite.kernel.org:pub/scm/linux/kernel/git/pinctrl/intel into fixes Samuel Holland (1): pinctrl: sunxi: a83t: Fix NAND function name for some pins MAINTAINERS | 2 +- drivers/pinctrl/aspeed/pinctrl-aspeed.c | 4 ++-- drivers/pinctrl/freescale/pinctrl-imx93.c | 1 + drivers/pinctrl/stm32/pinctrl-stm32.c | 20 ++++++++++++-------- drivers/pinctrl/sunxi/pinctrl-sun8i-a83t.c | 10 +++++----- drivers/pinctrl/sunxi/pinctrl-sunxi.c | 2 ++ 6 files changed, 23 insertions(+), 16 deletions(-)