summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-1835/+2203
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds-240/+0
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-725/+0
2014-08-07Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+394
2014-07-28gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot-37/+70
2014-07-28gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg-10/+41
2014-07-28gpio: lynxpoint: Convert to use gpiolib irqchipMika Westerberg-69/+26
2014-07-28gpio: split gpiod board registration into machine headerLinus Walleij-0/+1
2014-07-26Merge branch 'cleanup/gpio-header-removal' into next/socArnd Bergmann-3/+0
2014-07-26Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Arnd Bergmann-240/+0
2014-07-26Merge branches 'samsung/cleanup' and 'samsung/s5p-cleanup-v2', tag 'v3.16-rc6...Arnd Bergmann-728/+0
2014-07-24gpio: remove gpio_ensure_requested()Alexandre Courbot-106/+0
2014-07-24gpio: remove useless check in gpiolib_sysfs_init()Alexandre Courbot-1/+1
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck-3/+2
2014-07-23Merge tag 'pinctrl-v3.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot-125/+110
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot-31/+21
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot-2/+3
2014-07-23gpio: simplify gpiochip_export()Alexandre Courbot-11/+9
2014-07-23gpio: remove export of private of_get_named_gpio_flags()Alexandre Courbot-1/+0
2014-07-23gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one functionsGuenter Roeck-0/+3
2014-07-23gpio: zynq: Clear pending interrupt when enabling a IRQLars-Peter Clausen-0/+43
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe-242/+100
2014-07-19gpio: samsung: Remove legacy support of S5PV210Tomasz Figa-240/+0
2014-07-15Merge tag 'gpio-h-purge' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Olof Johansson-3/+0
2014-07-15gpio: rcar: Add support for DT IRQ flagsLaurent Pinchart-0/+1
2014-07-13gpio: samsung: remov s5pc100 related gpio codesKukjin Kim-276/+0
2014-07-10gpio: Add driver for Zynq GPIO controllerHarini Katakam-0/+657
2014-07-09gpiolib: of: Update debug messages for of_get_named_gpiod_flagsTushar Behera-3/+4
2014-07-09gpio: move integer GPIO support to its own fileAlexandre Courbot-105/+112
2014-07-09gpio: move sysfs support to its own fileAlexandre Courbot-907/+925
2014-07-09gpio: always compile label supportAlexandre Courbot-25/+2
2014-07-09gpio: omap: Add an omap prefix to all functionsJavier Martinez Canillas-131/+137
2014-07-09gpio: omap: Remove unneeded includeJavier Martinez Canillas-1/+0
2014-07-09gpio: omap: Remove unnecessary lockdep classJavier Martinez Canillas-6/+0
2014-07-09gpio: gpio-ucb1400.c: Cleaning up null pointer checks that could never happenRickard Strandqvist-1/+1
2014-07-09gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happenRickard Strandqvist-1/+1
2014-07-09gpio: vr41xx: fix up errorpath on probe()Linus Walleij-2/+6
2014-07-09gpio: rcar: clamp returned value to [0,1]Jürg Billeter-2/+2
2014-07-08gpio: samsung: remove s5p64x0 related gpio codesKukjin Kim-446/+0
2014-07-07gpio-pxa: gpio0 and gpio1 support on dtAndrew Ruder-0/+5
2014-07-05gpio: mcp23s08: Eliminates redundant checking.Michael Welling-6/+0
2014-06-30ARM: mach-s5p: get rid of all <mach/gpio.h> headersLinus Walleij-3/+0
2014-06-19gpio: crystalcove: Fix implicit declaration of function 'seq_printf' errorLee Jones-0/+1
2014-06-19gpio: pxa: Make of_device_id array constJingoo Han-1/+1
2014-06-19gpio: lpc32xx: Make of_device_id array constJingoo Han-1/+1
2014-06-19gpio: intel-mid: switch to using gpiolib irqchip helpersLinus Walleij-61/+25
2014-06-19gpio: stmpe: switch to use gpiolib irqchip helpersLinus Walleij-84/+28
2014-06-17gpio: Add support for Intel Crystal Cove PMICZhu, Lejun-0/+393
2014-06-12gpio: of: Fix handling for deferred probe for -gpio suffixTony Lindgren-1/+1