Hi Linus, some last minute pin control fixes. A bit late because I have some vacation and midsommar. Two driver fixes, details in the signed tag. Please pull them in! Yours, Linus Walleij The following changes since commit 009c9aa5be652675a06d5211e1640e02bbb1c33d: Linux 5.13-rc6 (2021-06-13 14:43:10 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.13-3 for you to fetch changes up to 67e2996f72c71ebe4ac2fcbcf77e54479bb7aa11: pinctrl: stm32: fix the reported number of GPIO lines per bank (2021-06-18 14:56:54 +0200) ---------------------------------------------------------------- Two fixes in the last minute: - Put an fwnode in the errorpath in the SGPIO driver - Fix the number of GPIO lines per bank in the STM32 driver ---------------------------------------------------------------- Andy Shevchenko (1): pinctrl: microchip-sgpio: Put fwnode in error case during ->probe() Fabien Dessenne (1): pinctrl: stm32: fix the reported number of GPIO lines per bank drivers/pinctrl/pinctrl-microchip-sgpio.c | 4 +++- drivers/pinctrl/stm32/pinctrl-stm32.c | 9 +++++++-- 2 files changed, 10 insertions(+), 3 deletions(-)