aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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/g...Bartosz 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 ...Bartosz 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/l...Bartosz 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
2025-10-27gpio: loongson-64bit: Switch to dynamic allocate GPIO base in byte modeBinbin Zhou1-0/+1
2025-10-27gpio: qixis-fpga: Fix a NULL vs IS_ERR() bug in probe()Dan Carpenter1-2/+2
2025-10-27Merge tag 'v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski5-25/+27
2025-10-23gpio: ljca: Fix duplicated IRQ mappingHaotian Zhang1-11/+3
2025-10-23gpio: regmap: Bypass cache for aliased inputsSander Vanheule1-1/+5
2025-10-23gpio: regmap: Force writes for aliased data regsSander Vanheule1-3/+9
2025-10-23Merge tag 'intel-gpio-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-14/+17
2025-10-23gpio: bt8xx: use generic power managementVaibhav Gupta1-22/+8
2025-10-23gpiolib: acpi: Use %pe when passing an error pointer to dev_err()Andy Shevchenko1-2/+2
2025-10-23gpiolib: acpi: Make set debounce errors non fatalHans de Goede1-12/+15
2025-10-22gpio: idio-16: Define fixed direction of the GPIO linesWilliam Breathitt Gray1-0/+5
2025-10-22gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei1-2/+24