On Tue, 2012-05-15 at 12:52 -0700, Kevin Hilman wrote:
> Tero Kristo <t-kri...@ti.com> writes:
> 
> > From: Rajendra Nayak <rna...@ti.com>
> >
> > Remove the FIXME's in the suspend sequence since
> > we now intend to support system level RET support.
> 
> minor: this should probably go at the end of the series, after retention
> is supported.  Otherwise, ending up with only this patch applied
> (e.g. during a git bisect) will lead to a broken boot I suspect.

Ok, will move this to the end.

-Tero

> 
> Kevin
> 
> > Signed-off-by: Rajendra Nayak <rna...@ti.com>
> > Signed-off-by: Tero Kristo <t-kri...@ti.com>
> > Reviewed-by: Santosh Shilimkar <santosh.shilim...@ti.com>
> > ---
> >  arch/arm/mach-omap2/pm44xx.c |    6 ------
> >  1 files changed, 0 insertions(+), 6 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap2/pm44xx.c b/arch/arm/mach-omap2/pm44xx.c
> > index 8856253..31990d5 100644
> > --- a/arch/arm/mach-omap2/pm44xx.c
> > +++ b/arch/arm/mach-omap2/pm44xx.c
> > @@ -101,12 +101,6 @@ static int __init pwrdms_setup(struct powerdomain 
> > *pwrdm, void *unused)
> >     if (!strncmp(pwrdm->name, "cpu", 3))
> >             return 0;
> >  
> > -   /*
> > -    * FIXME: Remove this check when core retention is supported
> > -    * Only MPUSS power domain is added in the list.
> > -    */
> > -   if (strcmp(pwrdm->name, "mpu_pwrdm"))
> > -           return 0;
> >  
> >     pwrst = kmalloc(sizeof(struct power_state), GFP_ATOMIC);
> >     if (!pwrst)


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to