Re: [PATCH v2 1/3] mmc: sdhci-of-dwcmshc: improve delay and sleep handling with fsleep()
From: Adrian Hunter
Date: Fri May 22 2026 - 03:14:21 EST
On 22/05/2026 09:58, Artem Shimko wrote:
> Hi Adrian,
>
> On Fri, May 22, 2026 at 9:01 AM Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote:
>>
>> On 21/05/2026 11:35, Artem Shimko wrote:
>>> Replace usleep_range() and udelay(1) (for consistency) with fsleep()
>>> in several places to follow kernel documentation recommendation [1]
>>> of using fsleep() for delays in non-atomic contexts.
>>
>> The usleep_range()'s have presumably been chosen and validated.
>> They cannot be arbitrarily changed. And then there is no point
>> changing udelay() to fsleep(). Please let's just leave this.
>
> Sure.
>
> Should I send v3 without the commit?
Sure