Re: [Linux-stm32] [PATCH V3 1/2] mmc: mmci: add variant property to set command stop bit

2019-01-24 Thread Ulf Hansson
On Thu, 24 Jan 2019 at 16:03, Ludovic BARRE wrote: > > hi Ulf > > I don't think you've seen my previous mail :-( > what is your feeling about "mmc: mmci: send stop command to clear the dpsm" Apologize for the delay. I wanted to check this in detail so I applied your patch locally and started to p

Re: [Linux-stm32] [PATCH V3 1/2] mmc: mmci: add variant property to set command stop bit

2019-01-24 Thread Ludovic BARRE
hi Ulf I don't think you've seen my previous mail :-( what is your feeling about "mmc: mmci: send stop command to clear the dpsm" Regards Ludo On 1/3/19 11:35 AM, Ludovic BARRE wrote: hi Ulf happy new years. Just a gentleman ping about patch2 of this series "mmc: mmci: send stop command to c

Re: [PATCH V3 1/2] mmc: mmci: add variant property to set command stop bit

2019-01-03 Thread Ludovic BARRE
hi Ulf happy new years. Just a gentleman ping about patch2 of this series "mmc: mmci: send stop command to clear the dpsm." Regards Ludo On 12/11/18 10:53 AM, Ludovic BARRE wrote: On 12/11/18 10:47 AM, Ulf Hansson wrote: On Thu, 6 Dec 2018 at 16:13, Ludovic Barre wrote: From: Ludovic Ba

Re: [PATCH V3 1/2] mmc: mmci: add variant property to set command stop bit

2018-12-11 Thread Ludovic BARRE
On 12/11/18 10:47 AM, Ulf Hansson wrote: On Thu, 6 Dec 2018 at 16:13, Ludovic Barre wrote: From: Ludovic Barre On cmd12 (STOP_TRANSMISSION), STM32 sdmmc variant needs to set cmdstop bit in command register. The CPSM ("Command Path State Machine") treats the command as a Stop Transmission

Re: [PATCH V3 1/2] mmc: mmci: add variant property to set command stop bit

2018-12-11 Thread Ulf Hansson
On Thu, 6 Dec 2018 at 16:13, Ludovic Barre wrote: > > From: Ludovic Barre > > On cmd12 (STOP_TRANSMISSION), STM32 sdmmc variant needs to set > cmdstop bit in command register. The CPSM ("Command Path State Machine") > treats the command as a Stop Transmission command and signals > abort to the DP

[PATCH V3 1/2] mmc: mmci: add variant property to set command stop bit

2018-12-06 Thread Ludovic Barre
From: Ludovic Barre On cmd12 (STOP_TRANSMISSION), STM32 sdmmc variant needs to set cmdstop bit in command register. The CPSM ("Command Path State Machine") treats the command as a Stop Transmission command and signals abort to the DPSM ("Data Path State Machine"). Signed-off-by: Ludovic Barre -