summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
5 daysgpio: pca953x: Make platform teardown callback return voidUwe Kleine-König1-8/+3
5 daysgpio: sch: use raw_spinlock_t in the irq startup pathRunyu Xiao1-21/+20
5 daysgpio: sch: use new GPIO line value setter callbacksBartosz Golaszewski1-4/+5
5 daysgpios: palmas: add .get_direction() opAndreas Kemnade1-0/+19
5 daysgpio: timberdale: Return -ENOMEM on dynamic memory allocation in probeVladimir Zapolskiy1-1/+1
5 daysgpio: htc-egpio: use managed gpiochip registrationPengpeng Hou1-1/+5
5 daysgpio: mvebu: fail probe if gpiochip registration failsPengpeng Hou1-1/+4
5 daysgpio: eic-sprd: use raw_spinlock_t in the irq startup pathRunyu Xiao1-4/+4
2026-06-19gpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi1-5/+1
2026-06-01gpio: cdev: check if uAPI v2 config attributes are correctly zeroedBartosz Golaszewski1-0/+13
2026-06-01gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko1-4/+4
2026-06-01gpio: tegra: fix irq_release_resources calling enable instead of disableSamasth Norway Ananda1-1/+1
2026-04-18gpiolib: cdev: fix uninitialised kfifoKent Gibson1-0/+13
2026-03-04gpio: aspeed-sgpio: Change the macro to support deferred probeBilly Tsai1-2/+3
2026-02-19gpiolib: acpi: Fix gpio count with string referencesAlban Bedel1-0/+1
2026-02-19gpio: sprd: Change sprd_gpio lock to raw_spin_lockXuewen Yan1-4/+4
2026-02-19gpio: omap: do not register driver in probe()Danilo Krummrich1-4/+18
2026-02-06gpiolib: acpi: use BIT_ULL() for u64 mask in address space handlerDenis Sergeev1-1/+1
2025-10-19gpio: wcd934x: mark the GPIO controller as sleepingBartosz Golaszewski1-1/+1
2025-10-19gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko1-1/+0
2025-09-09gpio: pca953x: fix IRQ storm on system wake upEmanuele Ghidoli1-0/+5
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: virtio: Fix config space reading.Harald Mommer1-4/+5
2025-05-02gpio: tegra186: fix resource handling in ACPI probe pathGuixin Liu1-13/+14
2025-05-02gpio: tegra186: Force one interrupt per bankThierry Reding1-6/+62
2025-05-02gpio: zynq: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-0/+1
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: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang1-3/+12
2025-03-13gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber1-1/+1
2025-03-13gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber1-12/+55
2025-03-13gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber1-2/+4
2025-03-13gpio: xilinx: remove excess kernel docBartosz Golaszewski1-1/+0
2025-03-13gpio: pca953x: Improve interrupt supportMark Tomlinson1-19/+0
2025-03-13gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson1-16/+16
2025-03-13gpio: 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-10-17gpiolib: cdev: Ignore reconfiguration without directionKent Gibson1-5/+8
2024-10-17gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan1-1/+2
2024-09-12gpio: rockchip: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-07-18gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov1-0/+8
2024-07-18gpiolib: of: add a quirk for reset line polarity for Himax LCDsDmitry Torokhov1-0/+36