From: Oleksandr Kravchenko Date: Wed, 31 Jul 2013 21:59:31 +0000 (-0700) Subject: Documentation: devres: add IIO device alloc/free functions to list X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ed7afeae24f9a3a52c677d776162f171e1ee9e12;p=deliverable%2Flinux.git 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 Signed-off-by: Jiri Kosina --- 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()