]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/driver-model/devres.txt
Merge tag 'edac_for_3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp...
[karo-tx-linux.git] / Documentation / driver-model / devres.txt
index 4f7897e99cba8a8fc7b5a33343825cfb94ce2d68..10b8c5d2c79701e9d33e1f8e31ba1339e056973f 100644 (file)
@@ -308,3 +308,10 @@ SLAVE DMA ENGINE
 
 SPI
   devm_spi_register_master()
+
+GPIO
+  devm_gpiod_get()
+  devm_gpiod_get_index()
+  devm_gpiod_get_optional()
+  devm_gpiod_get_index_optional()
+  devm_gpiod_put()