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

Commit 224b995a authored by Oleksandr Kravchenko's avatar Oleksandr Kravchenko Committed by Jonathan Cameron
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 avatarJonathan Cameron <jic23@kernel.org>
parent 6b7e0a9c
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()