projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8f447b
)
mfd: Add devm_mfd_add_devices() in list of managed interfaces
author
Laxman Dewangan
<ldewangan@nvidia.com>
Thu, 7 Apr 2016 18:42:56 +0000
(
00:12
+0530)
committer
Lee Jones
<lee.jones@linaro.org>
Tue, 19 Apr 2016 06:54:34 +0000
(07:54 +0100)
Add devm wrappers for the mfd_add_devices() in the list of managed
interfaces.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/driver-model/devres.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/driver-model/devres.txt
b/Documentation/driver-model/devres.txt
index 73b98dfbcea49a0d97b81583263a8e5944a3e7df..7f8c416f3bcf6f099e20422b6bee7b532a9f1d6c 100644
(file)
--- a/
Documentation/driver-model/devres.txt
+++ b/
Documentation/driver-model/devres.txt
@@
-317,6
+317,9
@@
MEM
devm_kvasprintf()
devm_kzalloc()
+MFD
+ devm_mfd_add_devices()
+
PCI
pcim_enable_device() : after success, all PCI ops become managed
pcim_pin_device() : keep PCI device enabled after release