Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270259
b: refs/heads/master
c: 041beb1
h: refs/heads/master
i:
  270257: b33b651
  270255: 4edc304
v: v3
  • Loading branch information
Daniel Drake authored and Chris Ball committed Oct 26, 2011
1 parent cca1d1b commit d27e582
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55cd65e48b62c6f08edbb93d5cadf96e876ebcc2
refs/heads/master: 041beb1d531f538bf62377e2ca2b4ecbaa479d75
7 changes: 7 additions & 0 deletions trunk/drivers/mmc/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1214,6 +1214,13 @@ static void mmc_power_off(struct mmc_host *host)
host->ios.timing = MMC_TIMING_LEGACY;
mmc_set_ios(host);

/*
* Some configurations, such as the 802.11 SDIO card in the OLPC
* XO-1.5, require a short delay after poweroff before the card
* can be successfully turned on again.
*/
mmc_delay(1);

mmc_host_clk_release(host);
}

Expand Down

0 comments on commit d27e582

Please sign in to comment.