aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2014-07-03 10:05:02 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-09 17:36:26 -0700
commitb23b35445ec82cde8afac8ba86b57a66a5fa1734 (patch)
treebae30b4bd5a128309dba7d7e0a9c9857b28c4941 /Documentation
parent88e412ea5ebc377bbb51aeb685c5a11f364ba841 (diff)
Documentation: devres: Add devm_kmalloc() et al
Commit 64c862a83... added new alloc variants to the devres managed API. These should be included in the list of managed API found in devres.txt. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> Cc: Randy Dunlap <rdunlap@infradead.org> Cc: Grant Likely <grant.likely@linaro.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Joe Perches <joe@perches.com> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/driver-model/devres.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
index de6bc8c325e9..034d32b00846 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -234,7 +234,10 @@ certainly invest a bit more effort into libata core layer).
-----------------------------
MEM
+ devm_kmalloc()
devm_kzalloc()
+ devm_kmalloc_array()
+ devm_kcalloc()
devm_kfree()
devm_kmemdup()
devm_get_free_pages()