The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.18-fixes-1 for you to fetch changes up to a3b69dd0ad6265c29c4b6fb381cd76fb3bebdf8c: Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler" (2022-05-16 15:58:47 -0500) ---------------------------------------------------------------- PCI fixes: - Avoid putting Elo i2 PCIe Ports in D3cold because downstream devices are inaccessible after going back to D0 (Rafael J. Wysocki) - Qualcomm SM8250 has a ddrss_sf_tbu clock but SC8180X does not; make a SC8180X-specific config without the clock so it probes correctly (Bjorn Andersson) - Revert aardvark chained IRQ handler rewrite because it broke interrupt affinity (Pali Rohár) ---------------------------------------------------------------- Bjorn Andersson (1): PCI: qcom: Remove ddrss_sf_tbu clock from SC8180X Pali Rohár (1): Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler" Rafael J. Wysocki (1): PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold drivers/pci/controller/dwc/pcie-qcom.c | 7 ++++- drivers/pci/controller/pci-aardvark.c | 48 ++++++++++++++++------------------ drivers/pci/pci.c | 10 +++++++ 3 files changed, 38 insertions(+), 27 deletions(-)