Skip to content

Commit

Permalink
Documentation: devres: add IIO device alloc/free functions to list
Browse files Browse the repository at this point in the history
Add devm_iio_device_alloc() and devm_iio_device_free() functions
to list of supported calls.

Signed-off-by: Oleksandr Kravchenko <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Oleksandr Kravchenko authored and Jiri Kosina committed Aug 20, 2013
1 parent d185af3 commit ed7afea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/driver-model/devres.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ed7afea

Please sign in to comment.