projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8efb83a
)
mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).
author
Minjian Wu
<minjianwu@micron.com>
Sun, 25 Aug 2013 03:25:12 +0000
(23:25 -0400)
committer
Chris Ball
<cjb@laptop.org>
Sun, 25 Aug 2013 03:25:36 +0000
(23:25 -0400)
Signed-off-by: Minjian Wu <minjianwu@micron.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/mmc_ops.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/core/mmc_ops.c
b/drivers/mmc/core/mmc_ops.c
index 837fc7386e237e620f408fd740ec702ad43c2c8b..ef183483d5b67934440cd8dc1a8d6910467e6a61 100644
(file)
--- a/
drivers/mmc/core/mmc_ops.c
+++ b/
drivers/mmc/core/mmc_ops.c
@@
-531,6
+531,7
@@
mmc_send_bus_test(struct mmc_card *card, struct mmc_host *host, u8 opcode,
data.sg = &sg;
data.sg_len = 1;
+ mmc_set_data_timeout(&data, card);
sg_init_one(&sg, data_buf, len);
mmc_wait_for_req(host, &mrq);
err = 0;