Re: [PATCH v2] staging: fbtft: fb_tinylcd: replace udelay() with fsleep()

From: Andy Shevchenko

Date: Thu Feb 19 2026 - 09:56:01 EST


On Thu, Feb 19, 2026 at 03:29:42PM +0100, tomasz.unger@xxxxxxxx wrote:

> fsleep() is the preferred modern API for flexible sleeping as it
> automatically selects the best sleep mechanism based on the duration.
> Replace udelay() with fsleep() to improve power efficiency.
>
> init_display() is a driver initialization callback which runs in
> sleeping context, so fsleep() is safe to use here.

OK.
Acked-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxx>

--
With Best Regards,
Andy Shevchenko