RE: [PATCH 2/2] regulator: lp8788-buck: Kill _gpio_request function

2012-12-09 Thread Kim, Milo
> Applied, thanks. > > Milo, you don't have a MAINTAINERS entry for this chip - would you mind > sending a patch adding one as you are reviewing patches for the driver? > This will ensure that people send you patches for review. OK, I'll update MAINTAINERS file for lp872x and lp8788. Thanks for y

Re: [PATCH 2/2] regulator: lp8788-buck: Kill _gpio_request function

2012-12-09 Thread Mark Brown
On Fri, Dec 07, 2012 at 05:25:13PM +0800, Axel Lin wrote: > Simply use devm_gpio_request_one() instead. Applied, thanks. Milo, you don't have a MAINTAINERS entry for this chip - would you mind sending a patch adding one as you are reviewing patches for the driver? This will ensure that people sen

RE: [PATCH 2/2] regulator: lp8788-buck: Kill _gpio_request function

2012-12-09 Thread Kim, Milo
> Simply use devm_gpio_request_one() instead. > > Signed-off-by: Axel Lin Thanks! Acked-by: Milo(Woogyom) Kim

[PATCH 2/2] regulator: lp8788-buck: Kill _gpio_request function

2012-12-07 Thread Axel Lin
Simply use devm_gpio_request_one() instead. Signed-off-by: Axel Lin --- drivers/regulator/lp8788-buck.c | 18 -- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/drivers/regulator/lp8788-buck.c b/drivers/regulator/lp8788-buck.c index d33b81a..369b034 100644 --- a/