diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-04-08 00:12:56 +0530 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-04-19 07:54:34 +0100 |
commit | 3698283b101388cb9d992ae4d34329f005aa35e8 (patch) | |
tree | d96c9e3b63ddd3d389dc51a1261c2d357205748f /Documentation/driver-model | |
parent | a8f447be8056d9ce17bf7757d6de79426700bb8b (diff) | |
download | linux-3698283b101388cb9d992ae4d34329f005aa35e8.tar.gz linux-3698283b101388cb9d992ae4d34329f005aa35e8.tar.bz2 linux-3698283b101388cb9d992ae4d34329f005aa35e8.zip |
mfd: Add devm_mfd_add_devices() in list of managed interfaces
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>
Diffstat (limited to 'Documentation/driver-model')
-rw-r--r-- | Documentation/driver-model/devres.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt index 73b98dfbcea4..7f8c416f3bcf 100644 --- 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 |