summaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/consumer.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-281-3/+5
|\
| * gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIBKrzysztof Kozlowski2018-12-141-1/+1
| * gpiolib: Fix possible use after free on labelMuchun Song2018-11-051-2/+4
* | gpio: Add devm_gpiod_unhinge()Linus Walleij2018-12-111-0/+10
* | gpio: Export gpiod_get_from_of_node()Linus Walleij2018-12-111-0/+13
|/
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-25/+54
|\
| * gpio: Restore indentation of continued linesGeert Uytterhoeven2018-10-011-9/+9
| * gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven2018-10-011-13/+15
| * gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-131-0/+16
| * gpiolib: Identify arrays matching GPIO hardwareJanusz Krzysztofik2018-09-131-0/+9
| * gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-16/+18
* | regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij2018-10-121-0/+1
|/
* gpiolib: Use GPIOD_OUT_{LOW,HIGH} macros in open drain onesAndy Shevchenko2018-07-301-5/+2
* gpio: Add API to explicitly name a consumerLinus Walleij2018-06-181-0/+7
* gpio: Remove VLA from gpiolibLaura Abbott2018-05-231-4/+6
* gpio: Export devm_gpiod_get_from_of_node() for consumersLinus Walleij2018-01-121-0/+17
* gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery2017-12-021-0/+8
* Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-141-0/+6
|\
| * gpio: Make it possible for consumers to enforce open drainLinus Walleij2017-10-301-0/+6
* | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-0/+43
|\ \
| * | gpio: Introduce ->get_multiple callbackLukas Wunner2017-10-191-0/+43
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-05-041-6/+6
|\
| * gpio: return NULL from gpiod_get_optional when GPIOLIB is disabledDmitry Torokhov2017-03-151-6/+6
* | serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones2017-03-141-16/+0
|/
* gpio: reintroduce devm_get_gpiod_from_child()Linus Walleij2017-02-211-0/+17
* gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon2017-02-041-10/+21
* gpio: Rename devm_get_gpiod_from_child()Boris Brezillon2017-02-041-10/+10
* gpio: Pass GPIO label down to gpiod_requestAlexander Stein2017-01-261-4/+8
* gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko2017-01-261-6/+13
* gpio: keep the GPIO line names internalLinus Walleij2015-09-241-6/+0
* gpio: Introduce gpio descriptor 'name'Markus Pargmann2015-09-241-0/+7
* gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König2015-07-061-59/+23
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-07-011-0/+15
|\
| * gpiolib: Add missing dummies for the unified device properties interfaceGeert Uytterhoeven2015-05-251-0/+15
* | gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim2015-06-011-18/+19
* | gpio: remove gpiod_sysfs_set_active_lowJohan Hovold2015-05-121-6/+0
|/
* gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+30
* gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+46
* gpio: add parameter to allow the use named gpiosOlliver Schinagl2015-03-041-0/+1
* gpio: Make the vararg hacks not pass magic valuesOlliver Schinagl2015-01-151-8/+9
* Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-12-141-1/+39
|\
| * gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot2014-11-281-1/+1
| * gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim2014-11-271-0/+38
* | gpio: Support for unified device properties interfaceMika Westerberg2014-11-041-0/+7
|/
* gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij2014-09-021-45/+60
* gpio: move GPIOD flags outside #ifdefLinus Walleij2014-08-211-2/+2
* gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot2014-07-281-16/+65
* gpio: include linux/bug.h in interface headerArnd Bergmann2014-05-161-0/+1
* gpio: Add helpers for optional GPIOsThierry Reding2014-05-091-0/+40