Re: [PATCH V2 1/6] mmc: mmci: add get_datactrl_cfg callback

2019-03-21 Thread Ulf Hansson
On Thu, 7 Mar 2019 at 17:39, Ludovic Barre wrote: > > From: Ludovic Barre > > This patch adds get_datactrl_cfg callback in mmci_host_ops > to allow to get datactrl configuration specific at variant. > > Signed-off-by: Ludovic Barre > --- > drivers/mmc/host/mmci.h | 1 + > 1 file changed, 1 inse

[PATCH V2 1/6] mmc: mmci: add get_datactrl_cfg callback

2019-03-07 Thread Ludovic Barre
From: Ludovic Barre This patch adds get_datactrl_cfg callback in mmci_host_ops to allow to get datactrl configuration specific at variant. Signed-off-by: Ludovic Barre --- drivers/mmc/host/mmci.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/mmci.h b/drivers/mmc/host/mmc