mbox series

[GIT,PULL] gpio: fixes for v5.12-rc4

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.12-rc4

Message

Bartosz Golaszewski March 19, 2021, 8:22 p.m. UTC
Linus,

Please pull the following two fixes for the GPIO subsystem. Both address issues
in the core GPIO code.

Best Regards,
Bartosz Golaszewski

The following changes since commit b41ba2ec54a70908067034f139aa23d0dd2985ce:

  gpiolib: Read "gpio-line-names" from a firmware node (2021-03-08 11:59:17 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.12-rc4

for you to fetch changes up to 6cb59afe9e5b45a035bd6b97da6593743feefc72:

  gpiolib: Assign fwnode to parent's if no primary one provided (2021-03-16 10:18:08 +0100)

----------------------------------------------------------------
gpio fixes for v5.12-rc4

- fix the return value in error path in gpiolib_dev_init()
- fix the "gpio-line-names" property handling correctly this time

----------------------------------------------------------------
Andy Shevchenko (1):
      gpiolib: Assign fwnode to parent's if no primary one provided

Wei Yongjun (1):
      gpiolib: Fix error return code in gpiolib_dev_init()

 drivers/gpio/gpiolib.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org March 20, 2021, 12:09 a.m. UTC | #1
The pull request you sent on Fri, 19 Mar 2021 21:22:26 +0100:

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

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

Thank you!