index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-13
gpio/74x164: fix clash with gpiolib namespace
Linus Walleij
1
-3
/
+3
2011-06-12
gpio/mxc: fix a bug with gpio_get_value calling
Shawn Guo
1
-1
/
+1
2011-06-11
gpio/vr41xx: Convert use of struct resource to resource_size(ptr)
Joe Perches
1
-1
/
+1
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-4
/
+4
2011-06-10
gpio/nomadik: fix sleepmode for elder Nomadik
Linus Walleij
1
-11
/
+29
2011-06-09
gpio/ep93xx: Remove superfluous debug pr_info statement
Grant Likely
1
-1
/
+0
2011-06-09
gpio/ep93xx: convert to platform_driver and use basic_mmio_gpio library
H Hartley Sweeten
2
-121
/
+120
2011-06-08
gpio/pca953x: Fix warning of enabled interrupts in handler
David Jander
1
-3
/
+3
2011-06-08
gpio/pca953x: Interrupt pin is active-low
David Jander
1
-1
/
+1
2011-06-08
gpio/pca953x: Fix IRQ support.
David Jander
1
-1
/
+5
2011-06-08
Merge branch 'for_3.0/gpio-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Grant Likely
1
-11
/
+12
2011-06-08
gpio/ep93xx: fix pr_fmt output
H Hartley Sweeten
1
-1
/
+1
2011-06-08
gpio/samsung: make Kconfig options def_bool
H Hartley Sweeten
1
-20
/
+8
2011-06-07
gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register setting
Thomas Abraham
1
-4
/
+25
2011-06-07
gpio/mxs: convert gpio-mxs to use generic irq chip
Shawn Guo
2
-61
/
+35
2011-06-07
gpio/mxs: remove irq_high related implementation
Shawn Guo
1
-14
/
+4
2011-06-07
gpio/mxs: convert gpio-mxs to use basic_mmio_gpio library
Shawn Guo
2
-62
/
+19
2011-06-07
gpio/mxc: convert gpio-mxc to use generic irq chip
Shawn Guo
2
-61
/
+30
2011-06-07
GPIO: OMAP: add locking around calls to _set_gpio_triggering
Colin Cross
1
-0
/
+9
2011-06-07
GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4
Colin Cross
1
-10
/
+2
2011-06-07
GPIO: OMAP: fix section mismatch warnings
Russell King
1
-1
/
+1
2011-06-06
gpio: reorganize drivers
Grant Likely
44
-111
/
+83
2011-06-06
Merge branch 'gpio/next-mx' into gpio/next
Grant Likely
4
-0
/
+760
2011-06-06
gpio/pca953x.c: Interrupt pin is active-low
David Jander
1
-1
/
+0
2011-06-06
gpio/ep93xx: move driver to drivers/gpio
H Hartley Sweeten
3
-0
/
+415
2011-06-06
gpio/mxc: convert gpio-mxc to use basic_mmio_gpio library
Shawn Guo
2
-69
/
+15
2011-06-06
gpio/mxc: Change gpio-mxc into an upstanding gpio driver
Shawn Guo
1
-72
/
+145
2011-06-06
gpio/mxc: Move Freescale MXC gpio driver to drivers/gpio
Shawn Guo
3
-0
/
+366
2011-06-06
gpio/mxs: Change gpio-mxs into an upstanding gpio driver
Shawn Guo
1
-92
/
+124
2011-06-06
gpio/mxs: Move Freescale mxs gpio driver to drivers/gpio
Grant Likely
3
-0
/
+343
2011-06-03
gpio/samsung: make Kconfig options def_bool
H Hartley Sweeten
1
-20
/
+8
2011-06-03
gpio/74x164: remove unnecessary defines and prototype
H Hartley Sweeten
1
-16
/
+11
2011-05-30
gpio: Fix gpio-exynos4 build fails in mainline
Kyungmin Park
1
-8
/
+8
2011-05-30
arm gpio drivers: make them 'depends on ARM'
Linus Torvalds
1
-0
/
+4
2011-05-28
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
13
-62
/
+5289
2011-05-28
Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/ker...
Grant Likely
2
-0
/
+2008
2011-05-28
gpio/pch_gpio: Support new device ML7223
Tomoya MORINAGA
2
-1
/
+9
2011-05-28
gpio: make gpio_{request,free}_array gpio array parameter const
Lars-Peter Clausen
1
-2
/
+2
2011-05-27
GPIO: OMAP: move to drivers/gpio
Kevin Hilman
2
-0
/
+2008
2011-05-27
TPS65911: Add support for added GPIO lines
Jorge Eduardo Candelaria
1
-10
/
+19
2011-05-27
GPIO: TPS65910: Move driver to drivers/gpio/
Jorge Eduardo Candelaria
3
-0
/
+99
2011-05-27
gpio: Move the s5pc100 GPIO to drivers/gpio
Kyungmin Park
3
-0
/
+362
2011-05-27
gpio: Move the s5pv210 GPIO to drivers/gpio
Kyungmin Park
3
-0
/
+295
2011-05-27
gpio: Move the exynos4 GPIO to drivers/gpio
Kyungmin Park
3
-0
/
+372
2011-05-27
gpio: Move to Samsung common GPIO library to drivers/gpio
Kyungmin Park
3
-0
/
+213
2011-05-27
gpio/nomadik: add function to read GPIO pull down status
Rickard Andersson
1
-4
/
+30
2011-05-27
gpio/nomadik: show all pins in debug
Rabin Vincent
1
-4
/
+27
2011-05-27
gpio: move Nomadik GPIO driver to drivers/gpio
Grant Likely
2
-0
/
+1021
2011-05-27
gpio: move U300 GPIO driver to drivers/gpio
Linus Walleij
2
-0
/
+701
2011-05-27
langwell_gpio: add runtime pm support
Kristen Carlson Accardi
1
-0
/
+65
[prev]
[next]