Re: [PATCH 10/20] mfd: mt6397: Use devm_mfd_add_devices() for mfd_device registration

2016-04-05 Thread Javier Martinez Canillas
Hello Laxman, On 04/05/2016 07:48 AM, Laxman Dewangan wrote: > Use devm_mfd_add_devices() for mfd devices registration and get > rid of .remove callback to remove mfd devices. This is done > by managed device framework. > > Signed-off-by: Laxman Dewangan > CC: John Crispin > CC: Javier Martinez

[PATCH 10/20] mfd: mt6397: Use devm_mfd_add_devices() for mfd_device registration

2016-04-05 Thread Laxman Dewangan
Use devm_mfd_add_devices() for mfd devices registration and get rid of .remove callback to remove mfd devices. This is done by managed device framework. Signed-off-by: Laxman Dewangan CC: John Crispin CC: Javier Martinez Canillas --- drivers/mfd/mt6397-core.c | 12 ++-- 1 file changed,