summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMadalin Bucur <madalin.bucur@freescale.com>2014-11-19 11:06:54 (GMT)
committerMadalin Bucur <madalin.bucur@freescale.com>2015-02-25 16:26:58 (GMT)
commit8e0373b33dfc8d955a92c57895b96b83bf3efb6d (patch)
tree54043bc5b1b1f61d33bc1082056026839db16601 /Documentation
parentb5b07e785e25f7c1f34881de5c1c420835df1c30 (diff)
downloadlinux-fsl-qoriq-8e0373b33dfc8d955a92c57895b96b83bf3efb6d.tar.xz
devres: add devm_alloc_percpu()
Introduce managed counterparts for alloc_percpu() and free_percpu(). Add devm_alloc_percpu() and devm_free_percpu() into the managed interfaces list. Signed-off-by: Madalin Bucur <madalin.bucur@freescale.com> Change-Id: I93546348e7b0e1974fda8b6c7a3b3710ce45b724 Reviewed-on: http://git.am.freescale.net:8181/24140 Reviewed-by: Madalin-Cristian Bucur <madalin.bucur@freescale.com> Tested-by: Madalin-Cristian Bucur <madalin.bucur@freescale.com> Conflicts: Documentation/driver-model/devres.txt drivers/base/devres.c
Diffstat (limited to 'Documentation')
-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 fcb34a5..e0771a7 100644
--- a/Documentation/driver-model/devres.txt
+++ b/Documentation/driver-model/devres.txt
@@ -288,6 +288,10 @@ CLOCK
devm_clk_get()
devm_clk_put()
+PER-CPU MEM
+ devm_alloc_percpu()
+ devm_free_percpu()
+
PINCTRL
devm_pinctrl_get()
devm_pinctrl_put()