commit | c5bda0ca6fab8e040c8ea3c71fdd16deee0f132f | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Tue Nov 29 12:09:15 2016 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Dec 05 10:31:07 2016 +0100 |
tree | d1cf7272bc96b59f524048e8788397dc898c76f2 | |
parent | c09949cff5eb408c30f154207ebdc706d94fe1f3 [diff] |
mmc: queue: Introduce queue depth and use it to allocate and free Add a mmc_queue member to record the size of the queue, which currently supports 2 requests on-the-go at a time. Instead of allocating resources for 2 slots in the queue, allow for an arbitrary number. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>