Re: [PATCH] gpio: lp87565: Add support for GPIO

2017-06-12 Thread Keerthy
On Monday 12 June 2017 07:34 PM, Linus Walleij wrote: > On Sun, Jun 11, 2017 at 6:27 AM, Keerthy wrote: >> On Friday 09 June 2017 02:06 PM, Linus Walleij wrote: > >>> If this IC has several function modes for the pins it should also >>> be a pin controller... I know it is a lot of upfront code,

Re: [PATCH] gpio: lp87565: Add support for GPIO

2017-06-12 Thread Linus Walleij
On Sun, Jun 11, 2017 at 6:27 AM, Keerthy wrote: > On Friday 09 June 2017 02:06 PM, Linus Walleij wrote: >> If this IC has several function modes for the pins it should also >> be a pin controller... I know it is a lot of upfront code, but... it will >> benefit you in the long run. Is it really ju

Re: [PATCH] gpio: lp87565: Add support for GPIO

2017-06-10 Thread Keerthy
On Friday 09 June 2017 02:06 PM, Linus Walleij wrote: > On Thu, Jun 1, 2017 at 5:10 AM, Keerthy wrote: > >> Add driver for lp87565 PMIC family GPIOs. Three GPIOs are supported >> and can be configured in Open-drain output or Push-pull output. >> >> Signed-off-by: Keerthy > > (...) >> The late

Re: [PATCH] gpio: lp87565: Add support for GPIO

2017-06-09 Thread Linus Walleij
On Thu, Jun 1, 2017 at 5:10 AM, Keerthy wrote: > Add driver for lp87565 PMIC family GPIOs. Three GPIOs are supported > and can be configured in Open-drain output or Push-pull output. > > Signed-off-by: Keerthy (...) > The latest version of mfd driver for this pmic is posted: > https://lkml.org/

[PATCH] gpio: lp87565: Add support for GPIO

2017-05-31 Thread Keerthy
Add driver for lp87565 PMIC family GPIOs. Three GPIOs are supported and can be configured in Open-drain output or Push-pull output. Signed-off-by: Keerthy --- The latest version of mfd driver for this pmic is posted: https://lkml.org/lkml/2017/5/30/463 drivers/gpio/Kconfig| 10 +++