Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284534
b: refs/heads/master
c: 3abc1e8
h: refs/heads/master
v: v3
  • Loading branch information
Shaohui Xie authored and Chris Ball committed Jan 12, 2012
1 parent ce822bc commit f1b29de
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 8234e86960b07f5a3cf9973de3f9ba9a50450464
refs/heads/master: 3abc1e804253add41990cbe1461e79c1165108e0
5 changes: 5 additions & 0 deletions trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ static void sdhci_reset(struct sdhci_host *host, u8 mask)

if (host->quirks & SDHCI_QUIRK_RESTORE_IRQS_AFTER_RESET)
sdhci_clear_set_irqs(host, SDHCI_INT_ALL_MASK, ier);

if (host->flags & (SDHCI_USE_SDMA | SDHCI_USE_ADMA)) {
if ((host->ops->enable_dma) && (mask & SDHCI_RESET_ALL))
host->ops->enable_dma(host);
}
}

static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios);
Expand Down

0 comments on commit f1b29de

Please sign in to comment.