commit | 33a57adb6be38fbf008e4cdbf6c7085ed269bd3c | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Wed Jun 29 16:24:36 2016 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jul 25 10:34:44 2016 +0200 |
tree | d0369865c25baa63b96c09b8f7c90aafb89063f7 | |
parent | 0293d50110fbe6ccbd2fd7e0478552ec8d27087a [diff] |
mmc: sdhci: Do not reset cmd or data circuits that are in use In order to support commands during data transfer, it will be possible to need to reset the command circuit while the data circuit is in use, and vice versa. It is now easy to determine whether the command or data circuit is in use, and so just skip the corresponding reset if it is. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>