Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Jiri Kosina <jkosina@suse.cz>

authored by

Oleksandr Kravchenko and committed by
Jiri Kosina
ed7afeae d185af30

+4
+4
Documentation/driver-model/devres.txt
··· 237 237 devm_kzalloc() 238 238 devm_kfree() 239 239 240 + IIO 241 + devm_iio_device_alloc() 242 + devm_iio_device_free() 243 + 240 244 IO region 241 245 devm_request_region() 242 246 devm_request_mem_region()