mbox series

[GIT,PULL] Last pin control fixes for v5.13

Message ID CACRpkdaVqdFPKTxOuhFt=auFYjxCivRmRz7mQ7ank6rbcVQsQw@mail.gmail.com
State New
Headers show
Series [GIT,PULL] Last pin control fixes for v5.13 | expand

Pull-request

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

Message

Linus Walleij June 25, 2021, 11:34 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 26, 2021, 2:10 a.m. UTC | #1
The pull request you sent on Sat, 26 Jun 2021 01:34:01 +0200:

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

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

Thank you!