Re: [PATCH 14/20] mfd: rt5033: 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: Ingi Kim > CC: Javier Martinez Can

[PATCH 14/20] mfd: rt5033: 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: Ingi Kim CC: Javier Martinez Canillas --- drivers/mfd/rt5033.c | 10 +- 1 file changed, 1 insertio