aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/prm2xxx.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-02-26 15:31:05 +0200
committerTero Kristo <t-kristo@ti.com>2014-07-04 17:02:16 +0300
commit6bdc4b44b3acc95655b061a88c951c6d9742d8e3 (patch)
tree025428926f739a7fcc448581706fb63d44ed8614 /arch/arm/mach-omap2/prm2xxx.h
parent7e28b465fdea3f0601a1c76e47c50d05c7c603e2 (diff)
ARM: OMAP24xx: PRM: add API for clearing wakeup status bits
This helps to isolate the PRM into its own driver. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm2xxx.h')
-rw-r--r--arch/arm/mach-omap2/prm2xxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm2xxx.h b/arch/arm/mach-omap2/prm2xxx.h
index d2cb6365716f..d73414139292 100644
--- a/arch/arm/mach-omap2/prm2xxx.h
+++ b/arch/arm/mach-omap2/prm2xxx.h
@@ -125,6 +125,7 @@ extern int omap2xxx_clkdm_sleep(struct clockdomain *clkdm);
extern int omap2xxx_clkdm_wakeup(struct clockdomain *clkdm);
extern void omap2xxx_prm_dpll_reset(void);
+void omap2xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 wkst_mask);
extern int __init omap2xxx_prm_init(void);