Re: [Linux-stm32] [PATCH V3 1/3] mmc: mmci: fix read status for busy detect

2019-08-05 Thread Ludovic BARRE
hi Ulf On 7/26/19 11:41 AM, Ludovic BARRE wrote: hi Ulf Thanks to your "Clarify comments ..." commit, like is closes I resumed upstream of this series. On 7/15/19 6:31 PM, Ulf Hansson wrote: On Mon, 3 Jun 2019 at 17:55, Ludovic Barre wrote: From: Ludovic Barre "busy_detect_flag" is used

Re: [PATCH V3 1/3] mmc: mmci: fix read status for busy detect

2019-07-26 Thread Ludovic BARRE
hi Ulf Thanks to your "Clarify comments ..." commit, like is closes I resumed upstream of this series. On 7/15/19 6:31 PM, Ulf Hansson wrote: On Mon, 3 Jun 2019 at 17:55, Ludovic Barre wrote: From: Ludovic Barre "busy_detect_flag" is used to read & clear busy value of mmci status. "busy_de

Re: [PATCH V3 1/3] mmc: mmci: fix read status for busy detect

2019-07-15 Thread Ulf Hansson
On Mon, 3 Jun 2019 at 17:55, Ludovic Barre wrote: > > From: Ludovic Barre > > "busy_detect_flag" is used to read & clear busy value of mmci status. > "busy_detect_mask" is used to manage busy irq of mmci mask. > So to read mmci status the busy_detect_flag must be take account. > if the variant do

[PATCH V3 1/3] mmc: mmci: fix read status for busy detect

2019-06-03 Thread Ludovic Barre
From: Ludovic Barre "busy_detect_flag" is used to read & clear busy value of mmci status. "busy_detect_mask" is used to manage busy irq of mmci mask. So to read mmci status the busy_detect_flag must be take account. if the variant does not support busy detect feature the flag is null and there is