RE: [PATCH v2] mmc: add ignorance case for CMD13 CRC error

2013-09-03 Thread Seungwon Jeon
On Tue, September 03, 2013, Ulf Hansson wrote: > On 26 August 2013 09:20, Seungwon Jeon wrote: > > While speed mode is changed, CMD13 cannot be guaranteed. > > According to the spec., it is not recommended to use CMD13 > > to check the busy completion of the timing change. > > If CMD13 is used in

Re: [PATCH v2] mmc: add ignorance case for CMD13 CRC error

2013-09-03 Thread Ulf Hansson
On 26 August 2013 09:20, Seungwon Jeon wrote: > While speed mode is changed, CMD13 cannot be guaranteed. > According to the spec., it is not recommended to use CMD13 > to check the busy completion of the timing change. > If CMD13 is used in this case, CRC error must be ignored. > > Signed-off-by:

RE: [PATCH v2] mmc: add ignorance case for CMD13 CRC error

2013-09-03 Thread Seungwon Jeon
On Mon, August 26, 2013, Seungwon Jeon wrote: > While speed mode is changed, CMD13 cannot be guaranteed. > According to the spec., it is not recommended to use CMD13 > to check the busy completion of the timing change. > If CMD13 is used in this case, CRC error must be ignored. > > Signed-off-by:

[PATCH v2] mmc: add ignorance case for CMD13 CRC error

2013-08-26 Thread Seungwon Jeon
While speed mode is changed, CMD13 cannot be guaranteed. According to the spec., it is not recommended to use CMD13 to check the busy completion of the timing change. If CMD13 is used in this case, CRC error must be ignored. Signed-off-by: Seungwon Jeon --- Change in v2: - Removed function decla