On Fri, Jul 20, 2012 at 11:34 AM, Rajendra Nayak <rnayak@xxxxxx> wrote: > We do not support MPU OSWR on OMAP3. Get rid of the complex/multiple > save_state handling in omap_sram_idle() and just use 2 save_state > definitions > With current mainline code, this is indeed true. > save_state = 1, all logic and memory lost, MPU hits OFF > save_state = 0, nothing lost, MPU hits CSWR or shallower state > > Signed-off-by: Rajendra Nayak <rnayak@xxxxxx> > --- > arch/arm/mach-omap2/pm34xx.c | 35 +++++++++-------------------------- > arch/arm/mach-omap2/sleep34xx.S | 4 +--- > 2 files changed, 10 insertions(+), 29 deletions(-) > > diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c > index 7c7b173..8d96b1f 100644 > --- a/arch/arm/mach-omap2/pm34xx.c > +++ b/arch/arm/mach-omap2/pm34xx.c > @@ -256,19 +256,16 @@ static void omap34xx_save_context(u32 *save) > > static int omap34xx_do_sram_idle(unsigned long save_state) > { > + /* > + * save_state = 1 indicates all logic and memory/cache lost > + * save_state = 0 indicates nothing lost > + */ Keep the same comment with mention of the MPU state like save_state = 1, all logic and memory lost, MPU hits OFF save_state = 0, nothing lost, MPU hits CSWR or shallower state Rest of the code looks good. Regards santosh -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html