summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mmci_qcom_dml.c
diff options
context:
space:
mode:
authorLudovic Barre <ludovic.barre@st.com>2018-10-08 14:08:38 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2018-10-09 09:13:03 +0200
commit135ea30e231295b0045072b48203055d6605e18b (patch)
treea7f670572304f06c85ea936dc8e63a81917cfcda /drivers/mmc/host/mmci_qcom_dml.c
parent02769968d95b32e1d14e30b54dc57fe525c06d2b (diff)
downloadlinux-135ea30e231295b0045072b48203055d6605e18b.tar.bz2
mmc: mmci: add dma_start callback
This patch adds dma_start callback to mmci_host_ops. Create a generic mmci_dma_start function which regroup common action between variant. Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/mmci_qcom_dml.c')
-rw-r--r--drivers/mmc/host/mmci_qcom_dml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/mmci_qcom_dml.c b/drivers/mmc/host/mmci_qcom_dml.c
index da4c43ac6e8b..66af40660f51 100644
--- a/drivers/mmc/host/mmci_qcom_dml.c
+++ b/drivers/mmc/host/mmci_qcom_dml.c
@@ -189,6 +189,7 @@ static struct mmci_host_ops qcom_variant_ops = {
.get_next_data = mmci_dmae_get_next_data,
.dma_setup = qcom_dma_setup,
.dma_release = mmci_dmae_release,
+ .dma_start = mmci_dmae_start,
};
void qcom_variant_init(struct mmci_host *host)