projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
429d939
)
mmc: sdhci-of-esdhc: fix serious issue clock is always disabled
author
Yangbo Lu
<yangbo.lu@nxp.com>
Mon, 20 Jan 2020 09:48:35 +0000
(17:48 +0800)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 20 Jan 2020 11:10:36 +0000
(12:10 +0100)
This patch is to fix a serious issue that clock is always disabled
in esdhc_of_set_clock().
Fixes:
1b21a701aed9
("mmc: sdhci-of-esdhc: fix clock setting for different controller versions")
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Link:
https://lore.kernel.org/r/20200120094835.28050-1-yangbo.lu@nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-of-esdhc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/sdhci-of-esdhc.c
b/drivers/mmc/host/sdhci-of-esdhc.c
index
3ef4973
..
5d8dd87
100644
(file)
--- a/
drivers/mmc/host/sdhci-of-esdhc.c
+++ b/
drivers/mmc/host/sdhci-of-esdhc.c
@@
-748,7
+748,7
@@
static void esdhc_of_set_clock(struct sdhci_host *host, unsigned int clock)
esdhc_clock_enable(host, false);
esdhc_flush_async_fifo(host);
}
- esdhc_clock_enable(host,
fals
e);
+ esdhc_clock_enable(host,
tru
e);
}
static void esdhc_pltfm_set_bus_width(struct sdhci_host *host, int width)