commit | a4c73aba0463800f5e1c33c94c2a7e553e26a4eb | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Wed Jun 29 16:24:25 2016 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jul 25 10:34:39 2016 +0200 |
tree | 8a3332126f6d0387e5653864ebf98830d61c2e5f | |
parent | ea96802384cd062361f758f711c22010238d47f3 [diff] |
mmc: sdhci: Reduce the use of host->mrq In order to support commands during data transfer, there will have to be up to two active requests (mrqs) at a time, instead of just one. That means host->mrq will not be able to be used. In several places, host->mrq is used when instead the mrq can be determined from the cmd or data pointers. Reduce the use of host->mrq by doing that. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>