gpio: Add missing device-managed documentation
authorThierry Reding <treding@nvidia.com>
Fri, 25 Apr 2014 15:10:05 +0000 (17:10 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 5 Dec 2014 04:19:23 +0000 (13:19 +0900)
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>
(cherry picked from commit f9748ef13b6a7dfe9fe9bcae8b3a8cbc10c1e188)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Documentation/driver-model/devres.txt

index 4f7897e..8ff1167 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()