From: Oleksandr Kravchenko Date: Tue, 23 Jul 2013 08:39:00 +0000 (+0100) Subject: Documentation: devres: add IIO device alloc/free functions to list X-Git-Tag: v3.12-rc1~183^2~322^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224b995a88aacbe638b3282a674af5e9082bb770;p=thirdparty%2Fkernel%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: Jonathan Cameron --- diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index b4671459857f8..1d32332929896 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()