[RFC PATCH v4 3/5] PCI: Check platform specific ECAM quirks
From: rric@kernel.org (Robert Richter)
Date: 2016-07-22 12:11:09
Also in:
linux-acpi, linux-pci, lkml
From: rric@kernel.org (Robert Richter)
Date: 2016-07-22 12:11:09
Also in:
linux-acpi, linux-pci, lkml
On 22.07.16 14:00:42, Ard Biesheuvel wrote:
On 22 July 2016 at 13:38, Robert Richter [off-list ref] wrote:
quoted
And, we should support some sort of MCFG_OEM_REVISION_ANY to move the rev handling optional to pci_cfg_fixup::init().xxx_ANY implies 'wildcard', which we don't want in this code. The set of quirky hardware we intend to support is known, and wildcard matching makes it easier to circumvent our policy that from here on, i.e., that all ACPI/arm64 supported hardware shall adhere to the spec.
Fine with me, there shouln't be to many revs around to have a quirk per rev. -Robert