rcu: create rcu_my_thread_group_empty() wrapper
[pandora-kernel.git] / arch / arm / mach-omap2 / hsmmc.c
index 4a05c37..9ad2295 100644 (file)
@@ -202,6 +202,12 @@ void __init omap2_hsmmc_init(struct omap2_hsmmc_info *controllers)
                if (c->power_saving)
                        mmc->slots[0].power_saving = 1;
 
+               if (c->no_off)
+                       mmc->slots[0].no_off = 1;
+
+               if (c->vcc_aux_disable_is_sleep)
+                       mmc->slots[0].vcc_aux_disable_is_sleep = 1;
+
                /* NOTE:  MMC slots should have a Vcc regulator set up.
                 * This may be from a TWL4030-family chip, another
                 * controllable regulator, or a fixed supply.