Re: [PATCH 2/2] leds: lp8860: Add regulator enable during init

2017-11-16 Thread Jacek Anaszewski
Hi Dan, Thanks for the patch set. Both patches applied to the for-4.16 branch of linux-leds.git. Best regards, Jacek Anaszewski On 11/15/2017 08:52 PM, Dan Murphy wrote: > Add the regulator enable call during initialization. > If init fails then disable the regulator. > > Also during init the

Re: [PATCH 2/2] leds: lp8860: Add regulator enable during init

2017-11-16 Thread Jacek Anaszewski
Hi Dan, Thanks for the patch set. Both patches applied to the for-4.16 branch of linux-leds.git. Best regards, Jacek Anaszewski On 11/15/2017 08:52 PM, Dan Murphy wrote: > Add the regulator enable call during initialization. > If init fails then disable the regulator. > > Also during init the

[PATCH 2/2] leds: lp8860: Add regulator enable during init

2017-11-15 Thread Dan Murphy
Add the regulator enable call during initialization. If init fails then disable the regulator. Also during init the gpio gets set low even on a passing case so add if everything passes then return. Signed-off-by: Dan Murphy --- drivers/leds/leds-lp8860.c | 24

[PATCH 2/2] leds: lp8860: Add regulator enable during init

2017-11-15 Thread Dan Murphy
Add the regulator enable call during initialization. If init fails then disable the regulator. Also during init the gpio gets set low even on a passing case so add if everything passes then return. Signed-off-by: Dan Murphy --- drivers/leds/leds-lp8860.c | 24 +++- 1 file