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

2018-11-22 Thread Ludovic BARRE
hi Ulf due to some ST internal works, I will busy the next days. But I will sent the change as soon as possible. On 11/21/18 6:56 PM, Ulf Hansson wrote: On 7 November 2018 at 10:30, Ludovic Barre wrote: From: Ludovic Barre The mmc framework follows the requirement of SD_Specification: the

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

2018-11-22 Thread Ludovic BARRE
hi Ulf due to some ST internal works, I will busy the next days. But I will sent the change as soon as possible. On 11/21/18 6:56 PM, Ulf Hansson wrote: On 7 November 2018 at 10:30, Ludovic Barre wrote: From: Ludovic Barre The mmc framework follows the requirement of SD_Specification: the

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

2018-11-21 Thread Ulf Hansson
On 7 November 2018 at 10:30, 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. > > But, if an error

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

2018-11-21 Thread Ulf Hansson
On 7 November 2018 at 10:30, 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. > > But, if an error

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

2018-11-07 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 transmission, some variants require a

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

2018-11-07 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 transmission, some variants require a