[GIT PULL] PCI fixes for v6.2
From: Bjorn Helgaas
Date: Fri Jan 13 2023 - 13:22:27 EST
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v6.2-fixes-1
for you to fetch changes up to fd3a8cff4d4a4acb0af49dd947c822717c053cf7:
x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space (2023-01-13 11:53:54 -0600)
----------------------------------------------------------------
- Work around apparent firmware issue that made Linux reject MMCONFIG
space, which broke PCI extended config space (Bjorn Helgaas)
- Fix CONFIG_PCIE_BT1 dependency due to mid-air collision between a
PCI_MSI_IRQ_DOMAIN -> PCI_MSI change and addition of PCIE_BT1 (Lukas
Bulwahn)
----------------------------------------------------------------
Bjorn Helgaas (2):
x86/pci: Simplify is_mmconf_reserved() messages
x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space
Lukas Bulwahn (1):
PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAIN
arch/x86/pci/mmconfig-shared.c | 44 ++++++++++++++++++++++++++++++++------
drivers/pci/controller/dwc/Kconfig | 2 +-
2 files changed, 39 insertions(+), 7 deletions(-)