]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/driver-model/devres.txt
ARM: dts: add support for TX6S with LVDS output
[karo-tx-linux.git] / Documentation / driver-model / devres.txt
index c74e04494ade32bd60b0cef1aafe725352afb0ca..1525e30483fda44188d22b22548dd5d3068fe8e6 100644 (file)
@@ -236,6 +236,9 @@ certainly invest a bit more effort into libata core layer).
 MEM
   devm_kzalloc()
   devm_kfree()
+  devm_kmemdup()
+  devm_get_free_pages()
+  devm_free_pages()
 
 IIO
   devm_iio_device_alloc()
@@ -309,6 +312,13 @@ 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()
+
 MDIO
   devm_mdiobus_alloc()
   devm_mdiobus_alloc_size()