mbox series

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

Message ID CACRpkda0eFMzvfCjtXYiRoe=Wa5XqacL1Lhy4mBBOo6pu_Wi5w@mail.gmail.com
State New
Headers show
Series [GIT,PULL] late pin control fixes for v5.17 | expand

Pull-request

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

Message

Linus Walleij March 3, 2022, 11:41 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 4, 2022, 8:22 p.m. UTC | #1
The pull request you sent on Fri, 4 Mar 2022 00:41:10 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0b7344a658e66a6835ad96dbc5dd35f1e876078a

Thank you!