Re: [PATCH v1 2/2] PCI: shpchp: Fix AMD POGO identification

2018-06-03 Thread Rafael J. Wysocki
On Sat, Jun 2, 2018 at 7:42 AM, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > 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

Re: [PATCH v1 2/2] PCI: shpchp: Fix AMD POGO identification

2018-06-03 Thread Rafael J. Wysocki
On Sat, Jun 2, 2018 at 7:42 AM, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > 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

Re: [PATCH v1 2/2] PCI: shpchp: Fix AMD POGO identification

2018-06-02 Thread Mika Westerberg
On Sat, Jun 02, 2018 at 12:42:12AM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > 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,

Re: [PATCH v1 2/2] PCI: shpchp: Fix AMD POGO identification

2018-06-02 Thread Mika Westerberg
On Sat, Jun 02, 2018 at 12:42:12AM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > 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,

[PATCH v1 2/2] PCI: shpchp: Fix AMD POGO identification

2018-06-01 Thread Bjorn Helgaas
From: Bjorn Helgaas 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: 53044f357448

[PATCH v1 2/2] PCI: shpchp: Fix AMD POGO identification

2018-06-01 Thread Bjorn Helgaas
From: Bjorn Helgaas 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: 53044f357448