Re: [PATCH v3 08/11] gpio: max77650: add GPIO support

2019-02-04 Thread Bartosz Golaszewski
pt., 1 lut 2019 o 10:48 Bartosz Golaszewski napisaƂ(a): > > 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

[PATCH v3 08/11] gpio: max77650: add GPIO support

2019-02-01 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 | 189 +++