On Wed, 12 Apr 2023 15:04:25 +0530, Ajay Agarwal wrote: > In dw_pcie_host_init() regardless of whether the link has been > started or not, the code waits for the link to come up. Even in > cases where start_link() is not defined the code ends up spinning > in a loop for 1 second. Since in some systems dw_pcie_host_init() > gets called during probe, this one second loop for each pcie > interface instance ends up extending the boot time. > > [...] Applied to controller/dwc, thanks! [1/1] PCI: dwc: Wait for link up only if link is started https://git.kernel.org/pci/pci/c/da56a1bfbab5 Thanks, Lorenzo