Re: [RESEND PATCH V3 4/4] gpio: pv88080: Add GPIO function support

2016-12-27 Thread Linus Walleij
On Tue, Dec 6, 2016 at 6:33 AM, Eric Jeong wrote: > From: Eric Jeong > > This patch adds support for PV88080 PMIC GPIOs. > PV88080 has two configurable GPIOs. > > Kconfig and Makefile are updated to reflect support > for PV88080 PMIC GPIO. > > Signed-off-by: Eric Jeong > +#include Use #incl

[RESEND PATCH V3 4/4] gpio: pv88080: Add GPIO function support

2016-12-05 Thread Eric Jeong
From: Eric Jeong This patch adds support for PV88080 PMIC GPIOs. PV88080 has two configurable GPIOs. Kconfig and Makefile are updated to reflect support for PV88080 PMIC GPIO. Signed-off-by: Eric Jeong --- This patch applies against linux-next and next-20161117 Hi, Change since PATCH V2