Re: [PATCH] regulator: tps62360: Convert to devm_gpio_request_one

2012-07-15 Thread Mark Brown
On Sat, Jul 07, 2012 at 08:28:33AM +0800, Axel Lin wrote: > Use devm_gpio_request_one to save a few error handling code. > Also remove trivial comment for tps62360_remove. I applied Laxman's earlier version of this. signature.asc Description: Digital signature

Re: [PATCH] regulator: tps62360: Convert to devm_gpio_request_one

2012-07-09 Thread Mark Brown
On Sat, Jul 07, 2012 at 08:28:33AM +0800, Axel Lin wrote: > Use devm_gpio_request_one to save a few error handling code. > Also remove trivial comment for tps62360_remove. I can't apply any of these patches until devm_gpio_request_one() is exported in mainline. signature.asc Description: Digital

Re: [PATCH] regulator: tps62360: Convert to devm_gpio_request_one

2012-07-08 Thread Laxman Dewangan
On Saturday 07 July 2012 05:58 AM, Axel Lin wrote: Use devm_gpio_request_one to save a few error handling code. Also remove trivial comment for tps62360_remove. Signed-off-by: Axel Lin --- Acked-by: Laxman Dewangan This same as earlier patch. [PATCH] regulator: tps62360: use devm_* for gpio

[PATCH] regulator: tps62360: Convert to devm_gpio_request_one

2012-07-06 Thread Axel Lin
Use devm_gpio_request_one to save a few error handling code. Also remove trivial comment for tps62360_remove. Signed-off-by: Axel Lin --- drivers/regulator/tps62360-regulator.c | 38 +++- 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/drivers/regulat