summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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: mlxbf2: use platform_get_irq_optional()David Thompson1-1/+1
2025-08-28gpio: virtio: Fix config space reading.Harald Mommer1-4/+5
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-06-04gpio: pca953x: Add missing header(s)Andy Shevchenko1-1/+2
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-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-21gpio: xilinx: remove excess kernel docBartosz Golaszewski1-1/+0
2025-02-21gpio: pca953x: Improve interrupt supportMark Tomlinson1-19/+0
2025-02-21gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2025-02-21gpio: xilinx: Convert to immutable irq_chipLinus Walleij1-8/+15
2025-02-21gpio: mxc: remove dead code after switch to DT-onlyAhmad Fatoum1-2/+1
2025-01-23gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han1-1/+1
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
2024-12-14gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti1-4/+6
2024-10-17gpio: aspeed: Use devm_clk api to manage clock sourceBilly Tsai1-1/+1
2024-10-17gpio: aspeed: Add the flush write to ensure the write complete.Billy Tsai1-0/+2
2024-10-17gpio: davinci: fix lazy disableEmanuele Ghidoli1-4/+4
2024-09-30gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan1-1/+2
2024-09-30gpiolib: cdev: Ignore reconfiguration without directionKent Gibson1-5/+7
2024-09-12gpio: modepin: Enable module autoloadingLiao Chen1-0/+1
2024-09-12gpio: rockchip: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-07-25gpio: pca953x: fix pca953x_irq_bus_sync_unlock raceIan Ray1-0/+2
2024-07-05gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)Kent Gibson1-6/+10
2024-07-05gpio: davinci: Validate the obtained number of IRQsAleksandr Mishin1-0/+5
2024-06-21gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt typeMatthias Schiffer1-4/+42
2024-06-21gpio: tqmx86: store IRQ trigger type and unmask status separatelyMatthias Schiffer1-20/+28
2024-06-21gpio: tqmx86: Convert to immutable irq_chipLinus Walleij1-8/+20
2024-06-21gpio: tqmx86: introduce shadow register for GPIO output valueMatthias Schiffer1-7/+11
2024-06-21gpio: tqmx86: remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2024-06-21gpio: tqmx86: fix typo in Kconfig labelGregor Herburger1-1/+1
2024-05-17gpiolib: cdev: fix uninitialised kfifoKent Gibson1-0/+14
2024-05-17gpiolib: cdev: relocate debounce_period_us from struct gpio_descKent Gibson1-23/+142
2024-05-17gpiolib: cdev: Add missing header(s)Andy Shevchenko1-1/+3
2024-05-17gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-05-17gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-03-27gpio: vf610: allow disabling the vf610 driverMartin Kaiser1-1/+2
2024-03-06gpio: fix resource unwinding order in error pathBartosz Golaszewski1-4/+4