index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-23
Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
1
-0
/
+1
2014-07-23
gpio: move gpio_ensure_requested() into legacy C file
Alexandre Courbot
2
-125
/
+110
2014-07-23
gpio: remove gpiod_lock/unlock_as_irq()
Alexandre Courbot
4
-31
/
+21
2014-07-23
gpio: make gpiochip_get_desc() gpiolib-private
Alexandre Courbot
3
-2
/
+3
2014-07-23
gpio: simplify gpiochip_export()
Alexandre Courbot
1
-11
/
+9
2014-07-23
gpio: remove export of private of_get_named_gpio_flags()
Alexandre Courbot
1
-1
/
+0
2014-07-23
gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one functions
Guenter Roeck
1
-0
/
+3
2014-07-23
gpio: zynq: Clear pending interrupt when enabling a IRQ
Lars-Peter Clausen
1
-0
/
+43
2014-07-22
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
57
-242
/
+100
2014-07-19
gpio: samsung: Remove legacy support of S5PV210
Tomasz Figa
1
-240
/
+0
2014-07-15
Merge tag 'gpio-h-purge' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into next/cleanup
Olof Johansson
1
-3
/
+0
2014-07-15
gpio: rcar: Add support for DT IRQ flags
Laurent Pinchart
1
-0
/
+1
2014-07-13
gpio: samsung: remov s5pc100 related gpio codes
Kukjin Kim
1
-276
/
+0
2014-07-10
gpio: Add driver for Zynq GPIO controller
Harini Katakam
3
-0
/
+657
2014-07-09
gpiolib: of: Update debug messages for of_get_named_gpiod_flags
Tushar Behera
1
-3
/
+4
2014-07-09
gpio: move integer GPIO support to its own file
Alexandre Courbot
3
-105
/
+112
2014-07-09
gpio: move sysfs support to its own file
Alexandre Courbot
4
-907
/
+925
2014-07-09
gpio: always compile label support
Alexandre Courbot
1
-25
/
+2
2014-07-09
gpio: omap: Add an omap prefix to all functions
Javier Martinez Canillas
1
-131
/
+137
2014-07-09
gpio: omap: Remove unneeded include
Javier Martinez Canillas
1
-1
/
+0
2014-07-09
gpio: omap: Remove unnecessary lockdep class
Javier Martinez Canillas
1
-6
/
+0
2014-07-09
gpio: gpio-ucb1400.c: Cleaning up null pointer checks that could never happen
Rickard Strandqvist
1
-1
/
+1
2014-07-09
gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happen
Rickard Strandqvist
1
-1
/
+1
2014-07-09
gpio: vr41xx: fix up errorpath on probe()
Linus Walleij
1
-2
/
+6
2014-07-09
gpio: rcar: clamp returned value to [0,1]
Jürg Billeter
1
-2
/
+2
2014-07-08
gpio: samsung: remove s5p64x0 related gpio codes
Kukjin Kim
1
-446
/
+0
2014-07-07
gpio-pxa: gpio0 and gpio1 support on dt
Andrew Ruder
1
-0
/
+5
2014-07-05
gpio: mcp23s08: Eliminates redundant checking.
Michael Welling
1
-6
/
+0
2014-06-30
ARM: mach-s5p: get rid of all <mach/gpio.h> headers
Linus Walleij
1
-3
/
+0
2014-06-19
gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error
Lee Jones
1
-0
/
+1
2014-06-19
gpio: pxa: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-06-19
gpio: lpc32xx: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-06-19
gpio: intel-mid: switch to using gpiolib irqchip helpers
Linus Walleij
1
-61
/
+25
2014-06-19
gpio: stmpe: switch to use gpiolib irqchip helpers
Linus Walleij
2
-84
/
+28
2014-06-17
gpio: Add support for Intel Crystal Cove PMIC
Zhu, Lejun
3
-0
/
+393
2014-06-12
gpio: of: Fix handling for deferred probe for -gpio suffix
Tony Lindgren
1
-1
/
+1
2014-06-06
Merge tag 'mfd-for-linus-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next
Linus Torvalds
1
-13
/
+5
2014-06-03
Merge branches 'ib-from-asoc-3.16', 'ib-from-pm-3.16', 'ib-from-regulator-3.16', 'ib-mfd-gpio-3.16' and 'ib-mfd-mmc-memstick-3.16', tags 'ib-mfd-extcon-3.16', 'ib-mfd-omap-3.16' and 'ib-mfd-regulator-3.16' into ibs-for-mfd-merged
Lee Jones
1
-13
/
+5
2014-06-02
Merge tag 'gpio-v3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into next
Linus Torvalds
44
-646
/
+578
2014-05-29
gpio: select IRQ_DOMAIN for gpiolib irqchip helpers
Linus Walleij
1
-1
/
+2
2014-05-28
gpio: pca953x: use gpiolib irqchip helpers
Linus Walleij
2
-61
/
+33
2014-05-28
gpio: pcf857x: Add IRQF_SHARED when request irq
George Cherian
1
-1
/
+1
2014-05-28
gpio: pcf857x: Avoid calling irq_domain_cleanup twice
George Cherian
1
-4
/
+5
2014-05-28
gpio: mcp23s08: switch chip count to int
Linus Walleij
1
-1
/
+1
2014-05-27
gpio: dwapb: use a second irq chip
Sebastian Andrzej Siewior
1
-13
/
+22
2014-05-27
gpio: ep93xx: Use devm_ioremap_resource()
Jingoo Han
1
-1
/
+1
2014-05-27
gpio: mcp23s08: fixed count variable for devicetree probing
Michael Stickel
1
-1
/
+10
2014-05-27
gpio: Add run-time dependencies to R-Car driver
Jean Delvare
1
-1
/
+1
2014-05-27
gpio: pch: add slab include
Linus Walleij
1
-0
/
+1
2014-05-23
gpio / ACPI: use *_cansleep version of gpiod_get/set APIs
Aaron Lu
1
-2
/
+3
[prev]
[next]