Re: [PATCH 4/5] gpio: tps6586x: add gpio support through platform driver

2012-07-15 Thread Laxman Dewangan
On Sunday 15 July 2012 03:48 AM, Linus Walleij wrote: On Fri, Jul 13, 2012 at 12:39 PM, Laxman Dewangan wrote: Converting the gpio driver of tps6586x to a platform driver in place of registering the gpio through core driver. The motivation of the change is: - This is inline with the mfd driver

Re: [PATCH 4/5] gpio: tps6586x: add gpio support through platform driver

2012-07-14 Thread Linus Walleij
On Fri, Jul 13, 2012 at 12:39 PM, Laxman Dewangan wrote: > Converting the gpio driver of tps6586x to a platform > driver in place of registering the gpio through core > driver. > The motivation of the change is: > - This is inline with the mfd drivers implementation. > - This will move the relate

[PATCH 4/5] gpio: tps6586x: add gpio support through platform driver

2012-07-13 Thread Laxman Dewangan
Converting the gpio driver of tps6586x to a platform driver in place of registering the gpio through core driver. The motivation of the change is: - This is inline with the mfd drivers implementation. - This will move the related gpio support to gpio driver folder where all gpio related drivers a