aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/prm3xxx.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2014-04-04 05:14:27 -0400
committerTero Kristo <t-kristo@ti.com>2015-03-25 05:03:36 -0400
commitf0caa5270bcf97c6a51c89d44747da00c0d67bb8 (patch)
treebecbc47e940b89a56ea24fc586398e0762dcab35 /arch/arm/mach-omap2/prm3xxx.h
parent3a1a388e910950553817b71046b00511d6242b06 (diff)
ARM: OMAP3: PRM: invert the wkst_mask for the prm_clear_mod_irqs
This makes the API the same as used with OMAP2, and makes it possible to implement a generic driver API for the functionality. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm3xxx.h')
-rw-r--r--arch/arm/mach-omap2/prm3xxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/prm3xxx.h b/arch/arm/mach-omap2/prm3xxx.h
index ed8a3d8b739a..856f3c5d7f79 100644
--- a/arch/arm/mach-omap2/prm3xxx.h
+++ b/arch/arm/mach-omap2/prm3xxx.h
@@ -145,7 +145,7 @@ extern void omap3_prm_vcvp_write(u32 val, u8 offset);
145extern u32 omap3_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset); 145extern u32 omap3_prm_vcvp_rmw(u32 mask, u32 bits, u8 offset);
146 146
147extern int __init omap3xxx_prm_init(void); 147extern int __init omap3xxx_prm_init(void);
148int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 ignore_bits); 148int omap3xxx_prm_clear_mod_irqs(s16 module, u8 regs, u32 wkst_mask);
149void omap3xxx_prm_iva_idle(void); 149void omap3xxx_prm_iva_idle(void);
150void omap3_prm_reset_modem(void); 150void omap3_prm_reset_modem(void);
151int omap3xxx_prm_clear_global_cold_reset(void); 151int omap3xxx_prm_clear_global_cold_reset(void);