Re: [PATCH 2/5] phy: exynos5-usbdrd: convert udelay() to fsleep()

From: Peter Griffin
Date: Wed Jun 12 2024 - 04:08:48 EST


Hi André,

On Tue, 7 May 2024 at 15:14, André Draszik <andre.draszik@xxxxxxxxxx> wrote:
>
> The timers-howto recommends using usleep_range() and friends anytime
> waiting for >= ~10us is required. Doing so can help the timer subsystem
> a lot to coalesce wakeups.
>
> Additionally, fsleep() exists as a convenient wrapper so we do not have
> to think about which exact sleeping function is required in which case.
>
> Convert all udelay() calls in this driver to use fsleep() to follow the
> recommendataion.

Nit: typo in commit message recommendataion -> recommendation

>
> Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx>
> ---

Aside from that:

Reviewed-by: Peter Griffin <peter.griffin@xxxxxxxxxx>

[..]