Re: [PATCH v2 3/4] regulator-core: free requested GPIOs and manage the enable list

2013-01-26 Thread Mark Brown
On Tue, Jan 15, 2013 at 04:35:50AM +, Kim, Milo wrote: > The regulator_ena_gpio_request() allocates the enable GPIO and add the list. > Related resources should be released if they are not used any more. > To free requested GPIO and remove it from the enable GPIO list, > new function, 'regu

[PATCH v2 3/4] regulator-core: free requested GPIOs and manage the enable list

2013-01-14 Thread Kim, Milo
The regulator_ena_gpio_request() allocates the enable GPIO and add the list. Related resources should be released if they are not used any more. To free requested GPIO and remove it from the enable GPIO list, new function, 'regulator_ena_gpio_free()' is added. Signed-off-by: Milo(Woogyom) Kim