开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
gpio
/
consumer.h
Age
Commit message (
Expand
)
Author
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-04
Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2017-03-15
gpio: return NULL from gpiod_get_optional when GPIOLIB is disabled
Dmitry Torokhov
2017-03-14
serial: st-asc: Use new GPIOD API to obtain RTS pin
Lee Jones
2017-02-21
gpio: reintroduce devm_get_gpiod_from_child()
Linus Walleij
2017-02-04
gpio: Add the devm_fwnode_get_index_gpiod_from_child() helper
Boris Brezillon
2017-02-04
gpio: Rename devm_get_gpiod_from_child()
Boris Brezillon
2017-01-26
gpio: Pass GPIO label down to gpiod_request
Alexander Stein
2017-01-26
gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO
Andy Shevchenko
2015-09-24
gpio: keep the GPIO line names internal
Linus Walleij
2015-09-24
gpio: Introduce gpio descriptor 'name'
Markus Pargmann
2015-07-06
gpio: make flags mandatory for gpiod_get functions
Uwe Kleine-König
2015-07-01
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
2015-06-01
gpiolib: rename gpiod_set_array to gpiod_set_array_value
Rojhalat Ibrahim
2015-05-25
gpiolib: Add missing dummies for the unified device properties interface
Geert Uytterhoeven
2015-05-12
gpio: remove gpiod_sysfs_set_active_low
Johan Hovold
2015-03-05
gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functions
Rojhalat Ibrahim
2015-03-05
gpiolib: add gpiod_get_array and gpiod_put_array functions
Rojhalat Ibrahim
2015-03-04
gpio: add parameter to allow the use named gpios
Olliver Schinagl
2015-01-15
gpio: Make the vararg hacks not pass magic values
Olliver Schinagl
2014-12-14
Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2014-11-28
gpio: remove const modifier from gpiod_get_direction()
Alexandre Courbot
2014-11-27
gpiolib: allow simultaneous setting of multiple GPIO outputs
Rojhalat Ibrahim
2014-11-04
gpio: Support for unified device properties interface
Mika Westerberg
2014-09-02
gpio: move varargs hack outside #ifdef GPIOLIB
Linus Walleij
2014-08-21
gpio: move GPIOD flags outside #ifdef
Linus Walleij
2014-07-28
gpio: add flags argument to gpiod_get*() functions
Alexandre Courbot
2014-05-16
gpio: include linux/bug.h in interface header
Arnd Bergmann
2014-05-09
gpio: Add helpers for optional GPIOs
Thierry Reding
2014-03-14
Merge tag 'v3.14-rc6' into devel
Linus Walleij
2014-02-12
gpiolib: add gpiochip_get_desc() driver function
Alexandre Courbot
2014-02-07
gpio: make gpiod_direction_output take a logical value
Philipp Zabel
2014-02-06
gpio: consumer.h: Move forward declarations outside #ifdef
Lars-Peter Clausen
2013-10-19
gpiolib: add gpiod_get() and gpiod_put() functions
Alexandre Courbot
2013-10-19
gpiolib: export descriptor-based GPIO interface
Alexandre Courbot