Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed7afeae authored by Oleksandr Kravchenko's avatar Oleksandr Kravchenko Committed by Jiri Kosina
Browse files

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: default avatarOleksandr Kravchenko <o.v.kravchenko@globallogic.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d185af30
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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()