Re: [U-Boot] [PATCH] mmc: sdhci: add timeout setting for response busy command

2015-05-05 Thread Pantelis Antoniou
Hi Rob, > On Mar 24, 2015, at 00:57 , Rob Herring wrote: > > From: Kevin Liu > > Timeout interrupt also work for response busy command(R1b) like > cmd38/cmd6. So need to set it accordingly. Current code only > set timeout for data command. > > Signed-off-by: Kevin Liu > Signed-off-by: Rob He

[U-Boot] [PATCH] mmc: sdhci: add timeout setting for response busy command

2015-03-23 Thread Rob Herring
From: Kevin Liu Timeout interrupt also work for response busy command(R1b) like cmd38/cmd6. So need to set it accordingly. Current code only set timeout for data command. Signed-off-by: Kevin Liu Signed-off-by: Rob Herring Cc: Pantelis Antoniou --- drivers/mmc/sdhci.c | 2 ++ 1 file changed,