thunderbolt: Discover preboot PCIe paths the boot firmware established
authorMika Westerberg <mika.westerberg@linux.intel.com>
Sun, 19 Feb 2017 21:43:26 +0000 (23:43 +0200)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Thu, 18 Apr 2019 08:18:53 +0000 (11:18 +0300)
commit0414bec5f39a3c73fa56474b1bcd899101c2727d
treee1a9715e38db40ea9b783be0129959f09b7f6311
parentaae9e27f3b72ed58d6b87c8f511e7812601a93c5
thunderbolt: Discover preboot PCIe paths the boot firmware established

In Apple Macs the boot firmware (EFI) connects all devices automatically
when the system is started, before it hands over to the OS. Instead of
ignoring we discover all those PCIe tunnels and record them using our
internal structures, just like we do when a device is connected after
the OS is already up.

By doing this we can properly tear down tunnels when devices are
disconnected. Also this allows us to resume the existing tunnels after
system suspend/resume cycle.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/path.c
drivers/thunderbolt/switch.c
drivers/thunderbolt/tb.c
drivers/thunderbolt/tb.h
drivers/thunderbolt/tunnel.c
drivers/thunderbolt/tunnel.h