mmc: mmci: Add a reference at mmc_host_ops in mmci struct
authorLudovic Barre <ludovic.barre@st.com>
Tue, 28 Jan 2020 09:06:30 +0000 (10:06 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Mar 2020 13:35:40 +0000 (14:35 +0100)
commit7b9716a0f1610951f98caedac3542313a527db0e
tree464aee6d264bb3b0b5c5fbd6d8baa062f7c7094c
parentbdbf9faf5f2e6bb0c0243350428c908ac85c16b2
mmc: mmci: Add a reference at mmc_host_ops in mmci struct

The variant init function may need to add a mmc_host_ops, for example to
add the execute_tuning support if this feature is available. This patch
adds mmc_host_ops pointer in mmci struct.

Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Link: https://lore.kernel.org/r/20200128090636.13689-4-ludovic.barre@st.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c
drivers/mmc/host/mmci.h