aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-model
diff options
context:
space:
mode:
authorOleksandr Kravchenko <o.v.kravchenko@globallogic.com>2013-07-23 09:39:00 +0100
committerJonathan Cameron <jic23@kernel.org>2013-08-03 18:41:18 +0100
commit224b995a88aacbe638b3282a674af5e9082bb770 (patch)
treec4240fbc88b244fcf924ee5b10979a76fb4abb1d /Documentation/driver-model
parentiio: accel: st_accel: Use devm_iio_device_alloc (diff)
downloadlinux-dev-224b995a88aacbe638b3282a674af5e9082bb770.tar.xz
linux-dev-224b995a88aacbe638b3282a674af5e9082bb770.zip
Documentation: devres: add IIO device alloc/free functions to list
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>
Diffstat (limited to 'Documentation/driver-model')
-rw-r--r--Documentation/driver-model/devres.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index b4671459857f..1d3233292989 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -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()