projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd602c5
)
mmc: Add a saved_clock member
author
Faiz Abbas
<faiz_abbas@ti.com>
Wed, 26 Feb 2020 08:14:29 +0000
(13:44 +0530)
committer
Peng Fan
<peng.fan@nxp.com>
Mon, 9 Mar 2020 00:33:15 +0000
(08:33 +0800)
Add a saved_clock member to struct mmc to store the previous clock speed
in the clock needs to be stopped for some time.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
include/mmc.h
patch
|
blob
|
history
diff --git
a/include/mmc.h
b/include/mmc.h
index 4bdeb929d79a4e47ddabb61a672af833b1b91ab1..8a9ea0bf9866929f35285f5a112816f0ac53c485 100644
(file)
--- a/
include/mmc.h
+++ b/
include/mmc.h
@@
-605,6
+605,7
@@
struct mmc {
bool clk_disable; /* true if the clock can be turned off */
uint bus_width;
uint clock;
+ uint saved_clock;
enum mmc_voltage signal_voltage;
uint card_caps;
uint host_caps;