aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAge
* gpio: fix gpio leak in gpiochip_add error pathJohan Hovold2015-05-12
* gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()Rafael J. Wysocki2015-03-19
* gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-05
* gpiolib: define gpio suffixes globallyRojhalat Ibrahim2015-03-05
* gpio: add GPIO hogging mechanismBenoit Parrot2015-03-04
* Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2015-02-11
|\
| * gpio: use sizeof() instead of hardcoded valuesOlliver Schinagl2015-01-30
| * gpio: correctly use const char * constOlliver Schinagl2015-01-29
| * gpio:gpiolib: use static const char const * for a suffixes arrayOlliver Schinagl2015-01-15
* | gpio: unregister gpiochip device before removing itJohan Hovold2015-01-14
* | gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold2015-01-14
* | gpio: fix memory leak and sleep-while-atomicJohan Hovold2015-01-14
* | gpio: clean up gpiochip_add error handlingJohan Hovold2015-01-14
* | gpio: fix gpio-chip list corruptionJohan Hovold2015-01-14
* | gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold2015-01-14
|/
* Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-12-14
|\
| * gpio: fix deferred probe detection for legacy APIAlexandre Courbot2014-12-02
| * gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot2014-11-28
| * gpio: remove gpio_descs global arrayAlexandre Courbot2014-11-28
| * gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven2014-11-27
| * gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim2014-11-27
| * gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-28
* | gpio: Support for unified device properties interfaceMika Westerberg2014-11-04
* | gpio / ACPI: Add support for _DSD device propertiesMika Westerberg2014-11-04
|/
* Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-09
|\
| * gpio: handle also nested irqchips in the chained handler set-upLinus Walleij2014-09-26
| * gpio: set parent irq on chained handlersLinus Walleij2014-09-26
| * gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko2014-09-26
| * gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila2014-09-24
| * GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan2014-09-23
| * gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe2014-09-23
| * gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot2014-08-29
* | gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula2014-09-24
* | gpio: Fix gpio direction flags not getting setAdrian Hunter2014-09-24
|/
* gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot2014-07-28
* gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg2014-07-28
* gpio: split gpiod board registration into machine headerLinus Walleij2014-07-28
* gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck2014-07-24
* gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot2014-07-23
* gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-23
* gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot2014-07-23
* gpio: move integer GPIO support to its own fileAlexandre Courbot2014-07-09
* gpio: move sysfs support to its own fileAlexandre Courbot2014-07-09
* gpio: always compile label supportAlexandre Courbot2014-07-09
* gpio: of: Fix handling for deferred probe for -gpio suffixTony Lindgren2014-06-12
* gpio: Add helpers for optional GPIOsThierry Reding2014-05-09
* gpio: Fix gpio_get -> gpiod_get typo in kernel-docThierry Reding2014-05-02
* gpio: of: Allow -gpio suffix for property namesThierry Reding2014-04-28
* gpio: of: Remove unneeded dummy functionThierry Reding2014-04-28
* gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij2014-04-28