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
2015-11-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2015-11-01
gpio: fix up SPI submenu
Linus Walleij
1
-16
/
+18
2015-11-01
gpio: drop surplus I2C dependencies
Linus Walleij
1
-6
/
+1
2015-11-01
gpio: drop surplus X86 dependencies
Linus Walleij
1
-5
/
+2
2015-10-31
gpio / ACPI: Allow shared GPIO event to be read via operation region
Mika Westerberg
1
-1
/
+20
2015-10-31
gpio: group port-mapped I/O drivers in a menu
Linus Walleij
1
-77
/
+78
2015-10-27
gpio: xilinx: Drop architecture dependencies
Soren Brinkmann
1
-1
/
+1
2015-10-27
gpio: generic: Revert to old error handling in bgpio_map
Guenter Roeck
1
-1
/
+1
2015-10-27
gpio: Add GPIO support for the ACCES 104-IDIO-16
William Breathitt Gray
3
-0
/
+227
2015-10-26
gpio: driver for AMD Promontory
YD Tseng
3
-0
/
+269
2015-10-22
gpio: xlp: Convert to use gpiolib irqchip helpers
Kamlakant Patel
2
-11
/
+12
2015-10-19
gpio/xilinx: enable for MIPS
Zubair Lutfullah Kakakhel
1
-1
/
+1
2015-10-16
gpiolib: Add and use OF_GPIO_SINGLE_ENDED flag
Laurent Pinchart
1
-2
/
+18
2015-10-16
gpiolib: Split GPIO flags parsing and GPIO configuration
Laurent Pinchart
2
-20
/
+40
2015-10-16
gpio: pl061: use the generic request/free implementations
Jonas Gorski
1
-28
/
+4
2015-10-16
gpio: gpio-xz: use the generic request/free implementations
Jonas Gorski
1
-24
/
+4
2015-10-16
gpio: replace trivial implementations of request/free with generic one
Jonas Gorski
6
-72
/
+12
2015-10-16
gpiolib: provide generic request/free implementations
Jonas Gorski
1
-0
/
+23
2015-10-16
gpio: omap: fix static checker warning
Grygorii Strashko
1
-1
/
+1
2015-10-15
gpio: pl061: assign the apropriate handler for irqs
Linus Walleij
1
-5
/
+25
2015-10-15
gpio: pl061: returning with lock held in pl061_irq_type()
Dan Carpenter
1
-6
/
+7
2015-10-13
irqdomain: Use irq_domain_get_of_node() instead of direct field access
Marc Zyngier
1
-1
/
+1
2015-10-05
Revert "gpio-sysfs: Use gpio descriptor name instead of gpiochip names array"
Linus Walleij
1
-1
/
+7
2015-10-05
gpio: pca953x: support ACPI devices found on Galileo Gen2
Andy Shevchenko
1
-1
/
+20
2015-10-05
gpio: pca953x: store driver_data for future use
Andy Shevchenko
1
-7
/
+10
2015-10-05
gpio: generic: use error pointers
Heiner Kallweit
1
-35
/
+21
2015-10-05
gpio: generic: modernize remapping
Heiner Kallweit
1
-11
/
+3
2015-10-05
gpio: generic: improve error handling in bgpio_map
Heiner Kallweit
1
-3
/
+5
2015-10-02
gpio: pca953x: Add TI TCA9539 support
Thierry Reding
1
-0
/
+1
2015-10-02
gpio: max730x: eliminate double free
Julia Lawall
1
-1
/
+0
2015-10-02
gpio: omap: convert to use generic irq handler
Grygorii Strashko
1
-28
/
+27
2015-10-02
gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlock
Grygorii Strashko
1
-10
/
+15
2015-10-02
gpio: add GPIO support for IT87xx, replacing gpio-it8761e
Diego Elio Pettenò
4
-235
/
+422
2015-10-02
gpio: gpiolib: don't compare an unsigned for >= 0
Dirk Behme
1
-3
/
+1
2015-10-02
gpio: arizona: add support for WM8998 and WM1814
Richard Fitzgerald
1
-0
/
+2
2015-10-02
gpio: Fix error checking in the function device_pca957x_init
Nicholas Krause
1
-2
/
+6
2015-10-02
gpio: ath79: Convert to the state container design pattern
Alban Bedel
1
-59
/
+60
2015-10-02
gpio: msm: Remove unused driver
Stephen Boyd
3
-462
/
+0
2015-10-02
gpio: zynq: use container_of() to get state container
Linus Walleij
1
-10
/
+22
2015-10-02
gpio: vf610: use container_of() to get state container
Linus Walleij
1
-10
/
+19
2015-10-02
gpio: sx150x: use container_of() to get state container
Linus Walleij
1
-17
/
+14
2015-10-02
gpio: altera: use container_of() to get state container
Linus Walleij
1
-5
/
+10
2015-10-02
gpio: etraxfs: use container_of() to get state container
Linus Walleij
1
-6
/
+17
2015-10-02
gpio: pl061: detail IRQ trigger handling
Linus Walleij
1
-8
/
+47
2015-09-24
gpio: keep the GPIO line names internal
Linus Walleij
1
-37
/
+35
2015-09-24
gpiolib: Add gpio name information to /sys/kernel/debug/gpio
Markus Pargmann
1
-3
/
+8
2015-09-24
gpio-sysfs: Use gpio descriptor name instead of gpiochip names array
Markus Pargmann
1
-7
/
+1
2015-09-24
gpiolib: Use GPIO name from names array for gpio descriptor
Markus Pargmann
1
-0
/
+37
2015-09-24
gpio: Introduce gpio descriptor 'name'
Markus Pargmann
2
-0
/
+35
2015-09-24
gpiolib-of: Rename gpio_hog functions to be generic
Markus Pargmann
1
-10
/
+10
[next]