[PATCH] clkdev: Implement managed clk_get()
Russell King - ARM Linux
linux at arm.linux.org.uk
Mon Apr 2 17:53:41 EDT 2012
On Mon, Apr 02, 2012 at 10:49:45PM +0100, Mark Brown wrote:
> Allow clk API users to simplify their cleanup paths by providing a
> managed version of clk_get() and clk_put().
>
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
Much better, thanks. One minor comment...
> ---
> Documentation/driver-model/devres.txt | 3 ++
> drivers/clk/clkdev.c | 45 +++++++++++++++++++++++++++++++++
> include/linux/clk.h | 32 +++++++++++++++++++++++
> 3 files changed, 80 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/driver-model/devres.txt b/Documentation/driver-model/devres.txt
> index 2a596a4..3a10848 100644
> --- a/Documentation/driver-model/devres.txt
> +++ b/Documentation/driver-model/devres.txt
> @@ -276,3 +276,6 @@ REGULATOR
> devm_regulator_get()
> devm_regulator_put()
> devm_regulator_bulk_get()
> +
> +CLOCK
> + devm_clk_get()
devm_clk_put() ?
More information about the linux-arm-kernel
mailing list