[GIT PULL] gpio fixes for v6.19-rc6
From: Bartosz Golaszewski
Date: Fri Jan 16 2026 - 06:26:18 EST
Linus,
Please pull two more GPIO fixes addressing an issue uncovered by the shared
GPIO management changes in v6.19.
Thanks,
Bartosz
The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:
Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.19-rc6
for you to fetch changes up to 471e998c0e31206ff0eac7202b2659698cf9b46e:
gpiolib: remove redundant callback check (2026-01-12 09:35:04 +0100)
----------------------------------------------------------------
gpio fixes for v6.19-rc6
- implement the missing .get_direction() callback for gpio-davinci
- remove redundant check in GPIO core which can also propagate an
invalid errno to user-space
----------------------------------------------------------------
Bartosz Golaszewski (2):
gpio: davinci: implement .get_direction()
gpiolib: remove redundant callback check
drivers/gpio/gpio-davinci.c | 18 ++++++++++++++++++
drivers/gpio/gpiolib.c | 3 ---
2 files changed, 18 insertions(+), 3 deletions(-)