]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Add ACS Redirect disable quirk for Intel Sunrise Point
authorLogan Gunthorpe <logang@deltatee.com>
Thu, 9 Aug 2018 22:09:17 +0000 (17:09 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 9 Aug 2018 22:59:07 +0000 (17:59 -0500)
commite5e54a6cee607c4a436b8c757c8abe6dbb18cb2f
tree6061ec8d2ba6aa99c351c28535b10467657ead32
parent3e516e5bf6abe9390e477dbe3cb81b8dad30cb48
PCI: Add ACS Redirect disable quirk for Intel Sunrise Point

Intel Sunrise Point PCH hardware has an implementation of the ACS bits that
does not comply with the PCIe standard.  Add a device-specific quirk,
pci_quirk_disable_intel_spt_pch_acs_redir() to disable ACS Redirection on
this system.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
[bhelgaas: changelog, split to separate patch]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
drivers/pci/quirks.c