commit | 29aba07aea0e36c996001ca3f8997316ebefe0e1 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Mon Jul 16 13:08:18 2018 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Wed Aug 01 12:01:13 2018 +0200 |
tree | 98061416a2b2ac0e84b722141fc0c7e12be3a2da | |
parent | ed9067fd5f299db7110861a0434d0e2ffb961649 [diff] |
mmc: mmci: Add and implement a ->dma_setup() callback for qcom dml As a first step to improve the variant specific code for mmci, add a ->dma_setup() callback to the struct mmci_host_ops. To show its use, let's deploy the callback for the qcom dml, which involves also to the assign the mmci_host_ops pointer from the variant ->init() callback. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Ludovic Barre <ludovic.barre@st.com>