Re: [PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-13 Thread Simon Glass
Hi Marek, On Wed, 13 Dec 2023 at 14:00, Marek Vasut wrote: > > On 12/13/23 20:49, Simon Glass wrote: > > Hi Marek, > > > > On Wed, 13 Dec 2023 at 07:08, Marek Vasut wrote: > >> > >> On 12/12/23 15:05, Simon Glass wrote: > >>> Hi Marek, > >>> > >>> On Mon, 11 Dec 2023 at 12:24, Marek Vasut wrote

Re: [PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-13 Thread Marek Vasut
On 12/13/23 20:49, Simon Glass wrote: Hi Marek, On Wed, 13 Dec 2023 at 07:08, Marek Vasut wrote: On 12/12/23 15:05, Simon Glass wrote: Hi Marek, On Mon, 11 Dec 2023 at 12:24, Marek Vasut wrote: On 12/11/23 18:52, Simon Glass wrote: Hi Marek, On Sun, 10 Dec 2023 at 08:03, Marek Vasut w

Re: [PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-13 Thread Simon Glass
Hi Marek, On Wed, 13 Dec 2023 at 07:08, Marek Vasut wrote: > > On 12/12/23 15:05, Simon Glass wrote: > > Hi Marek, > > > > On Mon, 11 Dec 2023 at 12:24, Marek Vasut wrote: > >> > >> On 12/11/23 18:52, Simon Glass wrote: > >>> Hi Marek, > >>> > >>> On Sun, 10 Dec 2023 at 08:03, Marek Vasut > >>>

Re: [PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-13 Thread Marek Vasut
On 12/12/23 15:05, Simon Glass wrote: Hi Marek, On Mon, 11 Dec 2023 at 12:24, Marek Vasut wrote: On 12/11/23 18:52, Simon Glass wrote: Hi Marek, On Sun, 10 Dec 2023 at 08:03, Marek Vasut wrote: In case the cyclic framework is enabled, poll the card detect of already initialized cards and

Re: [PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-12 Thread Simon Glass
Hi Marek, On Mon, 11 Dec 2023 at 12:24, Marek Vasut wrote: > > On 12/11/23 18:52, Simon Glass wrote: > > Hi Marek, > > > > On Sun, 10 Dec 2023 at 08:03, Marek Vasut > > wrote: > >> > >> In case the cyclic framework is enabled, poll the card detect of already > >> initialized cards and deinitiali

Re: [PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-11 Thread Marek Vasut
On 12/11/23 18:52, Simon Glass wrote: Hi Marek, On Sun, 10 Dec 2023 at 08:03, Marek Vasut wrote: In case the cyclic framework is enabled, poll the card detect of already initialized cards and deinitialize them in case they are removed. Since the card initialization is a longer process and car

Re: [PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-11 Thread Simon Glass
Hi Marek, On Sun, 10 Dec 2023 at 08:03, Marek Vasut wrote: > > In case the cyclic framework is enabled, poll the card detect of already > initialized cards and deinitialize them in case they are removed. Since > the card initialization is a longer process and card initialization is > done on firs

[PATCH v3] mmc: Poll CD in case cyclic framework is enabled

2023-12-10 Thread Marek Vasut
In case the cyclic framework is enabled, poll the card detect of already initialized cards and deinitialize them in case they are removed. Since the card initialization is a longer process and card initialization is done on first access to an uninitialized card anyway, avoid initializing newly dete