Re: [PATCH V8 6/8] gpio: max77620: add gpio driver for MAX77620/MAX20024
From: Linus Walleij
Date: Mon Feb 15 2016 - 18:18:07 EST
On Thu, Feb 11, 2016 at 12:56 PM, Laxman Dewangan <ldewangan@xxxxxxxxxx> wrote:
> MAXIM Semiconductor's PMIC, MAX77620/MAX20024 has 8 GPIO
> pins. It also supports interrupts from these pins.
>
> Add GPIO driver for these pins to control via GPIO APIs.
>
> Signed-off-by: Laxman Dewangan <ldewangan@xxxxxxxxxx>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
(...)
Nit and no big deal:
> +#include <linux/gpio.h>
<linux/gpio/driver.h>
should be enough.
Yours,
Linus Walleij