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:
a4e978f
)
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
Jaehoon Chung
<jh80.chung@samsung.com>
Mon, 28 Oct 2024 11:27:55 +0000
(20:27 +0900)
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 560b7e889c779d677d6f598f8b1f87019c0de79e..d57324471b3e383ccc081ebcca9eb0eaff6d2bd7 100644
(file)
--- a/
drivers/mmc/sdhci.c
+++ b/
drivers/mmc/sdhci.c
@@
-893,7
+893,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 A
DMA!!\n",
+
debug("%s: Your controller doesn't support S
DMA!!\n",
__func__);
return -EINVAL;
}