commit | 4e9f8fe5f25f0ee1361618e5f494cf5d14ee4936 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Wed Jun 29 16:24:34 2016 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jul 25 10:34:43 2016 +0200 |
tree | fd420aab742da25df509568f8d9371bc5e4665fc | |
parent | d7422fb489eee5587d3eecdd1151f90bf78f93a4 [diff] |
mmc: sdhci: Allow for finishing multiple requests 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 recording which request is finished. Doing that obsoletes host->mrq which is therefore removed. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>