Re: [PATCH v2 1/3] mmc: sdhci-of-dwcmshc: improve delay and sleep handling with fsleep()

From: Artem Shimko

Date: Fri May 22 2026 - 02:59:16 EST


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?

Thank you!
--
Best regards,
Artem