index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-24
gpio: davinci: Use signed type for 'irq' variable
Alexander Shiyan
1
-1
/
+2
2014-02-24
gpio: omap: Use devm_ioremap_resource()
Jingoo Han
1
-17
/
+3
2014-02-24
gpio: pl061: Use devm_ioremap_resource()
Jingoo Han
1
-12
/
+3
2014-02-13
gpio: pca953x: Fix gpio_base may not default to -1
Aaron Sierra
1
-1
/
+2
2014-02-13
gpio: pca953x: Add Exar XRA1202
Aaron Sierra
2
-1
/
+4
2014-02-13
gpio: pca953x: Add NXP PCA9698
Aaron Sierra
2
-2
/
+4
2014-02-13
gpio: pca953x: Add devices to Kconfig help
Aaron Sierra
2
-1
/
+5
2014-02-13
gpio: adp5588 - add support for gpio names
Jean-Francois Dagenais
1
-0
/
+1
2014-02-13
gpio: adp5588: get value from data out when dir is out
Jean-Francois Dagenais
1
-2
/
+13
2014-02-12
gpiolib: ACPI: remove gpio_to_desc() usage
Alexandre Courbot
1
-1
/
+1
2014-02-12
gpiolib: add gpiochip_get_desc() driver function
Alexandre Courbot
1
-8
/
+9
2014-02-12
GPIO: gpiolib: correct description of gpiod_direction_output
Rahul Bedarkar
1
-1
/
+1
2014-02-12
gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibility
Thomas Petazzoni
1
-0
/
+7
2014-02-12
gpio: ich: Add output levels cache support
Vincent Donnefort
1
-2
/
+19
2014-02-12
gpio: ich: Add support for multiple register addresses
Vincent Donnefort
1
-12
/
+31
2014-02-12
gpio: ich: Add blink capability option
Vincent Donnefort
1
-1
/
+9
2014-02-07
gpio: make gpiod_direction_output take a logical value
Philipp Zabel
1
-19
/
+48
2014-02-06
gpio: generic: clamp retured value to [0,1]
Linus Walleij
1
-1
/
+1
2014-02-06
gpio: clps711x: Add missing .owner to struct gpio_chip
Axel Lin
1
-0
/
+1
2014-02-06
gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP
Axel Lin
1
-1
/
+1
2014-02-06
gpio: generic: Add label to platform data
Pawel Moll
1
-0
/
+2
2014-02-06
gpio: bcm281xx: Use "unsigned gpio" consistently throughout the code
Markus Mayer
1
-4
/
+4
2014-02-06
gpio: gpiolib-of: Use PTR_ERR_OR_ZERO
Sachin Kamat
1
-1
/
+2
2014-02-06
gpio: bcm281xx: Centralize register locking
Markus Mayer
1
-33
/
+49
2014-02-06
gpio: bcm281xx: Fix parameter name for GPIO_CONTROL macro
Markus Mayer
1
-1
/
+4
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: intel-mid: comments cleanup
David Cohen
1
-6
/
+2
2014-02-03
gpio: pl061: remove confusing naming
Linus Walleij
1
-3
/
+2
2014-02-03
gpio: pl061: refactor type setting
Linus Walleij
1
-12
/
+14
2014-02-03
gpio: pl061: lock IRQs when starting them
Linus Walleij
1
-0
/
+22
2014-02-03
gpio: pl061: proper error messages
Linus Walleij
1
-5
/
+17
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
[prev]
[next]