Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298807
b: refs/heads/master
c: 92a3aeb
h: refs/heads/master
i:
  298805: 990af6e
  298803: 3968290
  298799: 914f224
v: v3
  • Loading branch information
Balaji T K authored and Chris Ball committed Apr 6, 2012
1 parent 1b06a2b commit f60fa72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d59d77ed1e0cdd254f99260013b27d64dc1dffac
refs/heads/master: 92a3aebf06bdef849cc53aba99f963a9ae397e9d
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1875,8 +1875,6 @@ static int __init omap_hsmmc_probe(struct platform_device *pdev)
goto err1;
}

omap_hsmmc_context_save(host);

if (host->pdata->controller_flags & OMAP_HSMMC_BROKEN_MULTIBLOCK_READ) {
dev_info(&pdev->dev, "multiblock reads disabled due to 35xx erratum 2.1.1.128; MMC read performance may suffer\n");
mmc->caps2 |= MMC_CAP2_NO_MULTI_READ;
Expand All @@ -1887,6 +1885,8 @@ static int __init omap_hsmmc_probe(struct platform_device *pdev)
pm_runtime_set_autosuspend_delay(host->dev, MMC_AUTOSUSPEND_DELAY);
pm_runtime_use_autosuspend(host->dev);

omap_hsmmc_context_save(host);

if (cpu_is_omap2430()) {
host->dbclk = clk_get(&pdev->dev, "mmchsdb_fck");
/*
Expand Down

0 comments on commit f60fa72

Please sign in to comment.