Re: [PATCH v5 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC

2015-10-30 Thread Lee Jones
On Fri, 30 Oct 2015, Linus Walleij wrote: > On Fri, Oct 30, 2015 at 12:38 AM, Andrew F. Davis wrote: > > > This patch adds support for the TPS65912 PMIC GPIOs. > > > > TPS65912 has five configurable GPIOs that can be used for several > > purposes. > > > > Signed-off-by: Andrew F. Davis > > Thi

Re: [PATCH v5 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC

2015-10-30 Thread Linus Walleij
On Fri, Oct 30, 2015 at 12:38 AM, Andrew F. Davis wrote: > This patch adds support for the TPS65912 PMIC GPIOs. > > TPS65912 has five configurable GPIOs that can be used for several > purposes. > > Signed-off-by: Andrew F. Davis This looks like a fine driver, can't really see anything wrong wit

[PATCH v5 5/5] gpio: tps65912: Add GPIO driver for the TPS65912 PMIC

2015-10-29 Thread Andrew F. Davis
This patch adds support for the TPS65912 PMIC GPIOs. TPS65912 has five configurable GPIOs that can be used for several purposes. Signed-off-by: Andrew F. Davis --- drivers/gpio/Kconfig | 6 ++ drivers/gpio/Makefile| 1 + drivers/gpio/gpio-tps65912.c | 136 +++