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
2016-08-31
gpio: Fix OF build problem on UM
Linus Walleij
1
-0
/
+1
2016-08-22
gpio: intel-mid: Remove potentially harmful code
Andy Shevchenko
1
-19
/
+0
2016-08-22
gpio: pca953x: Fix NBANK calculation for PCA9536
Vignesh R
1
-1
/
+1
2016-06-19
gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
Ben Dooks
1
-2
/
+2
2016-06-19
gpiolib: Fix NULL pointer deference
Ricardo Ribalda Delgado
1
-1
/
+1
2016-04-20
gpio: pca953x: Use correct u16 value for register word write
Yong Li
1
-1
/
+2
2015-07-03
gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip
Aaron Lu
1
-0
/
+1
2015-06-10
gpio: gpio-kempld: Fix get_direction return value
Michael Brunner
1
-1
/
+1
2015-05-23
gpio: sysfs: fix memory leaks and device hotplug
Johan Hovold
1
-0
/
+19
2015-05-17
gpio: mvebu: Fix mask/unmask managment per irq chip type
Gregory CLEMENT
1
-8
/
+16
2015-03-06
gpio: tps65912: fix wrong container_of arguments
Nicolas Saenz Julienne
1
-4
/
+10
2015-03-06
gpiolib: of: allow of_gpiochip_find_and_xlate to find more than one chip per ...
Hans Holmberg
1
-4
/
+5
2015-02-11
gpio: mcp23s08: handle default gpio base
Sonic Zhang
1
-7
/
+10
2015-02-11
gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low
Johan Hovold
1
-1
/
+1
2015-02-11
gpio: sysfs: fix memory leak in gpiod_export_link
Johan Hovold
1
-0
/
+1
2015-01-27
gpio: sysfs: fix gpio device-attribute leak
Johan Hovold
1
-15
/
+13
2015-01-27
gpio: sysfs: fix gpio-chip device-attribute leak
Johan Hovold
1
-11
/
+8
2015-01-27
gpio: fix sleep-while-atomic in gpiochip_remove
Johan Hovold
1
-3
/
+1
2015-01-27
gpio: fix memory leak and sleep-while-atomic
Johan Hovold
1
-1
/
+2
2015-01-27
gpio: fix memory and reference leaks in gpiochip_add error path
Johan Hovold
1
-4
/
+7
2015-01-27
gpio: crystalcove: use handle_nested_irq
Aaron Lu
1
-1
/
+1
2015-01-27
gpiolib: of: Correct error handling in of_get_named_gpiod_flags
Hans Holmberg
1
-2
/
+8
2014-10-09
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
22
-478
/
+1054
2014-10-02
gpio: pch: Build context save/restore only for PM
Thierry Reding
1
-0
/
+2
2014-10-02
gpio: ks8695: fix 'else should follow close brace '}''
Varka Bhadram
1
-6
/
+4
2014-10-02
gpio: stmpe: add verbose debug code
Linus Walleij
1
-0
/
+75
2014-10-02
gpio: stmpe: fix up interrupt enable logic
Linus Walleij
1
-3
/
+3
2014-09-30
gpio: staticize xway_stp_init()
Linus Walleij
1
-1
/
+1
2014-09-26
gpio: handle also nested irqchips in the chained handler set-up
Linus Walleij
3
-21
/
+36
2014-09-26
gpio: set parent irq on chained handlers
Linus Walleij
1
-0
/
+13
2014-09-26
gpiolib: irqchip: use irq_find_mapping while removing irqchip
Grygorii Strashko
1
-1
/
+2
2014-09-25
Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+4
2014-09-25
gpio: crystalcove: support virtual GPIO
Aaron Lu
1
-3
/
+16
2014-09-25
gpio: kona: enable only on BCM_MOBILE or for compile testing
Uwe Kleine-König
1
-1
/
+1
2014-09-24
gpio / ACPI: Use pin index and bit length
Srinivas Pandruvada
1
-1
/
+4
2014-09-24
gpio, bcm-kona, LLVMLinux: Remove use of __initconst
Behan Webster
1
-1
/
+1
2014-09-24
gpio: Fix ngpio in gpio-xilinx driver
Gernot Vormayr
1
-12
/
+15
2014-09-24
gpio: dwapb: fix pointer to integer cast
Linus Walleij
1
-2
/
+2
2014-09-24
gpio: xgene: Remove unneeded #ifdef CONFIG_OF guard
Axel Lin
1
-2
/
+0
2014-09-24
gpio: xgene: Remove unneeded forward declation for struct xgene_gpio
Axel Lin
1
-2
/
+0
2014-09-24
gpio: xgene: Fix missing spin_lock_init()
Axel Lin
1
-0
/
+1
2014-09-24
gpio: ks8695: fix switch case indentation
Varka Bhadram
1
-10
/
+10
2014-09-24
gpiolib: add irq_not_threaded flag to gpio_chip
Octavian Purdila
1
-1
/
+1
2014-09-24
gpio: Fix return value check in xgene_gpio_probe()
Wei Yongjun
1
-2
/
+2
2014-09-24
gpio: Fix potential NULL handler data in chained irqchip handler
Jarkko Nikula
1
-1
/
+1
2014-09-24
gpio: Fix gpio direction flags not getting set
Adrian Hunter
1
-1
/
+1
2014-09-23
GPIO: gpiolib: trivial: Add missing carriage return
Alexander Shiyan
1
-1
/
+1
2014-09-23
gpio: omap: Fix interrupt names
Nishanth Menon
1
-14
/
+17
2014-09-23
gpio: samsung: Remove remaining check for CONFIG_S5P_GPIO_DRVSTR
Paul Bolle
1
-50
/
+0
2014-09-23
gpio: use container_of to resolve cs5535_gpio_chip from gpio_chip
Fabian Frederick
1
-3
/
+6
[next]