summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpio: zynq: Mask non-wakeup GPIO interrupts on suspendEzra Savard2014-09-041-1/+3
* gpio: zynq: Take bank offset into account when reporting a IRQLars-Peter Clausen2014-09-031-1/+9
* gpio: adnp: switch to use irqchip helpersLinus Walleij2014-09-022-108/+48
* gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot2014-08-292-21/+17
* gpio: acpi: normalize use of gpiochip_get_desc()Alexandre Courbot2014-08-291-8/+14
* gpio: zynq: Reduce level of indention in zynq_gpio_irqhandler()Lars-Peter Clausen2014-08-291-12/+19
* gpio: zynq: Remove .owner field for driverMichal Simek2014-08-291-1/+0
* gpio: Add APM X-Gene SoC GPIO controller supportFeng Kan2014-08-283-0/+260
* gpio: pca953x: Drop deprecated DT bindingsMarkus Pargmann2014-08-281-51/+3
* gpio-lynxpoint: enable input sensing in resumeMathias Nyman2014-08-211-0/+18
* gpio: delete unneeded test before of_node_putJulia Lawall2014-08-171-3/+1
* gpio: zynq: Fix IRQ handlersLars-Peter Clausen2014-08-171-8/+28
* gpiolib: devres: use correct structure type name in sizeofJulia Lawall2014-08-171-1/+1
* Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-08-0972-1835/+2203
|\
| * gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot2014-07-282-37/+70
| * gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg2014-07-283-10/+41
| * gpio: lynxpoint: Convert to use gpiolib irqchipMika Westerberg2014-07-282-69/+26
| * gpio: split gpiod board registration into machine headerLinus Walleij2014-07-281-0/+1
| * gpio: remove gpio_ensure_requested()Alexandre Courbot2014-07-241-106/+0
| * gpio: remove useless check in gpiolib_sysfs_init()Alexandre Courbot2014-07-241-1/+1
| * gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck2014-07-242-3/+2
| * gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot2014-07-232-125/+110
| * gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-234-31/+21
| * gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot2014-07-233-2/+3
| * gpio: simplify gpiochip_export()Alexandre Courbot2014-07-231-11/+9
| * gpio: remove export of private of_get_named_gpio_flags()Alexandre Courbot2014-07-231-1/+0
| * gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one functionsGuenter Roeck2014-07-231-0/+3
| * gpio: zynq: Clear pending interrupt when enabling a IRQLars-Peter Clausen2014-07-231-0/+43
| * gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-2257-242/+100
| * gpio: Add driver for Zynq GPIO controllerHarini Katakam2014-07-103-0/+657
| * gpiolib: of: Update debug messages for of_get_named_gpiod_flagsTushar Behera2014-07-091-3/+4
| * gpio: move integer GPIO support to its own fileAlexandre Courbot2014-07-093-105/+112
| * gpio: move sysfs support to its own fileAlexandre Courbot2014-07-094-907/+925
| * gpio: always compile label supportAlexandre Courbot2014-07-091-25/+2
| * gpio: omap: Add an omap prefix to all functionsJavier Martinez Canillas2014-07-091-131/+137
| * gpio: omap: Remove unneeded includeJavier Martinez Canillas2014-07-091-1/+0
| * gpio: omap: Remove unnecessary lockdep classJavier Martinez Canillas2014-07-091-6/+0
| * gpio: gpio-ucb1400.c: Cleaning up null pointer checks that could never happenRickard Strandqvist2014-07-091-1/+1
| * gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happenRickard Strandqvist2014-07-091-1/+1
| * gpio: vr41xx: fix up errorpath on probe()Linus Walleij2014-07-091-2/+6
| * gpio: rcar: clamp returned value to [0,1]Jürg Billeter2014-07-091-2/+2
| * gpio-pxa: gpio0 and gpio1 support on dtAndrew Ruder2014-07-071-0/+5
| * gpio: pxa: Make of_device_id array constJingoo Han2014-06-191-1/+1
| * gpio: lpc32xx: Make of_device_id array constJingoo Han2014-06-191-1/+1
| * gpio: intel-mid: switch to using gpiolib irqchip helpersLinus Walleij2014-06-191-61/+25
| * gpio: stmpe: switch to use gpiolib irqchip helpersLinus Walleij2014-06-192-84/+28
* | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-081-240/+0
|\ \
| * \ Merge branch 'cleanup/gpio-header-removal' into next/socArnd Bergmann2014-07-261-3/+0
| |\ \
| * \ \ Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Arnd Bergmann2014-07-261-240/+0
| |\ \ \
| | * | | gpio: samsung: Remove legacy support of S5PV210Tomasz Figa2014-07-181-240/+0