]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
gpio: Add missing device-managed documentation
authorThierry Reding <treding@nvidia.com>
Fri, 25 Apr 2014 15:10:05 +0000 (17:10 +0200)
committerLinus 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

index 4f7897e99cba8a8fc7b5a33343825cfb94ce2d68..8ff1167cfedf9562cbb7f5c69588d935e654e034 100644 (file)
@@ -308,3 +308,8 @@ SLAVE DMA ENGINE
 
 SPI
   devm_spi_register_master()
+
+GPIO
+  devm_gpiod_get()
+  devm_gpiod_get_index()
+  devm_gpiod_put()