From 22f3a306dee14eaa971801dd17b0b8eef93787e4 Mon Sep 17 00:00:00 2001 From: Stephen Boyd Date: Wed, 3 Oct 2012 23:38:53 -0700 Subject: [PATCH] --- yaml --- r: 336466 b: refs/heads/master c: 119c71276b43e3daf5e7b0661dcf63f224e2fc8d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/clk-provider.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9559fa3b52d3..7a8808999b67 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d4998f71b292ea8e88d1874b26866092f66412b +refs/heads/master: 119c71276b43e3daf5e7b0661dcf63f224e2fc8d diff --git a/trunk/include/linux/clk-provider.h b/trunk/include/linux/clk-provider.h index c12731582920..2aa808bdc257 100644 --- a/trunk/include/linux/clk-provider.h +++ b/trunk/include/linux/clk-provider.h @@ -53,6 +53,10 @@ struct clk_hw; * @disable: Disable the clock atomically. Called with enable_lock held. * This function must not sleep. * + * @is_enabled: Queries the hardware to determine if the clock is enabled. + * This function must not sleep. Optional, if this op is not + * set then the enable count will be used. + * * @recalc_rate Recalculate the rate of this clock, by quering hardware. The * parent rate is an input parameter. It is up to the caller to * insure that the prepare_mutex is held across this call.