On Tue, Apr 25, 2017 at 8:32 PM, Marek Vasut <marek.vasut@xxxxxxxxx> wrote: > Add driver for the GPIO block in the ROHM BD9571MWV-W MFD PMIC. > This block is pretty trivial and supports setting GPIO direction > as Input/Output and in case of Output, supports setting value. > > Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> > Cc: linux-gpio@xxxxxxxxxxxxxxx > Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > V2: Use linux/gpio/driver.h instead of linux/gpio.h I applied this for v4.12 to bring down the number of deps in v4.13. The guarding symbol makes it not compile until the MFD patch is there, the MFD_BD9571MWV is unlikely to change, and Marek will certainly go through with the driver submission. Yours, Linus Walleij