commit | 3e1a6892481034193b2502725f787465ebf39818 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Thu Nov 14 10:16:20 2013 +0200 |
committer | Chris Ball <chris@printf.net> | Mon Jan 20 09:54:40 2014 -0500 |
tree | fd7969412565a38b9a74a32bac02ce4abff0003e | |
parent | e5624054c1726a16c13a89c08b2792aba3df06eb [diff] |
mmc: sdhci: Allow for long command timeouts The driver has a timer with a 10 second timeout to catch devices that stop responding. However it is possible for commands to take even longer than that. Change the timer timeout to reflect the command timeout. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Chris Ball <chris@printf.net>