]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/mmc/host/sdhci-tegra.c
Revert "mmc: tegra: Disable async suspend for sdhci."
[sojka/nv-tegra/linux-3.10.git] / drivers / mmc / host / sdhci-tegra.c
index a901f3aecaab83c6b1f777a53ebfb01782a04046..60324b2acd62f9a9fee91f1eb2c30fee0c521030 100644 (file)
@@ -6000,6 +6000,9 @@ static int sdhci_tegra_probe(struct platform_device *pdev)
        sdhci_tegra_misc_debugfs(host);
        device_create_file(&pdev->dev, &dev_attr_cmd_state);
 
+       /* Enable async suspend/resume to reduce LP0 latency */
+       device_enable_async_suspend(&pdev->dev);
+
        if (plat->power_off_rail) {
                tegra_host->reboot_notify.notifier_call =
                        tegra_sdhci_reboot_notify;