Re: [PATCH v3 6/6] gpio: tps65086: Add GPIO driver for the TPS65086 PMIC

2015-11-30 Thread Linus Walleij
On Wed, Nov 4, 2015 at 6:12 PM, Andrew F. Davis wrote: > Add support for the TPS65086 PMIC GPOs. > > TPS65086 has four configurable GPOs that can be used for several > purposes. > > Signed-off-by: Andrew F. Davis (...) > + gpio->tps = dev_get_drvdata(pdev->dev.parent); > + gpio->gpi

Re: [PATCH v3 6/6] gpio: tps65086: Add GPIO driver for the TPS65086 PMIC

2015-11-18 Thread Andrew F. Davis
On 11/18/2015 03:44 AM, Linus Walleij wrote: On Tue, Nov 17, 2015 at 5:11 PM, Andrew F. Davis wrote: On 11/17/2015 03:17 AM, Linus Walleij wrote: On Wed, Nov 4, 2015 at 6:12 PM, Andrew F. Davis wrote: Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be

Re: [PATCH v3 6/6] gpio: tps65086: Add GPIO driver for the TPS65086 PMIC

2015-11-18 Thread Linus Walleij
On Tue, Nov 17, 2015 at 5:11 PM, Andrew F. Davis wrote: > On 11/17/2015 03:17 AM, Linus Walleij wrote: >> >> On Wed, Nov 4, 2015 at 6:12 PM, Andrew F. Davis wrote: >> >>> Add support for the TPS65086 PMIC GPOs. >>> >>> TPS65086 has four configurable GPOs that can be used for several >>> purposes.

Re: [PATCH v3 6/6] gpio: tps65086: Add GPIO driver for the TPS65086 PMIC

2015-11-17 Thread Andrew F. Davis
On 11/17/2015 03:17 AM, Linus Walleij wrote: On Wed, Nov 4, 2015 at 6:12 PM, Andrew F. Davis wrote: Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be used for several purposes. Signed-off-by: Andrew F. Davis OK... +static int tps65086_gpio_get(struc

Re: [PATCH v3 6/6] gpio: tps65086: Add GPIO driver for the TPS65086 PMIC

2015-11-17 Thread Linus Walleij
On Wed, Nov 4, 2015 at 6:12 PM, Andrew F. Davis wrote: > Add support for the TPS65086 PMIC GPOs. > > TPS65086 has four configurable GPOs that can be used for several > purposes. > > Signed-off-by: Andrew F. Davis OK... > +static int tps65086_gpio_get(struct gpio_chip *gc, unsigned offset) > +s

[PATCH v3 6/6] gpio: tps65086: Add GPIO driver for the TPS65086 PMIC

2015-11-04 Thread Andrew F. Davis
Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be used for several purposes. Signed-off-by: Andrew F. Davis --- drivers/gpio/Kconfig | 6 +++ drivers/gpio/Makefile| 1 + drivers/gpio/gpio-tps65086.c | 115