[GIT PULL] PCI changes for v6.6

From: Bjorn Helgaas
Date: Sat Sep 09 2023 - 12:26:06 EST


The following changes since commit b6f6167ea8a424d14b41c172fe7a5f49e164f221:

Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci (2023-08-30 20:23:07 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.6-fixes-1

for you to fetch changes up to 5260bd6d36c83c5b269c33baaaf8c78e520908b0:

Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset" (2023-09-08 15:11:45 -0500)

----------------------------------------------------------------
- Add PCI_DYNAMIC_OF_NODES dependency on OF_IRQ to fix sparc64 build error
(Lizhi Hou)

- After coalescing host bridge resources, free any released resources to
avoid a leak (Ross Lagerwall)

- Revert a quirk that prevented NVIDIA T4 GPUs from using Secondary Bus
Reset. The quirk worked around an issue that we now think is related to
the Root Port, not the GPU (Bjorn Helgaas)

----------------------------------------------------------------
Bjorn Helgaas (1):
Revert "PCI: Mark NVIDIA T4 GPUs to avoid bus reset"

Lizhi Hou (1):
PCI: Fix CONFIG_PCI_DYNAMIC_OF_NODES kconfig dependencies

Ross Lagerwall (1):
PCI: Free released resource after coalescing

drivers/pci/Kconfig | 2 +-
drivers/pci/probe.c | 1 +
drivers/pci/quirks.c | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)