Re: [PATCH v3 06/10] gpio: tps65218: Remove the compatible

2016-06-28 Thread Keerthy
On Tuesday 28 June 2016 12:22 PM, Lee Jones wrote: On Tue, 28 Jun 2016, Keerthy wrote: Remove the individual compatible for the gpio module. Introduce id_table and update the driver accordingly to parse device tree nodes by just using the mfd compatible. Aren't there any OF calls in this dr

Re: [PATCH v3 06/10] gpio: tps65218: Remove the compatible

2016-06-27 Thread Lee Jones
On Tue, 28 Jun 2016, Keerthy wrote: > Remove the individual compatible for the gpio module. > Introduce id_table and update the driver accordingly > to parse device tree nodes by just using the mfd compatible. Aren't there any OF calls in this driver? You can use the MFD API to pass through comp

[PATCH v3 06/10] gpio: tps65218: Remove the compatible

2016-06-27 Thread Keerthy
Remove the individual compatible for the gpio module. Introduce id_table and update the driver accordingly to parse device tree nodes by just using the mfd compatible. Signed-off-by: Keerthy --- drivers/gpio/gpio-tps65218.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff -