Searched hist:"9 b5b8b6ee19de9b6c1a701e8e6faa16ffe951a58" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | dw_mmc.c | 9b5b8b6ee19de9b6c1a701e8e6faa16ffe951a58 Fri Mar 04 00:09:52 UTC 2016 Alexander Graf <agraf@suse.de> dwmmc: Increase retry timeout
When enable dcache on HiKey, we're running into MMC command timeouts because our retry loop is now faster than the eMMC (or an external SD card) can answer.
Increase the retry count to the same as the timeout value for status reports.
The real fix is obviously to not base this whole thing on a cycle counter but on real wall time, but that would be slightly more intrusive.
Signed-off-by: Alexander Graf <agraf@suse.de>
|