summaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/consumer.h
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: Replace unsigned by unsigned intAndy Shevchenko2020-11-161-2/+2
* gpiolib: Introduce gpiod_set_config()Geert Uytterhoeven2020-03-271-0/+8
* gpio: Avoid kernel.h inclusion where it's possibleAndy Shevchenko2020-02-101-1/+4
* gpio: add gpiod_toggle_active_low()Michał Mirosław2019-12-181-0/+7
* gpiolib: introduce fwnode_gpiod_get_index()Dmitry Torokhov2019-10-031-0/+13
* gpiolib: introduce devm_fwnode_gpiod_get_index()Dmitry Torokhov2019-10-031-10/+31
* Merge tag 'v5.3-rc7' into develLinus Walleij2019-09-051-32/+32
|\
| * gpio: don't WARN() on NULL descs if gpiolib is disabledBartosz Golaszewski2019-07-281-32/+32
* | gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.hAndy Shevchenko2019-07-311-0/+57
* | gpiolib: of: Reshuffle contents of consumer.h for new library layoutAndy Shevchenko2019-07-311-30/+48
|/
* 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