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

2016-02-15 Thread Linus Walleij
On Thu, Feb 11, 2016 at 10:20 AM, Lee Jones wrote: > Very well, applied. > > I also know Linus W likes dicing with death, so this is going into my > main branch. As this is a new driver, it shouldn't be an issue; Haha as long as there are no collisions in Makefile or

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

2016-02-15 Thread Linus Walleij
On Thu, Feb 11, 2016 at 10:20 AM, Lee Jones wrote: > Very well, applied. > > I also know Linus W likes dicing with death, so this is going into my > main branch. As this is a new driver, it shouldn't be an issue; Haha as long as there are no collisions in Makefile or Kconfig it should work out

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

2016-02-11 Thread Lee Jones
On Wed, 10 Feb 2016, Linus Walleij wrote: > On Sat, Feb 6, 2016 at 5: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. These are output only. > > > > Signed-off-by: Andrew F. Davis

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

2016-02-11 Thread Lee Jones
On Wed, 10 Feb 2016, Linus Walleij wrote: > On Sat, Feb 6, 2016 at 5: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. These are output only. > > > > Signed-off-by:

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

2016-02-10 Thread Linus Walleij
On Sat, Feb 6, 2016 at 5: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. These are output only. > > Signed-off-by: Andrew F. Davis > --- > This is the last component of the tps65086 series,

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

2016-02-10 Thread Linus Walleij
On Sat, Feb 6, 2016 at 5: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. These are output only. > > Signed-off-by: Andrew F. Davis > --- > This is the last

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

2016-02-06 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 --- This is the last component of the tps65086 series, other parts have been taken already, this will probably need to be

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

2016-02-06 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 --- This is the last component of the tps65086 series, other parts have been taken already, this will probably