diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-26 15:31:05 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-04 17:02:16 +0300 |
commit | 6bdc4b44b3acc95655b061a88c951c6d9742d8e3 (patch) | |
tree | 025428926f739a7fcc448581706fb63d44ed8614 /arch/arm/mach-omap2/prm2xxx.h | |
parent | 7e28b465fdea3f0601a1c76e47c50d05c7c603e2 (diff) | |
download | linux-stable-6bdc4b44b3acc95655b061a88c951c6d9742d8e3.tar.gz linux-stable-6bdc4b44b3acc95655b061a88c951c6d9742d8e3.tar.bz2 linux-stable-6bdc4b44b3acc95655b061a88c951c6d9742d8e3.zip |
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.h | 1 |
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); |