summaryrefslogtreecommitdiff
path: root/include/linux/gpio/consumer.h
AgeCommit message (Expand)Author
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-12-14gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski
2018-12-11gpio: Add devm_gpiod_unhinge()Linus Walleij
2018-12-11gpio: Export gpiod_get_from_of_node()Linus Walleij
2018-11-05gpiolib: Fix possible use after free on labelMuchun Song
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik
2018-09-13gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik
2018-07-30gpiolib: Use GPIOD_OUT_{LOW,HIGH} macros in open drain onesAndy Shevchenko
2018-06-18gpio: Add API to explicitly name a consumerLinus Walleij
2018-05-23gpio: Remove VLA from gpiolibLaura Abbott
2018-01-12gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30gpio: Make it possible for consumers to enforce open drainLinus Walleij
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-03-15gpio: return NULL from gpiod_get_optional when GPIOLIB is disabledDmitry Torokhov
2017-03-14serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones
2017-02-21gpio: reintroduce devm_get_gpiod_from_child()Linus Walleij
2017-02-04gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon
2017-02-04gpio: Rename devm_get_gpiod_from_child()Boris Brezillon
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko
2015-09-24gpio: keep the GPIO line names internalLinus Walleij
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann
2015-07-06gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim
2015-05-25gpiolib: Add missing dummies for the unified device properties interfaceGeert Uytterhoeven
2015-05-12gpio: remove gpiod_sysfs_set_active_lowJohan Hovold
2015-03-05gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim
2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim
2015-03-04gpio: add parameter to allow the use named gpiosOlliver Schinagl
2015-01-15gpio: Make the vararg hacks not pass magic valuesOlliver Schinagl
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim
2014-11-04gpio: Support for unified device properties interfaceMika Westerberg
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij
2014-08-21gpio: move GPIOD flags outside #ifdefLinus Walleij
2014-07-28gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot
2014-05-16gpio: include linux/bug.h in interface headerArnd Bergmann
2014-05-09gpio: Add helpers for optional GPIOsThierry Reding