Re: [PATCH v3 04/11] serial: sc16is7xx: add post reset delay

From: Hugo Villeneuve
Date: Thu May 25 2023 - 09:19:26 EST


On Thu, 25 May 2023 13:30:06 +0300
andy.shevchenko@xxxxxxxxx wrote:

> Thu, May 25, 2023 at 12:03:17AM -0400, Hugo Villeneuve kirjoitti:
> > From: Hugo Villeneuve <hvilleneuve@xxxxxxxxxxxx>
> >
> > Make sure we wait at least 3us before initiating communication with
> > the device after reset.
>
> ...
>
> > + usleep_range(3, 5);
>
> I would put (5, 10) instead to relax a bit the scheduler.

Hi,
Ok, done.