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-09gpio: pch: use raw_spinlock_t for the register lockJunjie Cao
2026-08-09gpio: pca953x: fix cache_only and IRQ state on restore_context() failurebui duc phuc
2026-08-03gpio: mt7621: avoid corruption of shared interrupt trigger stateSergio Paracuellos
2026-08-03gpio: tegra: do not call pinctrl for GPIO directionRunyu Xiao
2026-08-03pinctrl: remove pinctrl_gpio_direction_output()Bartosz Golaszewski
2026-07-24gpio: sch: use raw_spinlock_t in the irq startup pathRunyu Xiao
2026-07-24gpios: palmas: add .get_direction() opAndreas Kemnade
2026-07-24gpio-f7188x: Add support for NCT6126D version BPaul Louvel
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: mlxbf3: 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: mvebu: fix NULL pointer dereference in suspend/resumeYun Zhou
2026-06-19gpio: rockchip: convert bank->clk to devm_clk_get_enabled()Marco Scardovi
2026-06-19gpio: mxc: fix irq_high handlingAlexander Stein
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-05-17gpio: of: clear OF_POPULATED on hog nodes in remove pathBartosz Golaszewski
2026-04-27gpio: tegra: fix irq_release_resources calling enable instead of disableSamasth Norway Ananda
2026-04-11gpio: mxc: map Both Edge pad wakeup to Rising EdgeShenwei Wang
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-16gpio: omap: do not register driver in probe()Danilo Krummrich
2026-02-06gpio: rockchip: Stop calling pinctrl for set_directionRobin Murphy
2026-02-06gpio: pca953x: mask interrupts in irq shutdownMartin Larsson
2026-02-06gpiolib: acpi: use BIT_ULL() for u64 mask in address space handlerDenis Sergeev
2026-01-17gpio: pca953x: fix wrong error probe return valueSascha Hauer
2026-01-17gpio: pca953x: handle short interrupt pulses on PCAL devicesErnest Van Hoecke
2026-01-17gpio: pca953x: Add support for level-triggered interruptsPotin Lai
2026-01-17gpio: pca953x: Utilise temporary variable for struct deviceAndy Shevchenko
2026-01-17gpio: pca953x: Utilise dev_err_probe() where it makes senseAndy Shevchenko
2026-01-17gpio: rockchip: mark the GPIO controller as sleepingBartosz Golaszewski
2026-01-11gpiolib: acpi: Add quirk for Dell Precision 7780Askar Safin
2026-01-11gpio: regmap: Fix memleak in error path in gpio_regmap_register()Wentao Guan
2025-11-02gpio: idio-16: Define fixed direction of the GPIO linesWilliam Breathitt Gray
2025-11-02gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei
2025-11-02gpio: regmap: Allow to allocate regmap-irq deviceMathieu Dubois-Briand
2025-10-29gpio: ljca: Initialize num before accessing item in ljca_gpio_configHaoyu Li
2025-10-29gpio: ljca: Fix duplicated IRQ mappingHaotian Zhang
2025-10-29gpio: update Intel LJCA USB GPIO driverWentong Wu
2025-10-29gpio: 104-idio-16: Define maximum valid register address offsetWilliam Breathitt Gray
2025-10-29gpio: pci-idio-16: Define maximum valid register address offsetWilliam Breathitt Gray
2025-10-19gpio: wcd934x: mark the GPIO controller as sleepingBartosz Golaszewski
2025-10-02gpiolib: Extend software-node support to support secondary software-nodesHans de Goede
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: mlxbf3: use platform_get_irq_optional()David Thompson