Re: [U-Boot] [PATCH v2 09/13] dm: socfpga: mmc: Support CONFIG_BLK

2016-07-17 Thread Simon Glass
On 5 July 2016 at 17:10, Simon Glass wrote: > Update the driver to support using driver model for block devices. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add new patch to support CONFIG_BLK with socfpga > > drivers/mmc/socfpga_dw_mmc.c | 32 +++- >

[U-Boot] [PATCH v2 09/13] dm: socfpga: mmc: Support CONFIG_BLK

2016-07-05 Thread Simon Glass
Update the driver to support using driver model for block devices. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to support CONFIG_BLK with socfpga drivers/mmc/socfpga_dw_mmc.c | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/