Hi all, This series includes a couple of changes to the PCI power management that should make Linux follow the PCIe spec better and also support for sibling PCIe devices sharing ACPI power resources. The issues this series aims to solve came up with Intel Ice Lake Thunderbolt enabling where the controller is first time integrated into the SoC but I think these issues are generic to any platform having similar configuration. Mika Westerberg (3): PCI: Add missing link delays required by the PCIe spec PCI: Do not poll for PME if the device is in D3cold PCI / ACPI: Handle sibling devices sharing power resources drivers/acpi/power.c | 32 ++++++++ drivers/pci/pci-acpi.c | 32 ++++++-- drivers/pci/pci.c | 138 ++++++++++++++++++++++++-------- drivers/pci/pci.h | 6 ++ drivers/pci/pcie/portdrv_core.c | 62 ++++++++++++++ include/acpi/acpi_bus.h | 3 + 6 files changed, 233 insertions(+), 40 deletions(-) -- 2.20.1