Re: [PATCH v4 3/3] mmc: dw_mmc: Don't start command while data busy

2015-02-19 Thread Doug Anderson
Addy, On Fri, Feb 13, 2015 at 10:17 PM, Addy Ke wrote: > We should wait until unbusy before the next request. > But this does't need if the command is CMD13, which can access > SD Status register regardless of data busy. > > Signed-off-by: Addy Ke > --- > Changes in v4: > - CMD13 doesn't need wa

[PATCH v4 3/3] mmc: dw_mmc: Don't start command while data busy

2015-02-13 Thread Addy Ke
We should wait until unbusy before the next request. But this does't need if the command is CMD13, which can access SD Status register regardless of data busy. Signed-off-by: Addy Ke --- Changes in v4: - CMD13 doesn't need wait until unbusy. drivers/mmc/host/dw_mmc.c | 4 1 file changed, 4