Re: [PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-12-05 Thread Ludovic BARRE
On 12/5/18 3:23 PM, Ulf Hansson wrote: On Tue, 20 Nov 2018 at 10:42, Ulf Hansson wrote: On 7 November 2018 at 10:30, Ludovic Barre wrote: From: Ludovic Barre Refer to "4.15 set block count command" of sd specification: Host needs to issue CMD12 if any error is detected in the CMD18 and

Re: [PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-12-05 Thread Ludovic BARRE
On 12/5/18 3:23 PM, Ulf Hansson wrote: On Tue, 20 Nov 2018 at 10:42, Ulf Hansson wrote: On 7 November 2018 at 10:30, Ludovic Barre wrote: From: Ludovic Barre Refer to "4.15 set block count command" of sd specification: Host needs to issue CMD12 if any error is detected in the CMD18 and

Re: [PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-12-05 Thread Ludovic BARRE
On 12/5/18 3:23 PM, Ulf Hansson wrote: On Tue, 20 Nov 2018 at 10:42, Ulf Hansson wrote: On 7 November 2018 at 10:30, Ludovic Barre wrote: From: Ludovic Barre Refer to "4.15 set block count command" of sd specification: Host needs to issue CMD12 if any error is detected in the CMD18 and

Re: [PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-12-05 Thread Ludovic BARRE
On 12/5/18 3:23 PM, Ulf Hansson wrote: On Tue, 20 Nov 2018 at 10:42, Ulf Hansson wrote: On 7 November 2018 at 10:30, Ludovic Barre wrote: From: Ludovic Barre Refer to "4.15 set block count command" of sd specification: Host needs to issue CMD12 if any error is detected in the CMD18 and

Re: [PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-12-05 Thread Ulf Hansson
On Tue, 20 Nov 2018 at 10:42, Ulf Hansson wrote: > > On 7 November 2018 at 10:30, Ludovic Barre wrote: > > From: Ludovic Barre > > > > Refer to "4.15 set block count command" of sd specification: > > Host needs to issue CMD12 if any error is detected in > > the CMD18 and CMD25 operations. > > >

Re: [PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-12-05 Thread Ulf Hansson
On Tue, 20 Nov 2018 at 10:42, Ulf Hansson wrote: > > On 7 November 2018 at 10:30, Ludovic Barre wrote: > > From: Ludovic Barre > > > > Refer to "4.15 set block count command" of sd specification: > > Host needs to issue CMD12 if any error is detected in > > the CMD18 and CMD25 operations. > > >

Re: [PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-11-20 Thread Ulf Hansson
On 7 November 2018 at 10:30, Ludovic Barre wrote: > From: Ludovic Barre > > Refer to "4.15 set block count command" of sd specification: > Host needs to issue CMD12 if any error is detected in > the CMD18 and CMD25 operations. > > In sbc case, the data->stop is fill by framework. > >

Re: [PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-11-20 Thread Ulf Hansson
On 7 November 2018 at 10:30, Ludovic Barre wrote: > From: Ludovic Barre > > Refer to "4.15 set block count command" of sd specification: > Host needs to issue CMD12 if any error is detected in > the CMD18 and CMD25 operations. > > In sbc case, the data->stop is fill by framework. > >

[PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-11-07 Thread Ludovic Barre
From: Ludovic Barre Refer to "4.15 set block count command" of sd specification: Host needs to issue CMD12 if any error is detected in the CMD18 and CMD25 operations. In sbc case, the data->stop is fill by framework. Signed-off-by: Ludovic Barre --- drivers/mmc/host/mmci.c | 5 ++--- 1 file

[PATCH V2 1/2] mmc: mmci: send stop command if sbc error issue

2018-11-07 Thread Ludovic Barre
From: Ludovic Barre Refer to "4.15 set block count command" of sd specification: Host needs to issue CMD12 if any error is detected in the CMD18 and CMD25 operations. In sbc case, the data->stop is fill by framework. Signed-off-by: Ludovic Barre --- drivers/mmc/host/mmci.c | 5 ++--- 1 file