mfd: Add resource managed APIs for mfd_add_devices
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 7 Apr 2016 18:42:55 +0000 (00:12 +0530)
committerLee Jones <lee.jones@linaro.org>
Tue, 19 Apr 2016 06:54:19 +0000 (07:54 +0100)
commita8f447be8056d9ce17bf7757d6de79426700bb8b
treea8a238dddf7b76badcc030c35761c9756e7e567b
parentbd425113a186f6dc104e07cd501916dc51f25e6a
mfd: Add resource managed APIs for mfd_add_devices

Add resource managed API devm_mfd_add_devices() for the mfd_add_devices().

This helps in reducing code in error path as it is not required
to call mfd_remove_devices() explicitly to remove all child-devices.
In some cases, it also helps not to implement .remove() callback
which get called during driver unbind.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/mfd-core.c
include/linux/mfd/core.h