Re: [PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-08 Thread Keerthy
On Wednesday 08 June 2016 09:20 PM, Lee Jones wrote: On Wed, 11 May 2016, Keerthy wrote: mfd_add_devices enables parsing device tree nodes without compatibles for child nodes. Replace of_platform_populate with mfd_add_devices. Signed-off-by: Keerthy ---

Re: [PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-08 Thread Keerthy
On Wednesday 08 June 2016 09:20 PM, Lee Jones wrote: On Wed, 11 May 2016, Keerthy wrote: mfd_add_devices enables parsing device tree nodes without compatibles for child nodes. Replace of_platform_populate with mfd_add_devices. Signed-off-by: Keerthy --- drivers/mfd/tps65218.c | 10

Re: [PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-08 Thread Lee Jones
On Wed, 11 May 2016, Keerthy wrote: > mfd_add_devices enables parsing device tree nodes without compatibles > for child nodes. Replace of_platform_populate with mfd_add_devices. > > Signed-off-by: Keerthy > --- > drivers/mfd/tps65218.c | 10 -- > 1 file changed, 8

Re: [PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-08 Thread Lee Jones
On Wed, 11 May 2016, Keerthy wrote: > mfd_add_devices enables parsing device tree nodes without compatibles > for child nodes. Replace of_platform_populate with mfd_add_devices. > > Signed-off-by: Keerthy > --- > drivers/mfd/tps65218.c | 10 -- > 1 file changed, 8 insertions(+), 2

Re: [PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-06 Thread Lee Jones
On Fri, 03 Jun 2016, Keerthy wrote: > Hi Lee Jones, > > On Wednesday 11 May 2016 11:18 AM, Keerthy wrote: > >mfd_add_devices enables parsing device tree nodes without compatibles > >for child nodes. Replace of_platform_populate with mfd_add_devices. > > > > A gentle ping on this patch. Don't

Re: [PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-06 Thread Lee Jones
On Fri, 03 Jun 2016, Keerthy wrote: > Hi Lee Jones, > > On Wednesday 11 May 2016 11:18 AM, Keerthy wrote: > >mfd_add_devices enables parsing device tree nodes without compatibles > >for child nodes. Replace of_platform_populate with mfd_add_devices. > > > > A gentle ping on this patch. Don't

Re: [PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-03 Thread Keerthy
Hi Lee Jones, On Wednesday 11 May 2016 11:18 AM, Keerthy wrote: mfd_add_devices enables parsing device tree nodes without compatibles for child nodes. Replace of_platform_populate with mfd_add_devices. A gentle ping on this patch. Regards, Keerthy Signed-off-by: Keerthy

Re: [PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-03 Thread Keerthy
Hi Lee Jones, On Wednesday 11 May 2016 11:18 AM, Keerthy wrote: mfd_add_devices enables parsing device tree nodes without compatibles for child nodes. Replace of_platform_populate with mfd_add_devices. A gentle ping on this patch. Regards, Keerthy Signed-off-by: Keerthy ---

[PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-05-10 Thread Keerthy
mfd_add_devices enables parsing device tree nodes without compatibles for child nodes. Replace of_platform_populate with mfd_add_devices. Signed-off-by: Keerthy --- drivers/mfd/tps65218.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

[PATCH 3/8] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-05-10 Thread Keerthy
mfd_add_devices enables parsing device tree nodes without compatibles for child nodes. Replace of_platform_populate with mfd_add_devices. Signed-off-by: Keerthy --- drivers/mfd/tps65218.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/tps65218.c