commit | d2f82254e4e862662e7820953b049b7d4d660ec7 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Thu Aug 10 15:08:07 2017 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Aug 30 14:02:01 2017 +0200 |
tree | c33dcdea54b78ff3f03bdf960c0b09d0c34273cf | |
parent | bf517d6fec719980fe3b7acd9670a68442a372b7 [diff] |
mmc: core: Add members to mmc_request and mmc_data for CQE's Most of the information needed to issue requests to a CQE is already in struct mmc_request and struct mmc_data. Add data block address, some flags, and the task id (tag), and allow for cmd being NULL which it is for CQE tasks. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>