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

2021-03-19 Thread pr-tracker-bot
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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


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

2021-03-19 Thread Bartosz Golaszewski
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(-)