Re: [PATCH V4 0/5] mmc: mmci: add get_datactrl_cfg callback

2019-03-28 Thread Ulf Hansson
On Wed, 27 Mar 2019 at 10:05, Ludovic Barre wrote: > > From: Ludovic Barre > > This patch series adds get_datactrl_cfg callback in mmci_host_ops > to allow to get datactrl configuration specific at variant. > > change V4: > -keep mmci and ux500v2 variant init in the c file. > > change V3: > -keep

[PATCH V4 0/5] mmc: mmci: add get_datactrl_cfg callback

2019-03-27 Thread Ludovic Barre
From: Ludovic Barre This patch series adds get_datactrl_cfg callback in mmci_host_ops to allow to get datactrl configuration specific at variant. change V4: -keep mmci and ux500v2 variant init in the c file. change V3: -keep the common functions in mmci_start_data. define function used by some