projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86eb49a
)
mmc: sdhci: add quriks relevant to broken SDMA
author
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 20 Jan 2020 09:47:35 +0000
(18:47 +0900)
committer
Marek Szyprowski
<m.szyprowski@samsung.com>
Mon, 15 Nov 2021 10:19:26 +0000
(11:19 +0100)
ADd quirks relevant to broken SDMA.
If set to SDHCI_QUIRK_BROKEN_SDMA, it should be run the pio mode.
Change-Id: Iddae84fea4d1de0301b9afd45f9f55d7d3f8de74
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/sdhci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/sdhci.c
b/drivers/mmc/sdhci.c
index 7673219fb33598f88a23f9203ec9aa3a606c0e83..594f81179c93f3337b323f94ecb1d634e15b9a07 100644
(file)
--- a/
drivers/mmc/sdhci.c
+++ b/
drivers/mmc/sdhci.c
@@
-766,7
+766,7
@@
int sdhci_setup_cfg(struct mmc_config *cfg, struct sdhci_host *host,
#endif
#if CONFIG_IS_ENABLED(MMC_SDHCI_ADMA)
if (!(caps & SDHCI_CAN_DO_ADMA2)) {
-
printf
("%s: Your controller doesn't support SDMA!!\n",
+
debug
("%s: Your controller doesn't support SDMA!!\n",
__func__);
return -EINVAL;
}