summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2 daysgpio: pca953x: handle short interrupt pulses on PCAL devicesErnest Van Hoecke1-1/+24
2 daysgpio: pca953x: Add support for level-triggered interruptsPotin Lai1-5/+27
2 daysgpio: rockchip: mark the GPIO controller as sleepingBartosz Golaszewski1-0/+1
12 daysgpiolib: acpi: Add quirk for Dell Precision 7780Askar Safin1-0/+22
12 daysgpiolib: acpi: Add quirk for ASUS ProArt PX13Mario Limonciello (AMD)1-0/+14
12 daysgpiolib: acpi: Add a quirk for Acer Nitro V15Mario Limonciello1-0/+13
12 daysgpiolib: acpi: Move quirks to a separate fileAndy Shevchenko3-346/+364
12 daysgpiolib: acpi: Add acpi_gpio_need_run_edge_events_on_boot() getterAndy Shevchenko2-1/+8
12 daysgpiolib: acpi: Handle deferred list via new APIAndy Shevchenko2-20/+37
12 daysgpiolib: acpi: Switch to use enum in acpi_gpio_in_ignore_list()Andy Shevchenko2-5/+24
12 daysgpio: regmap: Fix memleak in error path in gpio_regmap_register()Wentao Guan1-1/+1
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