Hi, On Mon, Sep 05, 2022 at 02:56:22PM +0800, Kai-Heng Feng wrote: > AMD USB4 can not detect external PCIe devices like external NVMe when > it's hotplugged, because card/link are not up: > > pcieport 0000:00:04.1: pciehp: pciehp_check_link_active: lnk_status = 1101 I think the correct solution is then to block them from runtime suspending entirely. > Use `lspci` to resume pciehp bridges can find external devices. > > A long delay before checking card/link presence doesn't help, either. > The only way to make the hotplug work is to enable pciehp interrupt and > check card presence after the TB switch is added. > > Since the topology of USB4 and its PCIe bridges are siblings, hardcode > the bridge ID so TBT driver can wake them up to check presence. Let's not add PCI things into TBT driver unless absolutely necessary. At least on Intel hardware the PCIe hotplug is signaled by SCI when the root port is in D3, I wonder if AMD has something similar.