Re: [PATCH V2 2/6] mmc: mmci: add helper functions to define datactrl value for variants

2019-03-21 Thread Ulf Hansson
On Thu, 7 Mar 2019 at 17:39, Ludovic Barre wrote: > > From: Ludovic Barre > > This patch adds default helper functions to define datactrl value. > Each variant could use these helpers to define datactrl and adds > their specific field. > > Signed-off-by: Ludovic Barre > --- > drivers/mmc/host/m

[PATCH V2 2/6] mmc: mmci: add helper functions to define datactrl value for variants

2019-03-07 Thread Ludovic Barre
From: Ludovic Barre This patch adds default helper functions to define datactrl value. Each variant could use these helpers to define datactrl and adds their specific field. Signed-off-by: Ludovic Barre --- drivers/mmc/host/mmci.c | 25 + drivers/mmc/host/mmci.h | 5 ++