commit | 61c2a665a9d938c9cb182ea1c54ba154da724702 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Mar 04 01:09:52 2016 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 15:13:05 2016 -0400 |
tree | caad2663187b1d473856ea7be7f855c59e3b75df | |
parent | 5889e39001799b5ab092d3038f0ea56b716ff315 [diff] |
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>