projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943647f
)
mmc: sdhci-pxav3: controller should use SDCLK for timeout calculation
author
Kevin Liu
<kliu5@marvell.com>
Mon, 25 Mar 2013 09:42:59 +0000
(17:42 +0800)
committer
Chris Ball
<cjb@laptop.org>
Thu, 4 Apr 2013 13:59:42 +0000
(09:59 -0400)
sdhci-pxav3 host controller used SDCLK for data timeout.
Signed-off-by: Kevin Liu <kliu5@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pxav3.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci-pxav3.c
b/drivers/mmc/host/sdhci-pxav3.c
index fb0d23c148ef7c73c0b7d80175956308936630f6..1ae358e0662daa4a955cbe86afd784d56e519fc2 100644
(file)
--- a/
drivers/mmc/host/sdhci-pxav3.c
+++ b/
drivers/mmc/host/sdhci-pxav3.c
@@
-175,7
+175,7
@@
static const struct sdhci_ops pxav3_sdhci_ops = {
};
static struct sdhci_pltfm_data sdhci_pxav3_pdata = {
- .quirks = SDHCI_QUIRK_
BROKEN_TIMEOUT_VAL
+ .quirks = SDHCI_QUIRK_
DATA_TIMEOUT_USES_SDCLK
| SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC
| SDHCI_QUIRK_32BIT_ADMA_SIZE
| SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,