Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336321
b: refs/heads/master
c: bf7cb22
h: refs/heads/master
i:
  336319: bca3281
v: v3
  • Loading branch information
Jaehoon Chung authored and Chris Ball committed Dec 6, 2012
1 parent 9f5ee5c commit f5867ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ccb52a00fd3fdea428e29816cbacb0a78090d474
refs/heads/master: bf7cb2244c80b1390c51dfc33a88b56ce88a8986
6 changes: 3 additions & 3 deletions trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,9 +683,6 @@ static void __dw_mci_start_request(struct dw_mci *host,
if (host->pdata->select_slot)
host->pdata->select_slot(slot->id);

/* Slot specific timing and width adjustment */
dw_mci_setup_bus(slot, false);

host->cur_slot = slot;
host->mrq = mrq;

Expand Down Expand Up @@ -812,6 +809,9 @@ static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
if (drv_data && drv_data->set_ios)
drv_data->set_ios(slot->host, ios);

/* Slot specific timing and width adjustment */
dw_mci_setup_bus(slot, false);

switch (ios->power_mode) {
case MMC_POWER_UP:
set_bit(DW_MMC_CARD_NEED_INIT, &slot->flags);
Expand Down

0 comments on commit f5867ef

Please sign in to comment.