Re: [PATCH] mmc: mmci: add variant property to send stop cmd if a command fail

2018-11-02 Thread Ludovic BARRE
hi Ulf On 10/31/18 4:16 PM, Ulf Hansson wrote: On 30 October 2018 at 11:16, Ludovic Barre wrote: From: Ludovic Barre The mmc framework follows the requirement of SD_Specification: the STOP_TRANSMISSION is sent on multiple write/read commands and the stop command (alone), not needed on other

Re: [PATCH] mmc: mmci: add variant property to send stop cmd if a command fail

2018-11-02 Thread Ludovic BARRE
hi Ulf On 10/31/18 4:16 PM, Ulf Hansson wrote: On 30 October 2018 at 11:16, Ludovic Barre wrote: From: Ludovic Barre The mmc framework follows the requirement of SD_Specification: the STOP_TRANSMISSION is sent on multiple write/read commands and the stop command (alone), not needed on other

Re: [PATCH] mmc: mmci: add variant property to send stop cmd if a command fail

2018-10-31 Thread Ulf Hansson
On 30 October 2018 at 11:16, Ludovic Barre wrote: > From: Ludovic Barre > > The mmc framework follows the requirement of SD_Specification: > the STOP_TRANSMISSION is sent on multiple write/read commands > and the stop command (alone), not needed on other ADTC commands. Well, there is a bit more

Re: [PATCH] mmc: mmci: add variant property to send stop cmd if a command fail

2018-10-31 Thread Ulf Hansson
On 30 October 2018 at 11:16, Ludovic Barre wrote: > From: Ludovic Barre > > The mmc framework follows the requirement of SD_Specification: > the STOP_TRANSMISSION is sent on multiple write/read commands > and the stop command (alone), not needed on other ADTC commands. Well, there is a bit more

[PATCH] mmc: mmci: add variant property to send stop cmd if a command fail

2018-10-30 Thread Ludovic Barre
From: Ludovic Barre The mmc framework follows the requirement of SD_Specification: the STOP_TRANSMISSION is sent on multiple write/read commands and the stop command (alone), not needed on other ADTC commands. But, if an error happens on command or data step, some variants require a stop

[PATCH] mmc: mmci: add variant property to send stop cmd if a command fail

2018-10-30 Thread Ludovic Barre
From: Ludovic Barre The mmc framework follows the requirement of SD_Specification: the STOP_TRANSMISSION is sent on multiple write/read commands and the stop command (alone), not needed on other ADTC commands. But, if an error happens on command or data step, some variants require a stop