]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'pci/enumeration'
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:08 +0000 (12:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 3 Oct 2025 17:13:08 +0000 (12:13 -0500)
commit31e04a46cefcd79976a57eaebbc174dbf7b2100f
treeedab35c9214cf11a637e359222e42bf14742502d
parent7cc5e1e62bd20a6c24597a0d13bcf24f784e8b74
parenta22250fe933dbd1da9a9683506ae3f489ccc579d
Merge branch 'pci/enumeration'

- Use PCI_HEADER_TYPE_* defines, not hard-coded values (Ilpo Järvinen)

- Clean up early_dump_pci_device() to avoid hard-coded values (Ilpo
  Järvinen)

- Clean up pci_scan_child_bus_extend() loop to avoid hard-coded values
  (Ilpo Järvinen)

- Add a Xeon 6 quirk to disable Extended Tags and limit Max Read Request
  Size to 128B to avoid a performance issue (Ilpo Järvinen)

* pci/enumeration:
  PCI: Add Extended Tag + MRRS quirk for Xeon 6
  PCI: Clean up pci_scan_child_bus_extend() loop
  PCI: Clean up early_dump_pci_device()
  PCI: Use header type defines in pci_setup_device()