aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio/consumer.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+6
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+43
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30gpio: Make it possible for consumers to enforce open drainLinus Walleij1-0/+6
2017-10-19gpio: Introduce ->get_multiple callbackLukas Wunner1-0/+43
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-6/+6
2017-03-15gpio: return NULL from gpiod_get_optional when GPIOLIB is disabledDmitry Torokhov1-6/+6
2017-03-14serial: st-asc: Use new GPIOD API to obtain RTS pinLee Jones1-16/+0
2017-02-21gpio: reintroduce devm_get_gpiod_from_child()Linus Walleij1-0/+17
2017-02-04gpio: Add the devm_fwnode_get_index_gpiod_from_child() helperBoris Brezillon1-10/+21
2017-02-04gpio: Rename devm_get_gpiod_from_child()Boris Brezillon1-10/+10
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein1-4/+8
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko1-6/+13
2015-09-24gpio: keep the GPIO line names internalLinus Walleij1-6/+0
2015-09-24gpio: Introduce gpio descriptor 'name'Markus Pargmann1-0/+7
2015-07-06gpio: make flags mandatory for gpiod_get functionsUwe Kleine-König1-59/+23
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-0/+15
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueRojhalat Ibrahim1-18/+19
2015-05-25gpiolib: Add missing dummies for the unified device properties interfaceGeert Uytterhoeven1-0/+15
2015-05-12gpio: remove gpiod_sysfs_set_active_lowJohan Hovold1-6/+0
2015-03-05gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim1-0/+30
2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim1-0/+46
2015-03-04gpio: add parameter to allow the use named gpiosOlliver Schinagl1-0/+1
2015-01-15gpio: Make the vararg hacks not pass magic valuesOlliver Schinagl1-8/+9
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+39
2014-11-28gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot1-1/+1
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim1-0/+38
2014-11-04gpio: Support for unified device properties interfaceMika Westerberg1-0/+7
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij1-45/+60
2014-08-21gpio: move GPIOD flags outside #ifdefLinus Walleij1-2/+2
2014-07-28gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot1-16/+65
2014-05-16gpio: include linux/bug.h in interface headerArnd Bergmann1-0/+1
2014-05-09gpio: Add helpers for optional GPIOsThierry Reding1-0/+40
2014-03-14Merge tag 'v3.14-rc6' into develLinus Walleij1-2/+2
2014-02-12gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot1-8/+0
2014-02-07gpio: make gpiod_direction_output take a logical valuePhilipp Zabel1-0/+7
2014-02-06gpio: consumer.h: Move forward declarations outside #ifdefLars-Peter Clausen1-2/+2
2013-10-19gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot1-0/+15
2013-10-19gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot1-0/+238