mbox series

[GIT,PULL] gpio: fixes for v5.15

Message ID 20211029204550.24882-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v5.15

Message

Bartosz Golaszewski Oct. 29, 2021, 8:45 p.m. UTC
Linus,

This is the last batch of fixes for the GPIO subsystem. Nothing worth
noting, just minor driver fixes.

Please pull.

Best Regards,
Bartosz Golaszewski

The following changes since commit 6fda593f3082ef1aa783ac13e89f673fd69a2cb6:

  gpio: mockup: Convert to use software nodes (2021-10-06 13:04:04 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v5.15

for you to fetch changes up to c0eee6fbfa2b3377f1efed10dad539abeb7312aa:

  gpio: mlxbf2.c: Add check for bgpio_init failure (2021-10-25 10:15:05 +0200)

----------------------------------------------------------------
gpio fixes for v5.15

- fix the return value check when parsing the ngpios property in gpio-xgs-iproc
- check the return value of bgpio_init() in gpio-mlxbf2

----------------------------------------------------------------
Asmaa Mnebhi (1):
      gpio: mlxbf2.c: Add check for bgpio_init failure

Jonas Gorski (1):
      gpio: xgs-iproc: fix parsing of ngpios property

 drivers/gpio/gpio-mlxbf2.c    | 5 +++++
 drivers/gpio/gpio-xgs-iproc.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Oct. 30, 2021, 12:37 a.m. UTC | #1
The pull request you sent on Fri, 29 Oct 2021 22:45:50 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v5.15

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

Thank you!