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
2 days
gpio: shared: fix memory leaks
Daniel J Blueman
1
-3
/
+3
10 days
gpio: sysfs: fix chip removal with GPIOs exported over sysfs
Bartosz Golaszewski
1
-51
/
+55
10 days
gpio: swnode: restore the swnode-name-against-chip-label matching
Bartosz Golaszewski
1
-0
/
+19
10 days
gpio: nomadik: Add missing IS_ERR() check
Ethan Tidmore
1
-0
/
+3
10 days
gpio: aspeed-sgpio: Change the macro to support deferred probe
Billy Tsai
1
-2
/
+3
10 days
gpio: pca953x: Add support for TCAL6408 TCAL6416
Jan Remmet
2
-2
/
+8
2026-02-26
gpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()
Dmitry Torokhov
1
-3
/
+4
2026-02-26
gpio: cdev: Avoid NULL dereference in linehandle_create()
Douglas Anderson
1
-1
/
+1
2026-02-05
gpio: loongson-64bit: Fix incorrect NULL check after devm_kcalloc()
Chen Ni
1
-1
/
+1
2026-02-04
gpiolib: acpi: Fix gpio count with string references
Alban Bedel
1
-0
/
+1
2026-01-28
gpiolib: acpi: Fix potential out-of-boundary left shift
Andy Shevchenko
1
-4
/
+17
2026-01-28
gpio: brcmstb: correct hwirq to bank map
Doug Berger
1
-5
/
+3
2026-01-28
gpio: omap: do not register driver in probe()
Danilo Krummrich
1
-4
/
+18
2026-01-27
gpio: pca953x: mask interrupts in irq shutdown
Martin Larsson
1
-0
/
+2
2026-01-27
gpio: virtuser: fix UAF in configfs release path
Yuhao Huang
1
-4
/
+4
2026-01-27
gpiolib: acpi: use BIT_ULL() for u64 mask in address space handler
Denis Sergeev
1
-1
/
+1
2026-01-27
gpio: sprd: Change sprd_gpio lock to raw_spin_lock
Xuewen Yan
1
-4
/
+4
2026-01-27
gpio: rockchip: Stop calling pinctrl for set_direction
Robin Murphy
1
-8
/
+0
2026-01-21
gpio: shared: propagate configuration to pinctrl
Bartosz Golaszewski
3
-7
/
+15
2026-01-20
gpio: cdev: Fix resource leaks on errors in gpiolib_cdev_register()
Tzung-Bi Shih
1
-2
/
+7
2026-01-20
gpio: cdev: Fix resource leaks on errors in lineinfo_changed_notify()
Tzung-Bi Shih
1
-0
/
+1
2026-01-20
gpio: cdev: Correct return code on memory allocation failure
Tzung-Bi Shih
1
-1
/
+1
2026-01-12
gpiolib: remove redundant callback check
Bartosz Golaszewski
1
-3
/
+0
2026-01-12
gpio: davinci: implement .get_direction()
Bartosz Golaszewski
1
-0
/
+18
2026-01-09
gpio: shared: fix a false-positive sharing detection with reset-gpios
Bartosz Golaszewski
1
-2
/
+32
2026-01-08
gpiolib: fix lookup table matching
Bartosz Golaszewski
1
-2
/
+2
2026-01-07
gpio: shared: don't allocate the lookup table until we really need it
Bartosz Golaszewski
1
-6
/
+6
2026-01-07
gpio: shared: fix a race condition
Bartosz Golaszewski
1
-11
/
+9
2026-01-07
gpio: shared: assign the correct firmware node for reset-gpio use-case
Bartosz Golaszewski
1
-1
/
+1
2026-01-07
gpio: rockchip: mark the GPIO controller as sleeping
Bartosz Golaszewski
1
-0
/
+1
2026-01-02
gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths
Abdun Nihaal
1
-1
/
+11
2026-01-02
gpio: pca953x: handle short interrupt pulses on PCAL devices
Ernest Van Hoecke
1
-1
/
+24
2026-01-02
gpiolib: fix race condition for gdev->srcu
Paweł Narewski
1
-20
/
+20
2026-01-02
gpio: shared: allow sharing a reset-gpios pin between reset-gpio and gpiolib
Bartosz Golaszewski
1
-53
/
+129
2026-01-02
gpio: shared: verify con_id when adding proxy lookup
Bartosz Golaszewski
3
-3
/
+11
2026-01-02
gpiolib: allow multiple lookup tables per consumer
Bartosz Golaszewski
1
-35
/
+56
2025-12-18
gpio: it87: balance superio enter/exit calls in error path
Bartosz Golaszewski
1
-8
/
+3
2025-12-13
Merge tag 'gpio-fixes-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-27
/
+63
2025-12-09
gpio: shared: make locking more fine-grained
Bartosz Golaszewski
1
-14
/
+20
2025-12-09
gpio: shared: fix auxiliary device cleanup order
Bartosz Golaszewski
1
-1
/
+1
2025-12-09
gpio: shared: check if a reference is populated before cleaning its resources
Bartosz Golaszewski
1
-4
/
+7
2025-12-09
gpio: shared: fix NULL-pointer dereference in teardown path
Bartosz Golaszewski
1
-1
/
+2
2025-12-09
gpio: shared: ignore disabled nodes when traversing the device-tree
Bartosz Golaszewski
1
-0
/
+4
2025-12-08
gpiolib: acpi: Add quirk for Dell Precision 7780
Askar Safin
1
-0
/
+22
2025-12-06
Merge tag 'bitmap-for-6.19' of github.com:/norov/linux
Linus Torvalds
1
-4
/
+1
2025-12-06
gpio: tb10x: fix OF_GPIO dependency
Arnd Bergmann
1
-1
/
+0
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-12
/
+24
2025-12-05
gpio: qixis: select CONFIG_REGMAP_MMIO
Arnd Bergmann
1
-0
/
+1
2025-12-05
gpio: regmap: Fix memleak in error path in gpio_regmap_register()
Wentao Guan
1
-1
/
+1
2025-12-04
Merge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
44
-753
/
+1074
[next]