Re: [PATCH 08/20] mfd: lp3943: Use devm_mfd_add_devices() for mfd_device registration

2016-04-05 Thread Kim, Milo
On 4/5/2016 8:48 PM, 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: Milo Kim Acked-by:

Re: [PATCH 08/20] mfd: lp3943: Use devm_mfd_add_devices() for mfd_device registration

2016-04-05 Thread Kim, Milo
On 4/5/2016 8:48 PM, 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: Milo Kim Acked-by: Milo Kim --- drivers/mfd/lp3943.c |

[PATCH 08/20] mfd: lp3943: 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: Milo Kim --- drivers/mfd/lp3943.c | 14 +++--- 1 file

[PATCH 08/20] mfd: lp3943: 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: Milo Kim --- drivers/mfd/lp3943.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-)