diff options
author | Oleksandr Kravchenko <o.v.kravchenko@globallogic.com> | 2013-07-23 12:39:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-08-03 21:41:18 +0400 |
commit | 224b995a88aacbe638b3282a674af5e9082bb770 (patch) | |
tree | c4240fbc88b244fcf924ee5b10979a76fb4abb1d /Documentation/driver-model | |
parent | 6b7e0a9cd42a24e4e2c2a037773a12c375e25b69 (diff) | |
download | linux-224b995a88aacbe638b3282a674af5e9082bb770.tar.xz |
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.txt | 4 |
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() |