Re: [PATCH 5/6] mmc: block: Fix SD card stop cmd response type

2014-10-01 Thread Ulf Hansson
On 30 September 2014 14:41, Adrian Hunter wrote: > On 30/09/14 15:09, Ulf Hansson wrote: >> On 30 September 2014 13:21, Adrian Hunter wrote: >>> On 25/09/14 12:20, Ulf Hansson wrote: On 23 September 2014 22:00, Adrian Hunter wrote: > Nowhere in the SD Association Specifications does >>>

Re: [PATCH 5/6] mmc: block: Fix SD card stop cmd response type

2014-09-30 Thread Adrian Hunter
On 30/09/14 15:09, Ulf Hansson wrote: > On 30 September 2014 13:21, Adrian Hunter wrote: >> On 25/09/14 12:20, Ulf Hansson wrote: >>> On 23 September 2014 22:00, Adrian Hunter wrote: Nowhere in the SD Association Specifications does it state that the stop command has an R1 response

Re: [PATCH 5/6] mmc: block: Fix SD card stop cmd response type

2014-09-30 Thread Ulf Hansson
On 30 September 2014 13:21, Adrian Hunter wrote: > On 25/09/14 12:20, Ulf Hansson wrote: >> On 23 September 2014 22:00, Adrian Hunter wrote: >>> Nowhere in the SD Association Specifications does >>> it state that the stop command has an R1 response >>> type. It is always R1B. Change accordingly

Re: [PATCH 5/6] mmc: block: Fix SD card stop cmd response type

2014-09-30 Thread Adrian Hunter
On 25/09/14 12:20, Ulf Hansson wrote: > On 23 September 2014 22:00, Adrian Hunter wrote: >> Nowhere in the SD Association Specifications does >> it state that the stop command has an R1 response >> type. It is always R1B. Change accordingly. > > It depends on how detailed you read the spec. :-)

Re: [PATCH 5/6] mmc: block: Fix SD card stop cmd response type

2014-09-25 Thread Ulf Hansson
On 23 September 2014 22:00, Adrian Hunter wrote: > Nowhere in the SD Association Specifications does > it state that the stop command has an R1 response > type. It is always R1B. Change accordingly. It depends on how detailed you read the spec. :-) First, R1B is the same as R1, but with option

[PATCH 5/6] mmc: block: Fix SD card stop cmd response type

2014-09-23 Thread Adrian Hunter
Nowhere in the SD Association Specifications does it state that the stop command has an R1 response type. It is always R1B. Change accordingly. Note that, for SD cards, this puts the situation back to what it was prior to commit bcc3e1726d827c2d6f62f0e0e7bbc99eed7ad925. Signed-off-by: Adrian Hu