Skip to content

Commit 24be0b3

Browse files
matnymangregkh
authored andcommitted
Revert "xhci: Loosen RPM as default policy to cover for AMD xHC 1.1"
This reverts commit 4baf121. Enabling runtime pm as default for all AMD xHC 1.1 controllers caused regression. An initial attempt to fix those was done in commit a5d6264 ("xhci: Enable RPM on controllers that support low-power states") but new issues are still seen. Revert this to get those AMD xHC 1.1 systems working This patch went to stable an needs to be reverted from there as well. Fixes: 4baf121 ("xhci: Loosen RPM as default policy to cover for AMD xHC 1.1") Link: https://lore.kernel.org/linux-usb/[email protected] Cc: Mario Limonciello <[email protected]> Cc: Basavaraj Natikar <[email protected]> Cc: [email protected] Signed-off-by: Mathias Nyman <[email protected]> Reviewed-by: Mario Limonciello <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent b17b7fe commit 24be0b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/usb/host/xhci-pci.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,6 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
535535
/* xHC spec requires PCI devices to support D3hot and D3cold */
536536
if (xhci->hci_version >= 0x120)
537537
xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW;
538-
else if (pdev->vendor == PCI_VENDOR_ID_AMD && xhci->hci_version >= 0x110)
539-
xhci->quirks |= XHCI_DEFAULT_PM_RUNTIME_ALLOW;
540538

541539
if (xhci->quirks & XHCI_RESET_ON_RESUME)
542540
xhci_dbg_trace(xhci, trace_xhci_dbg_quirks,

0 commit comments

Comments
 (0)