Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142806
b: refs/heads/master
c: 00adadc
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman authored and Pierre Ossman committed Apr 8, 2009
1 parent 3258a73 commit 179e517
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 32710e8fd537adeb53f98dec92e4a77caac512f5
refs/heads/master: 00adadc12196c7b3e8923729e728162267e98ff7
4 changes: 4 additions & 0 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ static irqreturn_t mmc_omap_irq(int irq, void *dev_id)
if (host->mrq == NULL) {
OMAP_HSMMC_WRITE(host->base, STAT,
OMAP_HSMMC_READ(host->base, STAT));
/* Flush posted write */
OMAP_HSMMC_READ(host->base, STAT);
return IRQ_HANDLED;
}

Expand Down Expand Up @@ -489,6 +491,8 @@ static irqreturn_t mmc_omap_irq(int irq, void *dev_id)
}

OMAP_HSMMC_WRITE(host->base, STAT, status);
/* Flush posted write */
OMAP_HSMMC_READ(host->base, STAT);

if (end_cmd || (status & CC))
mmc_omap_cmd_done(host, host->cmd);
Expand Down

0 comments on commit 179e517

Please sign in to comment.