]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9a475f86d0be009d269fbbcc7a89b542f7ed593a
tree464aee6d264bb3b0b5c5fbd6d8baa062f7c7094c
parentf272ee77accaec6880d818a0115e04b5f7f952c0
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