]> git.itanic.dy.fi Git - linux-stable/commit
PCI: Add VPD function 0 quirk for Intel Ethernet devices
authorMark Rustad <mark.d.rustad@intel.com>
Mon, 13 Jul 2015 18:40:07 +0000 (11:40 -0700)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 13 Oct 2015 02:46:05 +0000 (03:46 +0100)
commitfb0a96829d377ecdb158436d21eb8c1cf2679deb
tree9072bfd0bbdd720fe559a672800245a8ced2db54
parent6a3e55972f0d99abffc0432cb80b17c8c49822f0
PCI: Add VPD function 0 quirk for Intel Ethernet devices

commit 7aa6ca4d39edf01f997b9e02cf6d2fdeb224f351 upstream.

Set the PCI_DEV_FLAGS_VPD_REF_F0 flag on all Intel Ethernet device
functions other than function 0, so that on multi-function devices, we will
always read VPD from function 0 instead of from the other functions.

[bhelgaas: changelog]
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Alexander Duyck <alexander.h.duyck@redhat.com>
[bwh: Backported to 3.2:
 - Put the class check in the new function as there is no
   DECLARE_PCI_FIXUP_CLASS_EARLY(
 - Adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/pci/quirks.c