From: Bjorn Helgaas Date: Fri, 19 Jul 2024 15:10:22 +0000 (-0500) Subject: Merge branch 'pci/enumeration' X-Git-Tag: v6.12~873^2~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=903a3b1eed540d0e02ca8489638dcf92126c8946;p=platform%2Fkernel%2Flinux-amlogic.git Merge branch 'pci/enumeration' - Move the PRESERVE_BOOT_CONFIG ACPI _DSM evaluation from drivers/acpi to drivers/pci so we can unify with similar DT functionality (Vidya Sagar) - Add of_pci_preserve_config() to check for a DT "linux,pci-probe-only" property on a per-host bridge basis in addition to a global basis (Vidya Sagar) - Unify ACPI PRESERVE_BOOT_CONFIG _DSM and DT "linux,pci-probe-only" in a generic pci_preserve_config() path (Vidya Sagar) * pci/enumeration: PCI: Use preserve_config in place of pci_flags PCI: Unify ACPI and DT 'preserve config' support PCI: of: Add of_pci_preserve_config() for per-host bridge support PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge() --- 903a3b1eed540d0e02ca8489638dcf92126c8946