summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2026-08-27gpio: ml-ioh: use raw_spinlock_t for the register lockJunjie Cao
2026-08-23gpio: tegra: do not call pinctrl for GPIO directionRunyu Xiao
2026-08-23treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski
2026-08-19gpio: pch: use raw_spinlock_t for the register lockJunjie Cao
2026-07-24gpio: pca953x: Make platform teardown callback return voidUwe Kleine-König
2026-07-24gpio: sch: use raw_spinlock_t in the irq startup pathRunyu Xiao
2026-07-24gpio: sch: use new GPIO line value setter callbacksBartosz Golaszewski
2026-07-24gpios: palmas: add .get_direction() opAndreas Kemnade
2026-07-24gpio: timberdale: Return -ENOMEM on dynamic memory allocation in probeVladimir Zapolskiy
2026-07-24gpio: htc-egpio: use managed gpiochip registrationPengpeng Hou
2026-07-24gpio: mvebu: fail probe if gpiochip registration failsPengpeng Hou
2026-07-24gpio: eic-sprd: use raw_spinlock_t in the irq startup pathRunyu Xiao
2026-06-19gpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi
2026-06-01gpio: cdev: check if uAPI v2 config attributes are correctly zeroedBartosz Golaszewski
2026-06-01gpiolib: cdev: use !mem_is_zero() instead of memchr_inv(s, 0, n)Andy Shevchenko
2026-06-01gpio: tegra: fix irq_release_resources calling enable instead of disableSamasth Norway Ananda
2026-04-18gpiolib: cdev: fix uninitialised kfifoKent Gibson
2026-03-04gpio: aspeed-sgpio: Change the macro to support deferred probeBilly Tsai
2026-02-19gpiolib: acpi: Fix gpio count with string referencesAlban Bedel
2026-02-19gpio: sprd: Change sprd_gpio lock to raw_spin_lockXuewen Yan
2026-02-19gpio: omap: do not register driver in probe()Danilo Krummrich
2026-02-06gpiolib: acpi: use BIT_ULL() for u64 mask in address space handlerDenis Sergeev
2025-10-19gpio: wcd934x: mark the GPIO controller as sleepingBartosz Golaszewski
2025-10-19gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cellsAndy Shevchenko
2025-09-09gpio: pca953x: fix IRQ storm on system wake upEmanuele Ghidoli
2025-08-28gpio: tps65912: check the return value of regmap_update_bits()Bartosz Golaszewski
2025-08-28gpio: wcd934x: check the return value of regmap_update_bits()Bartosz Golaszewski
2025-08-28gpio: virtio: Fix config space reading.Harald Mommer
2025-05-02gpio: tegra186: fix resource handling in ACPI probe pathGuixin Liu
2025-05-02gpio: tegra186: Force one interrupt per bankThierry Reding
2025-05-02gpio: zynq: Fix wakeup source leaks on device unbindKrzysztof Kozlowski
2025-03-13gpio: rcar: Fix missing of_node_put() callFabrizio Castro
2025-03-13gpio: aggregator: protect driver attr handlers against module unloadKoichiro Den
2025-03-13gpio: rcar: Use raw_spinlock to protect register accessNiklas Söderlund
2025-03-13gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlockWentao Liang
2025-03-13gpio: bcm-kona: Add missing newline to dev_err format stringArtur Weber
2025-03-13gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQArtur Weber
2025-03-13gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0Artur Weber
2025-03-13gpio: xilinx: remove excess kernel docBartosz Golaszewski
2025-03-13gpio: pca953x: Improve interrupt supportMark Tomlinson
2025-03-13gpio: xilinx: Convert gpio_lock to raw spinlockSean Anderson
2025-03-13gpio: mxc: remove dead code after switch to DT-onlyAhmad Fatoum
2025-01-23gpiolib: cdev: Fix use after free in lineinfo_changed_notifyZhongqiu Han
2024-12-14gpio: grgpio: Add NULL check in grgpio_probeCharles Han
2024-12-14gpio: grgpio: use a helper variable to store the address of ofdev->devBartosz Golaszewski
2024-12-14gpio: exar: set value when external pull-up or pull-down is presentSai Kumar Cholleti
2024-10-17gpio: aspeed: Use devm_clk api to manage clock sourceBilly Tsai
2024-10-17gpio: aspeed: Add the flush write to ensure the write complete.Billy Tsai
2024-10-17gpio: davinci: fix lazy disableEmanuele Ghidoli
2024-10-17gpiolib: cdev: Ignore reconfiguration without directionKent Gibson