mbox series

[0/1] PCI: Use pci_bridge_wait_for_secondary_bus after SBR instead of ssleep(1)

Message ID cover.1660746147.git.yang.su@linux.alibaba.com (mailing list archive)
Headers show
Series PCI: Use pci_bridge_wait_for_secondary_bus after SBR instead of ssleep(1) | expand

Message

Yang Su Aug. 17, 2022, 2:30 p.m. UTC
In pci_reset_secondary_bus(), ssleep(1) is too long for PCIe.
So use pci_bridge_wait_for_secondary_bus after SBR.

Yang Su (1):
  PCI: Use pci_bridge_wait_for_secondary_bus after SBR instead of
    ssleep(1)

 drivers/pci/pci.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)