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

2024-09-06 Thread Marek Vasut
On 9/6/24 12:02 AM, Tom Rini wrote: On Sun, Jun 16, 2024 at 04:58:49PM +0200, 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

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

2024-09-05 Thread Tom Rini
On Sun, Jun 16, 2024 at 04:58:49PM +0200, 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 first

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

2024-06-16 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