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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2018-10-10
gpiolib: Free the last requested descriptor
Ricardo Ribalda Delgado
1
-1
/
+1
2018-10-10
gpio: Fix crash due to registration race
Vincent Whitchurch
1
-0
/
+1
2018-10-10
gpiolib-acpi: Register GpioInt ACPI event handlers from a late_initcall
Hans de Goede
1
-35
/
+49
2018-10-10
gpiolib: acpi: Switch to cansleep version of GPIO library call
Andy Shevchenko
1
-1
/
+1
2018-10-10
gpio: adp5588: Fix sleep-in-atomic-context bug
Michael Hennerich
1
-4
/
+20
2018-10-03
gpio: Fix wrong rounding in gpio-menz127
Nadav Amit
1
-2
/
+2
2018-09-26
gpiolib: Mark gpio_suffixes array with __maybe_unused
Andy Shevchenko
1
-1
/
+1
2018-09-26
gpio: pxa: Fix potential NULL dereference
Wei Yongjun
1
-0
/
+2
2018-09-19
gpio: ml-ioh: Fix buffer underwrite on probe error path
Anton Vasilyev
1
-1
/
+2
2018-09-19
gpio: tegra: Move driver registration to subsys_init level
Dmitry Osipenko
1
-1
/
+1
2018-09-05
gpiolib-acpi: make sure we trigger edge events at least once on boot
Benjamin Tissoires
1
-1
/
+55
2018-06-16
gpio: No NULL owner
Linus Walleij
1
-2
/
+7
2018-05-16
gpio: fix error path in lineevent_create
Uwe Kleine-König
1
-1
/
+1
2018-05-16
gpio: fix aspeed_gpio unmask irq
Govert Overgaauw
1
-1
/
+1
2018-05-16
gpioib: do not free unrequested descriptors
Timur Tabi
1
-2
/
+3
2018-04-12
gpio: thunderx: fix error return code in thunderx_gpio_probe()
Wei Yongjun
1
-1
/
+3
2018-04-12
gpio: label descriptors using the device name
Linus Walleij
1
-1
/
+2
2018-02-25
gpio: davinci: Assign first bank regs for unbanked case
Keerthy
1
-1
/
+1
2018-02-25
gpio: 74x164: Fix crash during .remove()
Geert Uytterhoeven
1
-2
/
+2
2018-02-03
gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
Jesse Chan
1
-0
/
+3
2018-02-03
gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan
1
-0
/
+4
2018-02-03
gpio: Fix kernel stack leak to userspace
Linus Walleij
1
-0
/
+3
2018-02-03
gpio: stmpe: i2c transfer are forbiden in atomic context
Patrice Chotard
1
-10
/
+10
2018-01-02
gpio: fix "gpio-line-names" property retrieval
Christophe Leroy
4
-13
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-10-07
gpio: omap: Fix lost edge interrupts
Grygorii Strashko
1
-9
/
+13
2017-09-21
gpio: omap: omap_gpio_show_rev is not __init
Arnd Bergmann
1
-1
/
+1
2017-09-19
gpio: acpi: work around false-positive -Wstring-overflow warning
Arnd Bergmann
1
-1
/
+1
2017-09-19
gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends on
Masahiro Yamada
1
-1
/
+2
2017-09-07
Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-1
/
+1
2017-09-05
Merge tag 'gpio-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
42
-315
/
+1333
2017-09-04
mfd: twl: Move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2017-08-31
gpio: mockup: remove unused variable gc
Colin Ian King
1
-2
/
+0
2017-08-31
gpio: pl061: constify amba_id
Arvind Yadav
1
-1
/
+1
2017-08-31
Revert "gpiolib: request the gpio before querying its direction"
Linus Walleij
1
-11
/
+0
2017-08-23
gpio: twl6040: remove unneeded forward declaration
Masahiro Yamada
1
-2
/
+0
2017-08-23
gpio: zevio: make gpio_chip const
Bhumika Goyal
1
-1
/
+1
2017-08-23
gpio: add gpio_add_lookup_tables() to add several tables at once
Dmitry Torokhov
1
-0
/
+17
2017-08-22
gpio: brcmstb: check return value of gpiochip_irqchip_add()
Masahiro Yamada
1
-4
/
+5
2017-08-22
gpio: Add gpio driver support for ThunderX and OCTEON-TX
David Daney
3
-0
/
+649
2017-08-21
gpio: mockup: use irq_sim
Bartosz Golaszewski
2
-71
/
+8
2017-08-21
gpio: mxs: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+9
2017-08-21
gpio: mxc: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+10
2017-08-21
gpio: pch: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+7
2017-08-21
gpio: ml-ioh: use devres for irq generic chip
Bartosz Golaszewski
1
-5
/
+7
2017-08-21
gpio: sta2x11: use devres for irq generic chip
Bartosz Golaszewski
1
-4
/
+9
2017-08-21
gpio: sta2x11: disallow unbinding the driver
Bartosz Golaszewski
1
-0
/
+1
2017-08-21
gpio: mxs: disallow unbinding the driver
Bartosz Golaszewski
1
-0
/
+1
2017-08-21
gpio: mxc: disallow unbinding the driver
Bartosz Golaszewski
1
-0
/
+1
2017-08-15
gpio: aspeed: Remove reference to clock name in debounce warning message
Andrew Jeffery
1
-1
/
+1
[next]