index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-19
gpio: wcd934x: mark the GPIO controller as sleeping
Bartosz Golaszewski
1
-1
/
+1
2025-10-19
gpio: wcd934x: Remove duplicate assignment of of_gpio_n_cells
Andy Shevchenko
1
-1
/
+0
2025-08-28
gpio: tps65912: check the return value of regmap_update_bits()
Bartosz Golaszewski
1
-2
/
+5
2025-08-28
gpio: wcd934x: check the return value of regmap_update_bits()
Bartosz Golaszewski
1
-2
/
+5
2025-08-28
gpio: mlxbf2: use platform_get_irq_optional()
David Thompson
1
-1
/
+1
2025-08-28
gpio: virtio: Fix config space reading.
Harald Mommer
1
-4
/
+5
2025-06-04
gpio: pca953x: fix IRQ storm on system wake up
Emanuele Ghidoli
1
-0
/
+6
2025-06-04
gpio: pca953x: Simplify code with cleanup helpers
Andy Shevchenko
1
-48
/
+29
2025-06-04
gpio: pca953x: Split pca953x_restore_context() and pca953x_save_context()
Andy Shevchenko
1
-15
/
+29
2025-06-04
gpio: pca953x: Add missing header(s)
Andy Shevchenko
1
-1
/
+2
2025-04-25
gpio: zynq: Fix wakeup source leaks on device unbind
Krzysztof Kozlowski
1
-0
/
+1
2025-04-25
gpio: tegra186: fix resource handling in ACPI probe path
Guixin Liu
1
-13
/
+14
2025-03-13
gpio: rcar: Fix missing of_node_put() call
Fabrizio Castro
1
-1
/
+6
2025-03-13
gpio: aggregator: protect driver attr handlers against module unload
Koichiro Den
1
-3
/
+17
2025-03-13
gpio: rcar: Use raw_spinlock to protect register access
Niklas Söderlund
1
-12
/
+12
2025-02-21
gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlock
Wentao Liang
1
-3
/
+12
2025-02-21
gpiolib: acpi: Add a quirk for Acer Nitro ANV14
Mario Limonciello
1
-0
/
+14
2025-02-21
gpio: bcm-kona: Add missing newline to dev_err format string
Artur Weber
1
-1
/
+1
2025-02-21
gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQ
Artur Weber
1
-12
/
+55
2025-02-21
gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0
Artur Weber
1
-2
/
+4
2025-02-21
gpio: xilinx: remove excess kernel doc
Bartosz Golaszewski
1
-1
/
+0
2025-02-21
gpio: pca953x: Improve interrupt support
Mark Tomlinson
1
-19
/
+0
2025-02-21
gpio: xilinx: Convert gpio_lock to raw spinlock
Sean Anderson
1
-16
/
+16
2025-02-21
gpio: xilinx: Convert to immutable irq_chip
Linus Walleij
1
-8
/
+15
2025-02-21
gpio: mxc: remove dead code after switch to DT-only
Ahmad Fatoum
1
-2
/
+1
2025-01-23
gpiolib: cdev: Fix use after free in lineinfo_changed_notify
Zhongqiu Han
1
-1
/
+1
2024-12-14
gpio: grgpio: Add NULL check in grgpio_probe
Charles Han
1
-0
/
+3
2024-12-14
gpio: grgpio: use a helper variable to store the address of ofdev->dev
Bartosz Golaszewski
1
-11
/
+12
2024-12-14
gpio: exar: set value when external pull-up or pull-down is present
Sai Kumar Cholleti
1
-4
/
+6
2024-10-17
gpio: aspeed: Use devm_clk api to manage clock source
Billy Tsai
1
-1
/
+1
2024-10-17
gpio: aspeed: Add the flush write to ensure the write complete.
Billy Tsai
1
-0
/
+2
2024-10-17
gpio: davinci: fix lazy disable
Emanuele Ghidoli
1
-4
/
+4
2024-09-30
gpio: prevent potential speculation leaks in gpio_device_get_desc()
Hagar Hemdan
1
-1
/
+2
2024-09-30
gpiolib: cdev: Ignore reconfiguration without direction
Kent Gibson
1
-5
/
+7
2024-09-12
gpio: modepin: Enable module autoloading
Liao Chen
1
-0
/
+1
2024-09-12
gpio: rockchip: fix OF node leak in probe()
Krzysztof Kozlowski
1
-0
/
+1
2024-07-25
gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
Ian Ray
1
-0
/
+2
2024-07-05
gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
Kent Gibson
1
-6
/
+10
2024-07-05
gpio: davinci: Validate the obtained number of IRQs
Aleksandr Mishin
1
-0
/
+5
2024-06-21
gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
Matthias Schiffer
1
-4
/
+42
2024-06-21
gpio: tqmx86: store IRQ trigger type and unmask status separately
Matthias Schiffer
1
-20
/
+28
2024-06-21
gpio: tqmx86: Convert to immutable irq_chip
Linus Walleij
1
-8
/
+20
2024-06-21
gpio: tqmx86: introduce shadow register for GPIO output value
Matthias Schiffer
1
-7
/
+11
2024-06-21
gpio: tqmx86: remove unneeded call to platform_set_drvdata()
Andrei Coardos
1
-2
/
+0
2024-06-21
gpio: tqmx86: fix typo in Kconfig label
Gregor Herburger
1
-1
/
+1
2024-05-17
gpiolib: cdev: fix uninitialised kfifo
Kent Gibson
1
-0
/
+14
2024-05-17
gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
Kent Gibson
1
-23
/
+142
2024-05-17
gpiolib: cdev: Add missing header(s)
Andy Shevchenko
1
-1
/
+3
2024-05-17
gpio: crystalcove: Use -ENOTSUPP consistently
Andy Shevchenko
1
-1
/
+1
2024-05-17
gpio: wcove: Use -ENOTSUPP consistently
Andy Shevchenko
1
-1
/
+1
[next]