index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP
Axel Lin
2014-02-05
1
-0
/
+1
*
gpio: clps711x: Add module alias to support module auto loading
Axel Lin
2014-02-05
1
-0
/
+1
*
gpio: bcm281xx: Update MODULE_AUTHOR
Markus Mayer
2014-02-05
1
-2
/
+2
*
gpio: intel-mid: fix the incorrect return of idle callback
xinhui.pan
2014-02-05
1
-2
/
+2
*
gpio: xtensa: fix build when XCHAL_HAVE_CP is 0
Baruch Siach
2014-02-03
1
-0
/
+16
*
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-01-23
3
-59
/
+135
|
\
|
*
gpio: davinci: don't create irq_domain in case of unbanked irqs
Grygorii Strashko
2013-12-26
1
-15
/
+19
|
*
gpio: davinci: use chained_irq_enter/chained_irq_exit API
Grygorii Strashko
2013-12-26
1
-3
/
+3
|
*
gpio: davinci: add OF support
KV Sujith
2013-12-26
1
-3
/
+54
|
*
gpio: davinci: convert to use irqdomain support.
Lad, Prabhakar
2013-12-26
1
-33
/
+47
|
*
gpio: introduce GPIO_DAVINCI kconfig option
Grygorii Strashko
2013-12-26
2
-1
/
+8
|
*
gpio: davinci: get rid of DAVINCI_N_GPIO
Grygorii Strashko
2013-12-26
1
-2
/
+2
|
*
gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*
Lad, Prabhakar
2013-12-26
1
-18
/
+18
*
|
Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfd
Linus Torvalds
2014-01-21
3
-0
/
+251
|
\
\
|
*
|
gpio: lp3943: Remove redundant of_match_ptr helper
Sachin Kamat
2014-01-21
1
-1
/
+1
|
*
|
gpio: add LP3943 I2C GPIO expander driver
Milo Kim
2014-01-21
3
-0
/
+251
*
|
|
Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2014-01-21
67
-371
/
+1607
|
\
\
\
|
*
|
|
gpio: mcp23s08: fix casting caused build warning
SeongJae Park
2014-01-20
1
-1
/
+1
|
*
|
|
gpio: mcp23s08: depend on OF_GPIO
Linus Walleij
2014-01-20
1
-1
/
+1
|
*
|
|
gpio: mcp23s08: Add irq functionality for i2c chips
Lars Poeschel
2014-01-17
2
-5
/
+244
|
*
|
|
ARM: S5P[v210|c100|64x0]: Fix build error
Sachin Kamat
2014-01-15
1
-0
/
+3
|
*
|
|
gpio: pxa: clamp gpio get value to [0,1]
Neil Zhang
2014-01-15
1
-1
/
+2
|
*
|
|
ARM: S3C[24|64]xx: move includes back under <mach/> scope
Linus Walleij
2014-01-14
1
-6
/
+1
|
*
|
|
gpio / ACPI: get rid of acpi_gpio.h
Mika Westerberg
2014-01-08
3
-3
/
+26
|
*
|
|
gpio / ACPI: register to ACPI events automatically
Mika Westerberg
2014-01-08
3
-4
/
+39
|
*
|
|
gpio: f7188x: set can_sleep attribute
Simon Guinot
2014-01-07
1
-0
/
+1
|
*
|
|
gpio: samsung: Remove hardware.h inclusion
Sachin Kamat
2014-01-07
1
-1
/
+0
|
*
|
|
gpio: xtensa: depend on HAVE_XTENSA_GPIO32
Baruch Siach
2014-01-07
1
-0
/
+1
|
*
|
|
gpio: clps711x: Enable driver compilation with COMPILE_TEST
Alexander Shiyan
2014-01-07
1
-1
/
+1
|
*
|
|
gpio: clps711x: Use of_match_ptr()
Alexander Shiyan
2014-01-07
1
-2
/
+2
|
*
|
|
gpio: tb10x: Remove redundant of_match_ptr helper
Sachin Kamat
2014-01-02
1
-1
/
+1
|
*
|
|
gpio: mvebu: Do not hard code error code
Sachin Kamat
2014-01-02
1
-1
/
+1
|
*
|
|
gpio: mxc: Do not hard code return value
Sachin Kamat
2014-01-02
1
-1
/
+1
|
*
|
|
gpio: max730x: Remove redundant dev_set_drvdata
Sachin Kamat
2014-01-02
1
-3
/
+0
|
*
|
|
ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.
José Miguel Gonçalves
2014-01-02
1
-3
/
+3
|
*
|
|
gpio: sch311x: fix compilation error
Linus Walleij
2013-12-23
1
-0
/
+1
|
*
|
|
ARM: s3c64xx: get rid of custom <mach/gpio.h>
Linus Walleij
2013-12-20
1
-0
/
+3
|
*
|
|
ARM: s3c24xx: get rid of custom <mach/gpio.h>
Linus Walleij
2013-12-20
1
-0
/
+3
|
*
|
|
gpio: sodaville: fix some error return code on error path
Wei Yongjun
2013-12-20
1
-2
/
+6
|
*
|
|
gpio: moxart: remove redundant dev_err call in moxart_gpio_probe()
Wei Yongjun
2013-12-20
1
-4
/
+1
|
*
|
|
gpio: moxart: add missing .owner to struct gpio_chip
Wei Yongjun
2013-12-20
1
-0
/
+1
|
*
|
|
gpio: add GPIO support for SMSC SCH311x
Bruno Randolf
2013-12-20
3
-0
/
+441
|
*
|
|
gpio / ACPI: return -ENOENT when no mapping exists
Mika Westerberg
2013-12-12
1
-1
/
+1
|
*
|
|
gpio: msm: Add module device table and mark table const
Stephen Boyd
2013-12-12
1
-1
/
+2
|
*
|
|
gpiolib: return -ENOENT if no GPIO mapping exists
Alexandre Courbot
2013-12-12
1
-17
/
+17
|
*
|
|
gpio: driver for Xtensa GPIO32
Baruch Siach
2013-12-12
3
-0
/
+172
|
*
|
|
gpio: 74x164: Driver cleanup
Alexander Shiyan
2013-12-12
1
-27
/
+16
|
*
|
|
gpio: 74x164: Remove non-DT support
Alexander Shiyan
2013-12-12
2
-16
/
+4
|
*
|
|
gpio: tegra: add missing error handling to probe
Stephen Warren
2013-12-11
1
-1
/
+6
|
*
|
|
gpiolib: update inline documentation of gpiod_get_index()
Andy Shevchenko
2013-12-09
1
-1
/
+1
[next]