summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2015-01-30gpio: use sizeof() instead of hardcoded valuesOlliver Schinagl
2015-01-29gpio: correctly use const char * constOlliver Schinagl
2015-01-15gpio:gpiolib: use static const char const * for a suffixes arrayOlliver Schinagl
2015-01-14gpio: unregister gpiochip device before removing itJohan Hovold
2015-01-14gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold
2015-01-14gpio: fix memory leak and sleep-while-atomicJohan Hovold
2015-01-14gpio: clean up gpiochip_add error handlingJohan Hovold
2015-01-14gpio: fix gpio-chip list corruptionJohan Hovold
2015-01-14gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-12-02gpio: fix deferred probe detection for legacy APIAlexandre Courbot
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot
2014-11-28gpio: remove gpio_descs global arrayAlexandre Courbot
2014-11-27gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim
2014-11-04gpio: Support for unified device properties interfaceMika Westerberg
2014-11-04gpio / ACPI: Add support for _DSD device propertiesMika Westerberg
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij
2014-09-26gpio: set parent irq on chained handlersLinus Walleij
2014-09-26gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko
2014-09-24gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila
2014-09-24gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula
2014-09-24gpio: Fix gpio direction flags not getting setAdrian Hunter
2014-09-23GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe
2014-08-29gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot
2014-07-28gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot
2014-07-28gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg
2014-07-28gpio: split gpiod board registration into machine headerLinus Walleij
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot
2014-07-09gpio: move integer GPIO support to its own fileAlexandre Courbot
2014-07-09gpio: move sysfs support to its own fileAlexandre Courbot
2014-07-09gpio: always compile label supportAlexandre Courbot
2014-06-12gpio: of: Fix handling for deferred probe for -gpio suffixTony Lindgren
2014-05-09gpio: Add helpers for optional GPIOsThierry Reding
2014-05-02gpio: Fix gpio_get -> gpiod_get typo in kernel-docThierry Reding
2014-04-28gpio: of: Allow -gpio suffix for property namesThierry Reding
2014-04-28gpio: of: Remove unneeded dummy functionThierry Reding
2014-04-28gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij
2014-04-28gpio: put GPIO IRQs into their own lock classLinus Walleij
2014-04-28gpio: support threaded interrupts in irqchip helpersLinus Walleij
2014-04-14gpio: set data first, then chip and handlerLinus Walleij
2014-03-28gpio: unmap gpio irqs properlyLinus Walleij
2014-03-26gpio: add IRQ chip helpers in gpiolibLinus Walleij