aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-shared.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-28gpio: shared: fix a deadlockBartosz Golaszewski1-35/+28
2025-11-28gpio: shared: ignore GPIO hogs when traversing the device treeBartosz Golaszewski1-0/+7
2025-11-28gpio: shared: ignore special __symbols__ node when traversing device treeBartosz Golaszewski1-0/+16
2025-11-27gpio: shared: handle the reset-gpios corner caseBartosz Golaszewski1-1/+80
2025-11-19gpio: shared: extend the ifdef guard to gpio_shared_find_entry()Bartosz Golaszewski1-1/+1
2025-11-19gpio: shared: fix a NULL-pointer dereferenceBartosz Golaszewski1-1/+4
2025-11-17Merge tag 'gpio/shared-gpios-for-v6.19-rc1' of git://git.kernel.org/pub/scm/l...Bartosz Golaszewski1-0/+558
2025-11-17gpio: provide gpiod_is_shared()Bartosz Golaszewski1-0/+18
2025-11-17gpiolib: implement low-level, shared GPIO supportBartosz Golaszewski1-0/+540