aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/driver-model')
-rw-r--r--Documentation/driver-model/devres.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index c74e04494ade..1525e30483fd 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -236,6 +236,9 @@ certainly invest a bit more effort into libata core layer).
236MEM 236MEM
237 devm_kzalloc() 237 devm_kzalloc()
238 devm_kfree() 238 devm_kfree()
239 devm_kmemdup()
240 devm_get_free_pages()
241 devm_free_pages()
239 242
240IIO 243IIO
241 devm_iio_device_alloc() 244 devm_iio_device_alloc()
@@ -309,6 +312,13 @@ SLAVE DMA ENGINE
309SPI 312SPI
310 devm_spi_register_master() 313 devm_spi_register_master()
311 314
315GPIO
316 devm_gpiod_get()
317 devm_gpiod_get_index()
318 devm_gpiod_get_optional()
319 devm_gpiod_get_index_optional()
320 devm_gpiod_put()
321
312MDIO 322MDIO
313 devm_mdiobus_alloc() 323 devm_mdiobus_alloc()
314 devm_mdiobus_alloc_size() 324 devm_mdiobus_alloc_size()