commit | e711f0309109701cb422aab44ace4ea0dccb89ea | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Fri Dec 02 15:14:23 2016 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Dec 05 14:16:22 2016 +0100 |
tree | 43032d7231d650cca2d35bcd90afeadcdff0a61c | |
parent | 0760c355525c08dd598e86edb2a310688ac8af4c [diff] |
mmc: mmc: Introduce mmc_abort_tuning() If a tuning command times out, the card could still be processing it, which will cause problems for recovery. The eMMC specification says that CMD12 can be used to stop CMD21, so add a function that does that. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>