The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.15-fixes-1 for you to fetch changes up to e042a4533fc346a655de7f1b8ac1fa01a2ed96e5: MAINTAINERS: Add Nirmal Patel as VMD maintainer (2021-09-15 16:44:03 -0500) ---------------------------------------------------------------- PCI fixes: - Defer VPD sizing until we actually need the contents; fixes a boot-time slowdown reported by Dave Jones (Bjorn Helgaas) - Stop clobbering OF fwnodes when we look for an ACPI fwnode; fixes a virtio-iommu boot regression (Jean-Philippe Brucker) - Add AMD GPU multi-function power dependencies; fixes runtime power management, including GPU resume and temp and fan sensor issues (Evan Quan) - Update VMD maintainer to Nirmal Patel (Jon Derrick) ---------------------------------------------------------------- Bjorn Helgaas (1): PCI/VPD: Defer VPD sizing until first access Evan Quan (1): PCI: Add AMD GPU multi-function power dependencies Jean-Philippe Brucker (1): PCI/ACPI: Don't reset a fwnode set by OF Jon Derrick (1): MAINTAINERS: Add Nirmal Patel as VMD maintainer MAINTAINERS | 3 ++- drivers/pci/pci-acpi.c | 2 +- drivers/pci/quirks.c | 9 +++++++-- drivers/pci/vpd.c | 36 ++++++++++++++++++++++++++---------- 4 files changed, 36 insertions(+), 14 deletions(-)