Re: [U-Boot] [PATCH 3/4] mmc: dw_mmc: Improve handling of data transfer failure

2015-08-12 Thread Pantelis Antoniou
Hi Marek, > On Jul 27, 2015, at 23:39 , Marek Vasut wrote: > > In case the data transfer failure happens, instead of returning > immediatelly, make sure the DMA is disabled, status register is > cleared and the bounce buffer is stopped. > > Signed-off-by: Marek Vasut > Cc: Dinh Nguyen > Cc: P

[U-Boot] [PATCH 3/4] mmc: dw_mmc: Improve handling of data transfer failure

2015-07-27 Thread Marek Vasut
In case the data transfer failure happens, instead of returning immediatelly, make sure the DMA is disabled, status register is cleared and the bounce buffer is stopped. Signed-off-by: Marek Vasut Cc: Dinh Nguyen Cc: Pantelis Antoniou Cc: Tom Rini --- drivers/mmc/dw_mmc.c | 16 +--