Re: [U-Boot] [PATCH] mmc: fsl_esdhc: add controller reset in case of data related errors too

2014-04-02 Thread Pantelis Antoniou
Hi Andrew, On Mar 24, 2014, at 9:41 AM, Andrew Gabbasov wrote: > The controller reset is performed now if command error occurs. > This commit adds the reset for the case of data related errors too. > > Signed-off-by: Andrew Gabbasov > --- > drivers/mmc/fsl_esdhc.c | 63 +++

[U-Boot] [PATCH] mmc: fsl_esdhc: add controller reset in case of data related errors too

2014-03-24 Thread Andrew Gabbasov
The controller reset is performed now if command error occurs. This commit adds the reset for the case of data related errors too. Signed-off-by: Andrew Gabbasov --- drivers/mmc/fsl_esdhc.c | 63 +++ 1 file changed, 36 insertions(+), 27 deletions(-)