[GIT PULL] pin control fixes for v5.16

From: Linus Walleij
Date: Sat Dec 25 2021 - 22:16:00 EST


Hi Linus,

here are some hopefully final pin control fixes for the
v5.16 kernel series.

Please pull it in!

God Jul och Gott Nytt År
Linus Walleij

The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.16-3

for you to fetch changes up to b67210cc217f9ca1c576909454d846970c13dfd4:

pinctrl: stm32: consider the GPIO offset to expose all the GPIO
lines (2021-12-16 04:14:56 +0100)

----------------------------------------------------------------
Some hopefully final pin control fixes for the v5.16 kernel:

- Fix an out-of-bounds bug in the Mediatek driver
- Fix an init order bug in the Broadcom BCM2835 driver
- Fix a GPIO offset bug in the STM32 driver

----------------------------------------------------------------
Fabien Dessenne (1):
pinctrl: stm32: consider the GPIO offset to expose all the GPIO lines

Guodong Liu (1):
pinctrl: mediatek: fix global-out-of-bounds issue

Phil Elwell (1):
pinctrl: bcm2835: Change init order for gpio hogs

drivers/pinctrl/bcm/pinctrl-bcm2835.c | 29 +++++++++++++-----------
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 8 +++++--
drivers/pinctrl/stm32/pinctrl-stm32.c | 8 +++----
3 files changed, 26 insertions(+), 19 deletions(-)