summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2 daysgpio: pca953x: fix wrong error probe return valueSascha Hauer1-1/+1
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: pca953x: Utilise temporary variable for struct deviceAndy Shevchenko1-16/+14
2 daysgpio: pca953x: Utilise dev_err_probe() where it makes senseAndy Shevchenko1-5/+3
2 daysgpio: rockchip: mark the GPIO controller as sleepingBartosz Golaszewski1-0/+1
8 daysgpiolib: acpi: Add quirk for Dell Precision 7780Askar Safin1-0/+22
8 daysgpio: regmap: Fix memleak in error path in gpio_regmap_register()Wentao Guan1-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: Initialize num before accessing item in ljca_gpio_configHaoyu Li1-1/+1
2025-10-29gpio: ljca: Fix duplicated IRQ mappingHaotian Zhang1-11/+3
2025-10-29gpio: update Intel LJCA USB GPIO driverWentong Wu2-105/+145
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-1/+18
2025-08-28gpio: tps65912: check the return value of regmap_update_bits()Bartosz Golaszewski1-2/+5
2025-08-28gpio: wcd934x: check the return value of regmap_update_bits()Bartosz Golaszewski1-2/+5
2025-08-28gpio: mlxbf3: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-28Revert "gpio: mlxbf3: only get IRQ for device instance 0"David Thompson1-35/+19
2025-08-28gpio: mlxbf2: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-28gpio: 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-27gpiolib: of: Add polarity quirk for s5m8767Peng Fan1-0/+9
2025-06-04gpio: pca953x: fix IRQ storm on system wake upEmanuele Ghidoli1-0/+6
2025-06-04gpio: pca953x: Simplify code with cleanup helpersAndy Shevchenko1-48/+29
2025-06-04gpio: pca953x: Split pca953x_restore_context() and pca953x_save_context()Andy Shevchenko1-15/+29
2025-05-02gpiolib: of: Move Atmel HSMCI quirk up out of the regulator commentAndy Shevchenko1-3/+3
2025-04-25gpio: zynq: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-0/+1
2025-04-25gpio: tegra186: fix resource handling in ACPI probe pathGuixin Liu1-13/+14
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-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: 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-08gpio: pca953x: Fully convert to device managed resourcesAndy Shevchenko1-33/+35
2025-02-08gpio: pca953x: Drop unused fields in struct pca953x_platform_dataAndy Shevchenko1-29/+8
2025-02-08of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli1-4/+1
2025-01-23gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2024-12-14gpio: grgpio: Add NULL check in grgpio_probeCharles Han1-0/+3
2024-12-14gpio: grgpio: use a helper variable to store the address of ofdev->devBartosz Golaszewski1-11/+12