Re: [PATCH v6 3/3] gpio: tps65086: Add GPO driver for the TPS65086 PMIC

2016-02-06 Thread Andrew F. Davis
On 02/05/2016 08:43 AM, Linus Walleij wrote: On Mon, Jan 25, 2016 at 4:50 PM, Andrew F. Davis wrote: Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be used for several purposes. These are output only. Signed-off-by: Andrew F. Davis (...) +static inlin

Re: [PATCH v6 3/3] gpio: tps65086: Add GPO driver for the TPS65086 PMIC

2016-02-05 Thread Linus Walleij
On Mon, Jan 25, 2016 at 4:50 PM, Andrew F. Davis wrote: > Add support for the TPS65086 PMIC GPOs. > > TPS65086 has four configurable GPOs that can be used for several > purposes. These are output only. > > Signed-off-by: Andrew F. Davis (...) > +static inline struct tps65086_gpio *to_tps65086_gp

Re: [PATCH v6 3/3] gpio: tps65086: Add GPO driver for the TPS65086 PMIC

2016-01-26 Thread Lee Jones
On Tue, 26 Jan 2016, Andrew F. Davis wrote: > On 01/26/2016 08:03 AM, Lee Jones wrote: > >On Mon, 25 Jan 2016, Andrew F. Davis wrote: > > > >>Add support for the TPS65086 PMIC GPOs. > >> > >>TPS65086 has four configurable GPOs that can be used for several > >>purposes. These are output only. > >>

Re: [PATCH v6 3/3] gpio: tps65086: Add GPO driver for the TPS65086 PMIC

2016-01-26 Thread Andrew F. Davis
On 01/26/2016 08:03 AM, Lee Jones wrote: On Mon, 25 Jan 2016, Andrew F. Davis wrote: Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be used for several purposes. These are output only. Signed-off-by: Andrew F. Davis --- drivers/gpio/Kconfig |

Re: [PATCH v6 3/3] gpio: tps65086: Add GPO driver for the TPS65086 PMIC

2016-01-26 Thread Lee Jones
On Mon, 25 Jan 2016, Andrew F. Davis wrote: > Add support for the TPS65086 PMIC GPOs. > > TPS65086 has four configurable GPOs that can be used for several > purposes. These are output only. > > Signed-off-by: Andrew F. Davis > --- > drivers/gpio/Kconfig | 6 ++ > drivers/gpio/Makefil

[PATCH v6 3/3] gpio: tps65086: Add GPO driver for the TPS65086 PMIC

2016-01-25 Thread Andrew F. Davis
Add support for the TPS65086 PMIC GPOs. TPS65086 has four configurable GPOs that can be used for several purposes. These are output only. Signed-off-by: Andrew F. Davis --- drivers/gpio/Kconfig | 6 ++ drivers/gpio/Makefile| 1 + drivers/gpio/gpio-tps65086.c | 144 ++