Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1547796 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2016-12-28 01:30 +0100 |
| Last post | 2016-12-28 01:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [RESEND PATCH V3 4/4] gpio: pv88080: Add GPIO function support Linus Walleij <linus.walleij@linaro.org> - 2016-12-28 01:30 +0100
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-12-28 01:30 +0100 |
| Subject | Re: [RESEND PATCH V3 4/4] gpio: pv88080: Add GPIO function support |
| Message-ID | <sTahX-KT-5@gated-at.bofh.it> |
On Tue, Dec 6, 2016 at 6:33 AM, Eric Jeong <eric.jeong.opensource@diasemi.com> wrote: > From: Eric Jeong <eric.jeong.opensource@diasemi.com> > > 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 <eric.jeong.opensource@diasemi.com> > +#include <linux/gpio.h> Use #include <linux/gpio/driver.h> only. > +#include <linux/mfd/pv88080.h> I see this header is not yet upstream so I can't merge this driver (else I would just correct the above and merge it). With the oneliner change: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> I guess Lee needs to merge this with the MFD bits. Yours, Linus Walleij
Back to top | Article view | linux.kernel
csiph-web