Re: [PATCH v5 3/3] gpio: lp873x: Add support for General Purpose Outputs

2016-07-04 Thread Keerthy
On Monday 04 July 2016 04:52 PM, Linus Walleij wrote: On Wed, Jun 29, 2016 at 5:44 PM, Keerthy wrote: Add driver for lp873x PMIC family GPOs. Two GPOs are supported and can be configured in Open-drain output or Push-pull output. Signed-off-by: Keerthy

Re: [PATCH v5 3/3] gpio: lp873x: Add support for General Purpose Outputs

2016-07-04 Thread Keerthy
On Monday 04 July 2016 04:52 PM, Linus Walleij wrote: On Wed, Jun 29, 2016 at 5:44 PM, Keerthy wrote: Add driver for lp873x PMIC family GPOs. Two GPOs are supported and can be configured in Open-drain output or Push-pull output. Signed-off-by: Keerthy Looks all right to me. +#include

Re: [PATCH v5 3/3] gpio: lp873x: Add support for General Purpose Outputs

2016-07-04 Thread Linus Walleij
On Wed, Jun 29, 2016 at 5:44 PM, Keerthy wrote: > Add driver for lp873x PMIC family GPOs. Two GPOs are supported > and can be configured in Open-drain output or Push-pull output. > > Signed-off-by: Keerthy Looks all right to me. > +#include I guess this

Re: [PATCH v5 3/3] gpio: lp873x: Add support for General Purpose Outputs

2016-07-04 Thread Linus Walleij
On Wed, Jun 29, 2016 at 5:44 PM, Keerthy wrote: > Add driver for lp873x PMIC family GPOs. Two GPOs are supported > and can be configured in Open-drain output or Push-pull output. > > Signed-off-by: Keerthy Looks all right to me. > +#include I guess this means Lee must merge this. Acked-by:

[PATCH v5 3/3] gpio: lp873x: Add support for General Purpose Outputs

2016-06-29 Thread Keerthy
Add driver for lp873x PMIC family GPOs. Two GPOs are supported and can be configured in Open-drain output or Push-pull output. Signed-off-by: Keerthy --- Changes in v5: * Corrected a return value for lp873x_gpio_direction_output. drivers/gpio/Kconfig | 10 +++

[PATCH v5 3/3] gpio: lp873x: Add support for General Purpose Outputs

2016-06-29 Thread Keerthy
Add driver for lp873x PMIC family GPOs. Two GPOs are supported and can be configured in Open-drain output or Push-pull output. Signed-off-by: Keerthy --- Changes in v5: * Corrected a return value for lp873x_gpio_direction_output. drivers/gpio/Kconfig | 10 +++ drivers/gpio/Makefile