commit | af849c86109d79222e549826068bbf4e7f9a2472 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Thu Nov 15 15:53:43 2018 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Dec 17 08:26:24 2018 +0100 |
tree | 917f3383eb7c317a5e944ae03b8ea1b61a816719 | |
parent | 869f8a69bb3a4aec4eb914a330d4ba53a9eed495 [diff] |
mmc: sdhci: Handle auto-command errors If the host controller supports auto-commands then enable the auto-command error interrupt and handle it. In the case of auto-CMD23, the error is treated the same as manual CMD23 error. In the case of auto-CMD12, commands-during-transfer are not permitted, so the error handling is treated the same as a data error. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>