aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin1-2/+2
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-49/+63
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer1-10/+7
2015-06-10gpio: improve error reporting on own descriptorsLinus Walleij1-2/+4
2015-06-10gpio: promote own request failure to pr_err()Linus Walleij1-2/+2
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim1-25/+29
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin1-5/+5
2015-05-13gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov1-0/+7
2015-05-12gpio: fix gpio leak in gpiochip_add error pathJohan Hovold1-4/+6
2015-05-12gpio: sysfs: rename gpiochip registration functionsJohan Hovold1-2/+2
2015-05-12gpio: clean up gpiochip_removeJohan Hovold1-5/+9
2015-03-19gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()Rafael J. Wysocki1-7/+9
2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim1-0/+145
2015-03-05gpiolib: define gpio suffixes globallyRojhalat Ibrahim1-8/+6
2015-03-04gpio: add GPIO hogging mechanismBenoit Parrot1-19/+105
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+5
2015-01-30gpio: use sizeof() instead of hardcoded valuesOlliver Schinagl1-2/+4
2015-01-29gpio: correctly use const char * constOlliver Schinagl1-1/+1
2015-01-15gpio:gpiolib: use static const char const * for a suffixes arrayOlliver Schinagl1-1/+1
2015-01-14gpio: unregister gpiochip device before removing itJohan Hovold1-1/+2
2015-01-14gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold1-3/+1
2015-01-14gpio: fix memory leak and sleep-while-atomicJohan Hovold1-1/+2
2015-01-14gpio: clean up gpiochip_add error handlingJohan Hovold1-21/+17
2015-01-14gpio: fix gpio-chip list corruptionJohan Hovold1-7/+10
2015-01-14gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold1-4/+7
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-29/+212
2014-12-02gpio: fix deferred probe detection for legacy APIAlexandre Courbot1-1/+3
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot1-5/+3
2014-11-28gpio: remove gpio_descs global arrayAlexandre Courbot1-16/+31
2014-11-27gpio: Check if base is positive before calling gpio_is_valid()Geert Uytterhoeven1-2/+2
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim1-0/+168
2014-11-04gpio: Support for unified device properties interfaceMika Westerberg1-0/+55
2014-11-04gpio / ACPI: Add support for _DSD device propertiesMika Westerberg1-4/+26
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-8/+8
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-36/+54
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij1-15/+19
2014-09-26gpio: set parent irq on chained handlersLinus Walleij1-0/+13
2014-09-26gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko1-1/+2
2014-09-24gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila1-1/+1
2014-09-24gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula1-1/+1
2014-09-24gpio: Fix gpio direction flags not getting setAdrian Hunter1-1/+1
2014-09-23GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan1-1/+1
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe1-17/+7
2014-08-29gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot1-4/+14
2014-07-28gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot1-21/+46
2014-07-28gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg1-0/+4
2014-07-28gpio: split gpiod board registration into machine headerLinus Walleij1-0/+1
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck1-0/+2
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot1-125/+4