[GIT PULL] late pin control fixes for v5.17

From: Linus Walleij
Date: Thu Mar 03 2022 - 18:41:24 EST


Hi Linus,

as promised, here are the fixes for the issues seen by Guenther
on the OrangePi, details in the signed tag.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 7e57714cd0ad2d5bb90e50b5096a0e671dec1ef3:

Linux 5.17-rc6 (2022-02-27 14:36:33 -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 bac129dbc6560dfeb634c03f0c08b78024e71915:

pinctrl: sunxi: Use unique lockdep classes for IRQs (2022-02-28
23:53:19 +0100)

----------------------------------------------------------------
Pin control fixes for the v5.17 series

These two fixes should fix the issues seen on the OrangePi,
first we needed the correct offset when calling
pinctrl_gpio_direction(), and fixing that made a lockdep
issue explode in our face. Both now fixed.

----------------------------------------------------------------
Hans Verkuil (1):
pinctrl-sunxi: sunxi_pinctrl_gpio_direction_in/output: use correct offset

Samuel Holland (1):
pinctrl: sunxi: Use unique lockdep classes for IRQs

drivers/pinctrl/sunxi/pinctrl-sunxi.c | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)