lkml.org 
[lkml]   [2012]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] clkdev: Implement managed clk_get()
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@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() ?


\
 
 \ /
  Last update: 2012-04-02 23:57    [W:1.795 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site