summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2025-04-20gpio: zynq: Fix wakeup source leaks on device unbindKrzysztof Kozlowski
2025-04-20gpio: tegra186: fix resource handling in ACPI probe pathGuixin Liu
2025-04-20gpiolib: of: Fix the choice for Ingenic NAND quirkAndy Shevchenko
2025-03-22gpio: cdev: use raw notifier for line state eventsBartosz Golaszewski
2025-03-13gpio: rcar: Fix missing of_node_put() callFabrizio Castro
2025-03-13gpio: aggregator: protect driver attr handlers against module unloadKoichiro Den
2025-03-13gpio: rcar: Use raw_spinlock to protect register accessNiklas Söderlund
2025-02-27gpio: vf610: add locking to gpio direction functionsJohan Korsnes
2025-02-27gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/setBartosz Golaszewski
2025-02-21gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang
2025-02-21gpiolib: acpi: Add a quirk for Acer Nitro ANV14Mario Limonciello
2025-02-21gpiolib: Fix crash on error in gpiochip_get_ngpios()Andy Shevchenko
2025-02-21gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber
2025-02-21gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber
2025-02-21gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber
2025-02-17gpio: GPIO_GRGPIO should depend on OFGeert Uytterhoeven
2025-02-17gpio: sim: lock hog configfs items if presentBartosz Golaszewski
2025-02-17gpio: pca953x: Improve interrupt supportMark Tomlinson
2025-02-08gpio: mxc: remove dead code after switch to DT-onlyAhmad Fatoum
2025-02-08gpio: pca953x: log an error when failing to get the reset GPIOLuca Ceresoli
2025-01-14gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson
2025-01-08gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offsetBinbin Zhou
2025-01-03gpio: sim: lock up configfs that an instantiated device depends onKoichiro Den
2025-01-03gpio: virtuser: lock up configfs that an instantiated device depends onKoichiro Den
2025-01-03gpio: virtuser: fix handling of multiple conn_ids in lookup tableKoichiro Den
2025-01-03gpio: virtuser: fix missing lookup table cleanupsKoichiro Den
2024-12-10gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespaceUwe Kleine-König
2024-12-10Merge tag 'v6.13-rc2' into gpio/for-currentBartosz Golaszewski
2024-12-10gpio: graniterapids: Fix GPIO Ack functionalityAlan Borzeszkowski
2024-12-10gpio: graniterapids: Check if GPIO line can be used for IRQsAlan Borzeszkowski
2024-12-10gpio: graniterapids: Determine if GPIO pad can be used by driverAlan Borzeszkowski
2024-12-10gpio: graniterapids: Fix invalid RXEVCFG register bitmaskShankar Bandal
2024-12-10gpio: graniterapids: Fix invalid GPI_IS register offsetShankar Bandal
2024-12-10gpio: graniterapids: Fix incorrect BAR assignmentAlan Borzeszkowski
2024-12-10gpio: graniterapids: Fix vGPIO driver crashAlan Borzeszkowski
2024-12-06gpio: ljca: Initialize num before accessing item in ljca_gpio_configHaoyu Li
2024-12-04gpio: GPIO_MVEBU should not default to y when compile-testingGeert Uytterhoeven
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-27Merge tag 'gpio-fixes-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-22Fix a potential abuse of seq_printf() format string in driversDavid Wang
2024-11-22gpio: mpsse: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-11-21gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti
2024-11-21gpio: altera: Add missed base and label initialisationsAndy Shevchenko
2024-11-21gpio: zevio: Add missed label initialisationAndy Shevchenko
2024-11-18gpio: tegra186: Allow to enable driver on Tegra234Lars-Peter Clausen
2024-11-18gpio: grgpio: Add NULL check in grgpio_probeCharles Han
2024-11-13gpio: mpfs: add CoreGPIO supportConor Dooley