]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Documentation: devres: add IIO device alloc/free functions to list
authorOleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Tue, 23 Jul 2013 08:39:00 +0000 (09:39 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 3 Aug 2013 17:41:18 +0000 (18:41 +0100)
Add devm_iio_device_alloc() and devm_iio_device_free() functions
to list of supported calls.

Signed-off-by: Oleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/driver-model/devres.txt

index b4671459857f825038c9130a1c24336f23b94bdc..1d3233292989682a62252b206a7ff76e6f9d75cc 100644 (file)
@@ -237,6 +237,10 @@ MEM
   devm_kzalloc()
   devm_kfree()
 
+IIO
+  devm_iio_device_alloc()
+  devm_iio_device_free()
+
 IO region
   devm_request_region()
   devm_request_mem_region()