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 your help.

Best Regards,
Milo

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 send you patches for review.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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