commit | ea27c95a7a47ae7303b28d2bf2c5db461bb002c6 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Wed Mar 06 15:04:53 2019 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Apr 15 11:55:54 2019 +0200 |
tree | 40165416119b36d3d5e19f646973a3770701859b | |
parent | c21aa7a804160f58e391c9fcb2aff16e7d30c80f [diff] |
mmc: mmci: Re-work code starting DMA for the qcom variant Having mmci_dmae_start() to invoke the shared function, dml_start_xfer(), explicitly for the qcom variant isn't very nice. Let's clean up this code by moving the qcom specific parts into the qcom ->dma_start() callback and then drop dml_start_xfer() altogether. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org>