Re: [PATCH v6 4/6] gpio: tps65218-gpio: Add platform_device_id table

2016-07-04 Thread Keerthy
On Monday 04 July 2016 03:20 PM, Linus Walleij wrote: On Tue, Jun 28, 2016 at 2:30 PM, Keerthy wrote: platform_device_id table is needed for adding the tps65218-gpio module to the mfd_cell array. Signed-off-by: Keerthy Patch applied. Thanks Linus. Yours, Linus Walleij

Re: [PATCH v6 4/6] gpio: tps65218-gpio: Add platform_device_id table

2016-07-04 Thread Linus Walleij
On Tue, Jun 28, 2016 at 2:30 PM, Keerthy wrote: > platform_device_id table is needed for adding the tps65218-gpio > module to the mfd_cell array. > > Signed-off-by: Keerthy Patch applied. Yours, Linus Walleij

Re: [PATCH v6 4/6] gpio: tps65218-gpio: Add platform_device_id table

2016-06-29 Thread Keerthy
On Wednesday 29 June 2016 02:26 PM, Linus Walleij wrote: On Tue, Jun 28, 2016 at 2:30 PM, Keerthy wrote: platform_device_id table is needed for adding the tps65218-gpio module to the mfd_cell array. Signed-off-by: Keerthy --- Changes in v4: * Retained the compatible strings in order t

Re: [PATCH v6 4/6] gpio: tps65218-gpio: Add platform_device_id table

2016-06-29 Thread Linus Walleij
On Tue, Jun 28, 2016 at 2:30 PM, Keerthy wrote: > platform_device_id table is needed for adding the tps65218-gpio > module to the mfd_cell array. > > Signed-off-by: Keerthy > --- > > Changes in v4: > > * Retained the compatible strings in order to interrogate the DT in the > normal way. S