On Fri, Jul 13, 2012 at 12:39 PM, Laxman Dewangan<ldewangan@xxxxxxxxxx> wrote:
Converting the gpio driver of tps6586x to a platformOverall this is very, very good and you're doing the right thing.
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 are available.
This will be easy the maintenance and enhancement is
anything done for gpio.
- The gpio functionality can be selected through config
variable.
Signed-off-by: Laxman Dewangan<ldewangan@xxxxxxxxxx>
--- /dev/nullWhy?
+++ b/drivers/gpio/gpio-tps6586x.c
+#include<linux/i2c.h>
Reviewed-by: Linus Walleij<linus.walleij@xxxxxxxxxx>