]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: OMAP4: suspend: Program all domains to retention
authorRajendra Nayak <rnayak@ti.com>
Thu, 18 Oct 2012 09:20:06 +0000 (12:20 +0300)
committerKevin Hilman <khilman@ti.com>
Tue, 6 Nov 2012 21:39:43 +0000 (13:39 -0800)
Remove the FIXME's in the suspend sequence since
we now intend to support system level RET support.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/pm44xx.c

index 04922d1490683d8c0a7d443ea6806a9032535b29..f2d69be9b77e88d16b473220c10c302c62c31dbc 100644 (file)
@@ -100,13 +100,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)
                return -ENOMEM;