projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd6c92
)
mmc: mxcmmc: add missing dma_async_issue_pending
author
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 9 Jan 2012 09:32:47 +0000
(10:32 +0100)
committer
Vinod Koul
<vinod.koul@linux.intel.com>
Mon, 30 Jan 2012 09:04:11 +0000
(14:34 +0530)
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/mmc/host/mxcmmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/mxcmmc.c
b/drivers/mmc/host/mxcmmc.c
index
4184b79
..
f35b6ba
100644
(file)
--- a/
drivers/mmc/host/mxcmmc.c
+++ b/
drivers/mmc/host/mxcmmc.c
@@
-267,6
+267,7
@@
static int mxcmci_setup_data(struct mxcmci_host *host, struct mmc_data *data)
wmb();
dmaengine_submit(host->desc);
+ dma_async_issue_pending(host->dma);
return 0;
}