Re: [PATCH v4 07/10] gpio: max77650: add GPIO support

2019-02-08 Thread Linus Walleij
On Tue, Feb 5, 2019 at 10:12 AM Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add GPIO support for max77650 mfd device. This PMIC exposes a single > GPIO line. > > Signed-off-by: Bartosz Golaszewski Reviewed-by: Linus Walleij Please merge this with the rest of the stuff through

[PATCH v4 07/10] gpio: max77650: add GPIO support

2019-02-05 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Add GPIO support for max77650 mfd device. This PMIC exposes a single GPIO line. Signed-off-by: Bartosz Golaszewski --- drivers/gpio/Kconfig | 7 ++ drivers/gpio/Makefile| 1 + drivers/gpio/gpio-max77650.c | 190 +++