Re: [PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-28 Thread Ulf Hansson
On 27 January 2014 11:40, Adrian Hunter adrian.hun...@intel.com wrote: On 23/01/14 16:59, Ulf Hansson wrote: On 23 January 2014 15:29, Adrian Hunter adrian.hun...@intel.com wrote: On 23/01/14 15:21, Ulf Hansson wrote: On 23 January 2014 11:09, Adrian Hunter adrian.hun...@intel.com wrote: On

Re: [PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-28 Thread Adrian Hunter
On 28/01/14 14:39, Ulf Hansson wrote: On 27 January 2014 11:40, Adrian Hunter adrian.hun...@intel.com wrote: On 23/01/14 16:59, Ulf Hansson wrote: On 23 January 2014 15:29, Adrian Hunter adrian.hun...@intel.com wrote: On 23/01/14 15:21, Ulf Hansson wrote: On 23 January 2014 11:09, Adrian

Re: [PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-28 Thread Ulf Hansson
On 28 January 2014 15:45, Adrian Hunter adrian.hun...@intel.com wrote: On 28/01/14 14:39, Ulf Hansson wrote: On 27 January 2014 11:40, Adrian Hunter adrian.hun...@intel.com wrote: On 23/01/14 16:59, Ulf Hansson wrote: On 23 January 2014 15:29, Adrian Hunter adrian.hun...@intel.com wrote: On

Re: [PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-27 Thread Adrian Hunter
On 23/01/14 16:59, Ulf Hansson wrote: On 23 January 2014 15:29, Adrian Hunter adrian.hun...@intel.com wrote: On 23/01/14 15:21, Ulf Hansson wrote: On 23 January 2014 11:09, Adrian Hunter adrian.hun...@intel.com wrote: On 22/01/14 17:00, Ulf Hansson wrote: Hosts supporting

Re: [PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-23 Thread Adrian Hunter
On 22/01/14 17:00, Ulf Hansson wrote: Hosts supporting MMC_CAP_WAIT_WHILE_BUSY shall not be waiting for busy detection completion in the recovery path, which were the case when using R1B response. Start using R1 as response instead to align behavior, no matter if MMC_CAP_WAIT_WHILE_BUSY is

Re: [PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-23 Thread Ulf Hansson
On 23 January 2014 11:09, Adrian Hunter adrian.hun...@intel.com wrote: On 22/01/14 17:00, Ulf Hansson wrote: Hosts supporting MMC_CAP_WAIT_WHILE_BUSY shall not be waiting for busy detection completion in the recovery path, which were the case when using R1B response. Start using R1 as

Re: [PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-23 Thread Adrian Hunter
On 23/01/14 15:21, Ulf Hansson wrote: On 23 January 2014 11:09, Adrian Hunter adrian.hun...@intel.com wrote: On 22/01/14 17:00, Ulf Hansson wrote: Hosts supporting MMC_CAP_WAIT_WHILE_BUSY shall not be waiting for busy detection completion in the recovery path, which were the case when using

Re: [PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-23 Thread Ulf Hansson
On 23 January 2014 15:29, Adrian Hunter adrian.hun...@intel.com wrote: On 23/01/14 15:21, Ulf Hansson wrote: On 23 January 2014 11:09, Adrian Hunter adrian.hun...@intel.com wrote: On 22/01/14 17:00, Ulf Hansson wrote: Hosts supporting MMC_CAP_WAIT_WHILE_BUSY shall not be waiting for busy

[PATCH 08/10] mmc: card: Use R1 response for the stop cmd at recovery path

2014-01-22 Thread Ulf Hansson
Hosts supporting MMC_CAP_WAIT_WHILE_BUSY shall not be waiting for busy detection completion in the recovery path, which were the case when using R1B response. Start using R1 as response instead to align behavior, no matter if MMC_CAP_WAIT_WHILE_BUSY is supported or not. Signed-off-by: Ulf