git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ee400
)
clk: Introduce optional is_prepared callback
author
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 12 Mar 2013 19:26:02 +0000
(20:26 +0100)
committer
Mike Turquette
<mturquette@linaro.org>
Tue, 19 Mar 2013 19:58:42 +0000
(12:58 -0700)
To reflect whether a clk_hw is prepared the clk_hw may implement
the optional is_prepared callback. If not implemented we fall back
to use the software prepare counter.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
No differences found