commit | a03d9af1d3bb9cf3306a63e488faff6d0fb9645b | [log] [tgz] |
---|---|---|
author | Sahitya Tummala <stummala@codeaurora.org> | Mon Feb 11 15:59:03 2013 +0530 |
committer | Sahitya Tummala <stummala@codeaurora.org> | Tue Mar 12 05:17:13 2013 +0530 |
tree | fda9a5d3826a814d8121a3699c4108598c2de4e8 | |
parent | 04c3a46d90cc36f26f1cde6fe18cdec68587b008 [diff] |
mmc: sdhci: use cmd_timeout_ms for calculating request timeout For some of the SD/MMC cards like erase, sanitize etc, the maximum timeout will be specified by cmd_timeout_ms parameter (as defined by specification). For such commands, the host driver must use this value instead of always using the default request timeout value of 10sec. Change-Id: I5b13379df3d260513be675a8585479ad5672662b Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>