
On 4/30/24 12:36 AM, Jaehoon Chung wrote:
-----Original Message----- From: Marek Vasut marek.vasut@mailbox.org Sent: Friday, April 26, 2024 8:41 PM To: Jaehoon Chung jh80.chung@samsung.com; u-boot@lists.denx.de Cc: 'Peng Fan' peng.fan@nxp.com; 'Simon Glass' sjg@chromium.org Subject: Re: [PATCH v4] mmc: Poll CD in case cyclic framework is enabled
On 4/26/24 8:27 AM, Jaehoon Chung wrote:
Dear Marek,
-----Original Message----- From: Marek Vasut marek.vasut@mailbox.org Sent: Wednesday, April 24, 2024 8:18 AM To: u-boot@lists.denx.de; Jaehoon Chung jh80.chung@samsung.com Cc: Peng Fan peng.fan@nxp.com; Simon Glass sjg@chromium.org Subject: Re: [PATCH v4] mmc: Poll CD in case cyclic framework is enabled
On 3/16/24 9:13 PM, 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 access to an uninitialized card anyway, avoid initializing newly detected uninitialized cards in the cyclic callback.
Any input on this ?
When I have applied your patch from patchwork, it didn't apply directly. If you're ok, I will apply after touch your patch. Is it ok?
Sure.
After touching your patch, I will inform again to you.
btw. what is the problem with the patch ?