projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2950c4b
)
regulator: add devm_regulator_* to the list of managed interfaces
author
Axel Lin
<axel.lin@gmail.com>
Tue, 31 Jan 2012 06:44:01 +0000
(14:44 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 31 Jan 2012 11:18:56 +0000
(11:18 +0000)
Add devm_regulator_put() and devm_regulator_bulk_get() to the list of managed
interfaces.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Documentation/driver-model/devres.txt
patch
|
blob
|
history
diff --git
a/Documentation/driver-model/devres.txt
b/Documentation/driver-model/devres.txt
index
016fd2b
..
0cab4af
100644
(file)
--- a/
Documentation/driver-model/devres.txt
+++ b/
Documentation/driver-model/devres.txt
@@
-270,3
+270,5
@@
IOMAP
REGULATOR
devm_regulator_get()
+ devm_regulator_put()
+ devm_regulator_bulk_get()