diff options
author | Rajendra Nayak <rnayak@ti.com> | 2011-02-25 15:49:00 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2011-02-25 16:10:16 -0700 |
commit | 58e846fe7870d0ba22f8eeb1d522fbae37e80cbf (patch) | |
tree | 2f319fd0f791ba0d067ef71817f8b0cb10541a01 /arch/arm/mach-omap2/clock.h | |
parent | 5a2926b8805bc697d47a243dbf2f20de68abe14c (diff) |
OMAP: clock: Add allow_idle/deny_idle support in clkops
On OMAP various clock nodes (dpll's, mx post dividers, interface clocks)
support hardware level autogating which can be controlled from
software.
Support such functionality by adding two new function pointer
allow_idle and deny_idle in the clkops structure.
These function pointers can be populated for any clock
node which supports hardware level autogating.
Also add 2 new functions (omap_clk_enable_autoidle_all and
omap_clk_disable_autoidle_all) which can be called from
architecture specific PM core code, if hardware level
autogating (for all supported clock nodes) is to be
enabled or disabled.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
[paul@pwsan.com: use spinlock rather than mutex due to race; renamed functions;
functions now return ints]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
0 files changed, 0 insertions, 0 deletions