summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2015-09-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-08-17gpiolib: irqchip: use different lockdep class for each gpio irqchipGrygorii Strashko
2015-08-03gpio: don't override irq_*_resources() callbacksRabin Vincent
2015-07-28gpio: defer probe if pinctrl cannot be foundTomeu Vizoso
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-07-27gpio: remove unneeded initializer in gpiochip_add_to_list()Masahiro Yamada
2015-07-21gpiolib: Add support for removing registered consumer lookup tableShobhit Kumar
2015-07-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij
2015-07-17Merge tag 'gpiod-flags-for-4.3' of git://git.pengutronix.de/git/ukl/linux int...Linus Walleij
2015-07-16gpiolib: assign chip owner to dev->driver->owner if not setGrygorii Strashko
2015-07-16gpiolib: irqchip: prevent driver unloading if gpio is used as irq onlyGrygorii Strashko
2015-07-16gpiolib: Fix docs for gpiochip_add_pingroup_rangeTomeu Vizoso
2015-07-14gpiolib: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-07-06gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2015-06-16gpio: Fix checkpatch.pl issuesDaniel Lockyer
2015-06-10gpio: improve error reporting on own descriptorsLinus Walleij
2015-06-10gpio: promote own request failure to pr_err()Linus Walleij
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim
2015-05-19Drivers: gpio: Fix spelling errorsColin Cronin
2015-05-13gpiolib: cleanup chained handler and dataDmitry Eremin-Solenikov
2015-05-12gpio: fix gpio leak in gpiochip_add error pathJohan Hovold
2015-05-12gpio: sysfs: rename gpiochip registration functionsJohan Hovold
2015-05-12gpio: clean up gpiochip_removeJohan Hovold
2015-03-19gpio / ACPI: Avoid unnecessary checks in __gpiod_get_index()Rafael J. Wysocki
2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim
2015-03-05gpiolib: define gpio suffixes globallyRojhalat Ibrahim
2015-03-04gpio: add GPIO hogging mechanismBenoit Parrot
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