Files
android_kernel_xiaomi_sm8450/include/linux/mfd
Laxman Dewangan a8f447be80 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>
2016-04-19 07:54:19 +01:00
..
2015-08-11 15:08:45 +01:00
2016-01-04 09:57:35 +01:00
2014-11-25 16:18:43 +00:00
2016-03-16 08:50:24 +00:00
2014-09-26 08:23:43 +01:00
2015-10-30 17:19:51 +00:00