Re: [U-Boot] [PATCH 15/27] dm: mmc: sdhci: Refactor configuration setup to support DM

2016-07-03 Thread Simon Glass
On 12 June 2016 at 23:30, Simon Glass wrote: > Move the configuration setting into a separate function which can be used by > the driver-model code. > > Signed-off-by: Simon Glass > --- > > drivers/mmc/sdhci.c | 107 > +--- > 1 file changed, 59 in

[U-Boot] [PATCH 15/27] dm: mmc: sdhci: Refactor configuration setup to support DM

2016-06-12 Thread Simon Glass
Move the configuration setting into a separate function which can be used by the driver-model code. Signed-off-by: Simon Glass --- drivers/mmc/sdhci.c | 107 +--- 1 file changed, 59 insertions(+), 48 deletions(-) diff --git a/drivers/mmc/sdhci.c