]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/pci/quirks.c
PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS
authorJon Mason <jon.mason@broadcom.com>
Fri, 27 Jan 2017 21:44:09 +0000 (16:44 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 8 Feb 2017 21:51:45 +0000 (15:51 -0600)
commitce709f86501a013e941e9986cb072eae375ddf3e
treefa81a21be7f178df73697a24e56cbacc7bd62070
parent4d4836ab70d3c59bc934d244f0cccdd035c1ead8
PCI: Add Broadcom Northstar2 PAXC quirk for device class and MPSS

The Broadcom Northstar2 SoC has a number of quirks for the PAXC
(internal/fake) PCI bus.  Specifically, the PCI config space is shared
between the root port and the first PF (ie., PF0), and a number of fields
are tied to zero (thus preventing them from being set).  These cannot be
"fixed" in device firmware, so we must fix them with a quirk.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/quirks.c