Re: [PATCH v8 3/6] PCI: Use standard wait times for PCIe link monitoring
From: Bjorn Helgaas
Date: Wed Jul 29 2026 - 16:41:17 EST
On Thu, Jul 16, 2026 at 07:07:14PM +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@xxxxxxxxxx>
>
> Instead of defining the wait values for each driver, use common values
> defined in the core pci.h header file. Note that while most drivers use
> the usleep_range(), it looks like these were mostly cargo culted and
> msleep() is a better choice given the fixed delay that the specification
> calls for. Convert all drivers to msleep() and use the existing
> definition.
Thanks for doing this, removing all this needless duplication is
great!