]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: shpchp: Fix AMD POGO identification
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 30 May 2018 19:06:42 +0000 (14:06 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 4 Jun 2018 17:07:31 +0000 (12:07 -0500)
commit676da84e90a93f2b7945fbb99e1f0e3542fe3f3a
tree5d4ab675507c72f640e0e61d5ba9e2cc2235b7cf
parentbb5fea8d27465236a5742fb1d7309171903e1436
PCI: shpchp: Fix AMD POGO identification

The fix for an AMD POGO erratum related to SHPC incorrectly identified the
device.  The workaround should be applied only for AMD POGO devices, but it
was instead applied to:

  - all AMD bridges, and
  - all devices from any vendor with device ID 0x7458

Fixes: 40976af9de92 ("[PATCH] PCI Hotplug: shpchp: AMD POGO errata fix")
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/pci/hotplug/shpchp_ctrl.c