aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Sang <[email protected]>2012-01-15 13:31:46 +0100
committerGreg Kroah-Hartman <[email protected]>2012-01-24 10:47:42 -0800
commit543f43ce87c45220a8ffbff5ff4b60122499ce5f (patch)
treeeba6a09cd9694315a348e61bc096dc39e57aac9a
parentb10d5efdf7892d18b3b7d899edce2c8d9b80aea9 (diff)
Documentation: devres: add allocation functions to list of supported calls
Signed-off-by: Wolfram Sang <[email protected]> Acked-by: Grant Likely <[email protected]> Acked-by: Tejun Heo <[email protected]> Cc: Randy Dunlap <[email protected]> Cc: Greg KH <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--Documentation/driver-model/devres.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index 10c64c8a13d4..41c0c5d1ba14 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -233,6 +233,10 @@ certainly invest a bit more effort into libata core layer).
6. List of managed interfaces
-----------------------------
+MEM
+ devm_kzalloc()
+ devm_kfree()
+
IO region
devm_request_region()
devm_request_mem_region()