aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-11-28gpio: shared-proxy: set suppress_bind_attrsBartosz Golaszewski1-0/+1
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-26ASoC: stm32: sai: fix device and OF node leaks onMark Brown1-2/+7
2025-11-25gpio: zynq: Use modern PM macrosJisheng Zhang1-8/+7
2025-11-25gpio: xilinx: Use modern PM macrosJisheng Zhang1-8/+7
2025-11-25gpio: xgene: Use modern PM macrosJisheng Zhang1-4/+4
2025-11-25gpio: uniphier: Use modern PM macrosJisheng Zhang1-5/+4
2025-11-25gpio: tqmx86: Use modern PM macrosJisheng Zhang1-5/+4
2025-11-25gpio: pch: Use modern PM macrosJisheng Zhang1-6/+6
2025-11-25gpio: omap: Use modern PM macrosJisheng Zhang1-8/+7
2025-11-25gpio: msc313: Use modern PM macrosJisheng Zhang1-4/+4
2025-11-25gpio: mlxbf2: Use modern PM macrosJisheng Zhang1-4/+4
2025-11-25gpio: ml-ioh: Use modern PM macrosJisheng Zhang1-6/+6
2025-11-25gpio: pl061: Use modern PM macrosJisheng Zhang1-15/+2
2025-11-25gpio: htc-egpio: Use modern PM macrosJisheng Zhang1-13/+8
2025-11-25gpio: brcmstb: Use modern PM macrosJisheng Zhang1-9/+3
2025-11-25gpio: dwapb: Use modern PM macrosJisheng Zhang1-14/+4
2025-11-25Merge tag 'intel-gpio-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-nextBartosz Golaszewski1-1/+1
2025-11-24gpio: aspeed: Convert to common field_{get,prep}() helpersGeert Uytterhoeven1-6/+1
2025-11-24gpio: aspeed: #undef field_{get,prep}() before local definitionGeert Uytterhoeven1-0/+2
2025-11-20Merge tag 'reset-gpio-for-v6.19' of https://git.pengutronix.de/git/pza/linux into gpio/for-nextBartosz Golaszewski4-22/+11
2025-11-20gpio: swnode: allow referencing GPIO chips by firmware nodesBartosz Golaszewski1-1/+2
2025-11-20gpio: fxl6408: Add suspend/resume supportJisheng Zhang1-0/+13
2025-11-20gpio: menz127: add support for 16Z034 and 16Z037 GPIO controllersJose Javier Rodriguez Barbarin1-3/+23
2025-11-20gpio: improve support for shared GPIOsMark Brown7-9/+1044
2025-11-20gpiolib: acpi: use min() instead of min_t()David Laight1-1/+1
2025-11-19gpio: elkhartlake: Convert to auxiliary driverRaag Jadav2-18/+20
2025-11-19gpio: cdev: make sure the cdev fd is still active before emitting eventsBartosz Golaszewski1-2/+7
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-17gpio: tegra186: Fix GPIO name collisions for Tegra410Kartik Rajput1-2/+9
2025-11-17gpiolib: legacy: Allow to kill devm_gpio_request_one() independentlyAndy Shevchenko1-14/+12
2025-11-17gpiolib: legacy: Make sure we kill gpio_request_one() firstAndy Shevchenko1-14/+4
2025-11-17Merge tag 'gpio/shared-gpios-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git into gpio/for-nextBartosz Golaszewski7-9/+1044
2025-11-17gpio: provide gpiod_is_shared()Bartosz Golaszewski3-0/+39
2025-11-17gpiolib: support shared GPIOs in core subsystem codeBartosz Golaszewski1-9/+41
2025-11-17gpio: shared-proxy: implement the shared GPIO proxy driverBartosz Golaszewski3-0/+343
2025-11-17gpiolib: implement low-level, shared GPIO supportBartosz Golaszewski4-0/+620
2025-11-17gpiolib: define GPIOD_FLAG_SHAREDBartosz Golaszewski1-0/+1
2025-11-14syscore: Pass context data to callbacksThierry Reding3-12/+24
2025-11-06gpio: tb10x: Drop unused tb10x_set_bits() functionKrzysztof Kozlowski1-19/+0
2025-11-05gpio: cdev: replace use of system_wq with system_percpu_wqMarco Crivellari1-2/+2
2025-11-05gpio: aggregator: restore the set_config operationThomas Richard1-0/+1
2025-11-03gpiolib: fix invalid pointer access in debugfsBartosz Golaszewski1-1/+7
2025-11-03gpio: swnode: don't use the swnode's name as the key for GPIO lookupBartosz Golaszewski1-1/+1
2025-10-30gpio: mm-lantiq: update kernel docsBartosz Golaszewski1-5/+5
2025-10-30gpio: mmio: drop the "bgpio" prefixBartosz Golaszewski1-143/+144
2025-10-30gpio: mmio: use lock guardsBartosz Golaszewski1-26/+14