Re: [U-Boot] [PATCH v6 13/23] mmc: dw_mmc: move data transfer as a separate function

2015-11-17 Thread Simon Glass
On 16 November 2015 at 23:20, Lin Huang wrote: > the data transfer seem to long in the dwmci_send_cmd function, > so move this block as a separate funciton. > > Signed-off-by: Lin Huang > --- > > drivers/mmc/dw_mmc.c | 65 > ++-- > 1 file changed,

[U-Boot] [PATCH v6 13/23] mmc: dw_mmc: move data transfer as a separate function

2015-11-16 Thread Lin Huang
the data transfer seem to long in the dwmci_send_cmd function, so move this block as a separate funciton. Signed-off-by: Lin Huang --- drivers/mmc/dw_mmc.c | 65 ++-- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/drivers/mmc/dw_m