summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Revert "gpio: swnode: don't use the swnode's name as the key for GPIO lookup"Charles Keepax1-1/+1
2025-11-13gpiolib: fix invalid pointer access in debugfsBartosz Golaszewski1-1/+7
2025-11-13gpio: swnode: don't use the swnode's name as the key for GPIO lookupBartosz Golaszewski1-1/+1
2025-11-02gpio: idio-16: Define fixed direction of the GPIO linesWilliam Breathitt Gray1-0/+5
2025-11-02gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei1-2/+24
2025-11-02gpio: regmap: Allow to allocate regmap-irq deviceMathieu Dubois-Briand1-2/+27
2025-10-29gpio: ljca: Fix duplicated IRQ mappingHaotian Zhang1-11/+3
2025-10-29gpio: 104-idio-16: Define maximum valid register address offsetWilliam Breathitt Gray1-0/+1
2025-10-29gpio: pci-idio-16: Define maximum valid register address offsetWilliam Breathitt Gray1-0/+1
2025-10-19gpio: wcd934x: mark the GPIO controller as sleepingBartosz Golaszewski1-1/+1
2025-10-02gpiolib: Extend software-node support to support secondary software-nodesHans de Goede1-2/+19
2025-08-20gpio: tps65912: check the return value of regmap_update_bits()Bartosz Golaszewski1-2/+5
2025-08-20gpio: wcd934x: check the return value of regmap_update_bits()Bartosz Golaszewski1-2/+5
2025-08-20gpio: mlxbf3: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-20Revert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson1-35/+19
2025-08-20gpio: mlxbf2: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-20gpio: virtio: Fix config space reading.Harald Mommer1-4/+5
2025-06-27gpio: mlxbf3: only get IRQ for device instance 0David Thompson1-19/+35
2025-06-27gpio: pca953x: fix wrong error probe return valueSascha Hauer1-1/+1
2025-06-27gpiolib: of: Add polarity quirk for s5m8767Peng Fan1-0/+9
2025-06-04gpio: virtuser: fix potential out-of-bound writeMarkus Burri1-2/+10
2025-05-22gpio: pca953x: fix IRQ storm on system wake upEmanuele Ghidoli1-0/+6
2025-05-02gpiolib: of: Move Atmel HSMCI quirk up out of the regulator commentAndy Shevchenko1-3/+3
2025-04-20gpio: zynq: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-0/+1
2025-04-20gpio: tegra186: fix resource handling in ACPI probe pathGuixin Liu1-13/+14
2025-04-20gpiolib: of: Fix the choice for Ingenic NAND quirkAndy Shevchenko1-0/+2
2025-03-13gpio: rcar: Fix missing of_node_put() callFabrizio Castro1-1/+6
2025-03-13gpio: aggregator: protect driver attr handlers against module unloadKoichiro Den1-3/+17
2025-03-13gpio: rcar: Use raw_spinlock to protect register accessNiklas Söderlund1-12/+12
2025-03-13gpio: vf610: add locking to gpio direction functionsJohan Korsnes1-0/+4
2025-03-13gpio: vf610: use generic device_get_match_data()Bartosz Golaszewski1-4/+3
2025-02-27gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/setBartosz Golaszewski2-17/+35
2025-02-21gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang1-3/+12
2025-02-21gpiolib: acpi: Add a quirk for Acer Nitro ANV14Mario Limonciello1-0/+14
2025-02-21gpiolib: Fix crash on error in gpiochip_get_ngpios()Andy Shevchenko1-3/+3
2025-02-21gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber1-1/+1
2025-02-21gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber1-12/+55
2025-02-21gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber1-2/+4
2025-02-17gpio: sim: lock hog configfs items if presentBartosz Golaszewski1-5/+8
2025-02-17gpio: pca953x: Improve interrupt supportMark Tomlinson1-19/+0
2025-02-08gpio: mxc: remove dead code after switch to DT-onlyAhmad Fatoum1-2/+1
2025-02-08gpio: pca953x: log an error when failing to get the reset GPIOLuca Ceresoli1-1/+2
2025-02-08module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2025-01-23gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2025-01-23gpio: sim: lock up configfs that an instantiated device depends onKoichiro Den1-7/+41
2025-01-23gpio: virtuser: lock up configfs that an instantiated device depends onKoichiro Den1-7/+40
2025-01-17gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offsetBinbin Zhou1-3/+3
2025-01-17gpio: virtuser: fix handling of multiple conn_ids in lookup tableKoichiro Den1-4/+4
2025-01-17gpio: virtuser: fix missing lookup table cleanupsKoichiro Den1-11/+25
2024-12-19gpio: graniterapids: Check if GPIO line can be used for IRQsAlan Borzeszkowski1-3/+12