[PATCH v8 3/6] PCI: Use standard wait times for PCIe link monitoring
Bjorn Helgaas
helgaas at kernel.org
Wed Jul 29 13:32:21 PDT 2026
On Thu, Jul 16, 2026 at 07:07:14PM +0200, Thierry Reding wrote:
> From: Thierry Reding <treding at nvidia.com>
>
> 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!
More information about the linux-arm-kernel
mailing list