index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-04
gpio: rcar: clamp returned value to [0,1]
Jürg Billeter
1
-2
/
+2
2015-02-04
gpio: rcar: Add support for DT IRQ flags
Laurent Pinchart
1
-0
/
+1
2015-02-04
gpio: rcar: remove unnecessary OOM messages
Jingoo Han
1
-1
/
+0
2015-02-04
gpio: rcar: Add minimal runtime PM support
Geert Uytterhoeven
1
-0
/
+8
2015-02-04
gpio: rcar: Add helper variable dev = &pdev->dev
Geert Uytterhoeven
1
-16
/
+16
2014-06-11
gpio: mcp23s08: Bug fix of SPI device tree registration.
Michael Welling
1
-4
/
+7
2014-05-13
gpio: mxs: Allow for recursive enable_irq_wake() call
Marek Vasut
1
-1
/
+2
2014-02-05
gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP
Axel Lin
1
-0
/
+1
2014-02-05
gpio: clps711x: Add module alias to support module auto loading
Axel Lin
1
-0
/
+1
2014-02-05
gpio: bcm281xx: Update MODULE_AUTHOR
Markus Mayer
1
-2
/
+2
2014-02-05
gpio: intel-mid: fix the incorrect return of idle callback
xinhui.pan
1
-2
/
+2
2014-02-03
gpio: xtensa: fix build when XCHAL_HAVE_CP is 0
Baruch Siach
1
-0
/
+16
2014-01-23
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-59
/
+135
2014-01-21
Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfd
Linus Torvalds
3
-0
/
+251
2014-01-21
Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
67
-371
/
+1607
2014-01-21
gpio: lp3943: Remove redundant of_match_ptr helper
Sachin Kamat
1
-1
/
+1
2014-01-21
gpio: add LP3943 I2C GPIO expander driver
Milo Kim
3
-0
/
+251
2014-01-20
gpio: mcp23s08: fix casting caused build warning
SeongJae Park
1
-1
/
+1
2014-01-20
gpio: mcp23s08: depend on OF_GPIO
Linus Walleij
1
-1
/
+1
2014-01-17
gpio: mcp23s08: Add irq functionality for i2c chips
Lars Poeschel
2
-5
/
+244
2014-01-15
ARM: S5P[v210|c100|64x0]: Fix build error
Sachin Kamat
1
-0
/
+3
2014-01-15
gpio: pxa: clamp gpio get value to [0,1]
Neil Zhang
1
-1
/
+2
2014-01-14
ARM: S3C[24|64]xx: move includes back under <mach/> scope
Linus Walleij
1
-6
/
+1
2014-01-08
gpio / ACPI: get rid of acpi_gpio.h
Mika Westerberg
3
-3
/
+26
2014-01-08
gpio / ACPI: register to ACPI events automatically
Mika Westerberg
3
-4
/
+39
2014-01-07
gpio: f7188x: set can_sleep attribute
Simon Guinot
1
-0
/
+1
2014-01-07
gpio: samsung: Remove hardware.h inclusion
Sachin Kamat
1
-1
/
+0
2014-01-07
gpio: xtensa: depend on HAVE_XTENSA_GPIO32
Baruch Siach
1
-0
/
+1
2014-01-07
gpio: clps711x: Enable driver compilation with COMPILE_TEST
Alexander Shiyan
1
-1
/
+1
2014-01-07
gpio: clps711x: Use of_match_ptr()
Alexander Shiyan
1
-2
/
+2
2014-01-02
gpio: tb10x: Remove redundant of_match_ptr helper
Sachin Kamat
1
-1
/
+1
2014-01-02
gpio: mvebu: Do not hard code error code
Sachin Kamat
1
-1
/
+1
2014-01-02
gpio: mxc: Do not hard code return value
Sachin Kamat
1
-1
/
+1
2014-01-02
gpio: max730x: Remove redundant dev_set_drvdata
Sachin Kamat
1
-3
/
+0
2014-01-02
ARM: S3C24XX: Fix configuration of gpio port sizes on S3C24XX.
José Miguel Gonçalves
1
-3
/
+3
2013-12-26
gpio: davinci: don't create irq_domain in case of unbanked irqs
Grygorii Strashko
1
-15
/
+19
2013-12-26
gpio: davinci: use chained_irq_enter/chained_irq_exit API
Grygorii Strashko
1
-3
/
+3
2013-12-26
gpio: davinci: add OF support
KV Sujith
1
-3
/
+54
2013-12-26
gpio: davinci: convert to use irqdomain support.
Lad, Prabhakar
1
-33
/
+47
2013-12-26
gpio: introduce GPIO_DAVINCI kconfig option
Grygorii Strashko
2
-1
/
+8
2013-12-26
gpio: davinci: get rid of DAVINCI_N_GPIO
Grygorii Strashko
1
-2
/
+2
2013-12-26
gpio: davinci: use {readl|writel}_relaxed() instead of __raw_*
Lad, Prabhakar
1
-18
/
+18
2013-12-24
Merge 3.13-rc5 into staging-next
Greg Kroah-Hartman
4
-7
/
+19
2013-12-23
gpio: sch311x: fix compilation error
Linus Walleij
1
-0
/
+1
2013-12-20
ARM: s3c64xx: get rid of custom <mach/gpio.h>
Linus Walleij
1
-0
/
+3
2013-12-20
ARM: s3c24xx: get rid of custom <mach/gpio.h>
Linus Walleij
1
-0
/
+3
2013-12-20
gpio: sodaville: fix some error return code on error path
Wei Yongjun
1
-2
/
+6
2013-12-20
gpio: moxart: remove redundant dev_err call in moxart_gpio_probe()
Wei Yongjun
1
-4
/
+1
2013-12-20
gpio: moxart: add missing .owner to struct gpio_chip
Wei Yongjun
1
-0
/
+1
2013-12-20
gpio: add GPIO support for SMSC SCH311x
Bruno Randolf
3
-0
/
+441
[next]