projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0879162
)
gpio: Add missing device-managed documentation
author
Thierry Reding
<treding@nvidia.com>
Fri, 25 Apr 2014 15:10:05 +0000
(17:10 +0200)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 2 May 2014 22:19:20 +0000
(15:19 -0700)
Add the GPIO-related device-managed functions to the list of functions
in Documentation/driver-model/devres.txt.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/driver-model/devres.txt
patch
|
blob
|
history
diff --git
a/Documentation/driver-model/devres.txt
b/Documentation/driver-model/devres.txt
index
4f7897e
..
8ff1167
100644
(file)
--- a/
Documentation/driver-model/devres.txt
+++ b/
Documentation/driver-model/devres.txt
@@
-308,3
+308,8
@@
SLAVE DMA ENGINE
SPI
devm_spi_register_master()
+
+GPIO
+ devm_gpiod_get()
+ devm_gpiod_get_index()
+ devm_gpiod_put()