* [PATCH] xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms
@ 2020-02-26 15:08 Mathias Nyman
2020-02-26 17:02 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Mathias Nyman @ 2020-02-26 15:08 UTC (permalink / raw)
To: stable; +Cc: Mathias Nyman, Greg Kroah-Hartman
[ Upstream commit a3ae87dce3a5abe0b57c811bab02b2564b574106 ]
Backport for 4.4, 4.9, 4.14, and 4.19 stable
Intel Comet Lake based platform require the XHCI_PME_STUCK_QUIRK
quirk as well. Without this xHC can not enter D3 in runtime suspend.
Cc: stable@vger.kernel.org
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Link: https://lore.kernel.org/r/20200210134553.9144-5-mathias.nyman@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/usb/host/xhci-pci.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index df86ea308415..5af57afb4e56 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -53,6 +53,7 @@
#define PCI_DEVICE_ID_INTEL_BROXTON_B_XHCI 0x1aa8
#define PCI_DEVICE_ID_INTEL_APL_XHCI 0x5aa8
#define PCI_DEVICE_ID_INTEL_DNV_XHCI 0x19d0
+#define PCI_DEVICE_ID_INTEL_CML_XHCI 0xa3af
static const char hcd_name[] = "xhci_hcd";
@@ -169,7 +170,8 @@ static void xhci_pci_quirks(struct device *dev, struct xhci_hcd *xhci)
pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_M_XHCI ||
pdev->device == PCI_DEVICE_ID_INTEL_BROXTON_B_XHCI ||
pdev->device == PCI_DEVICE_ID_INTEL_APL_XHCI ||
- pdev->device == PCI_DEVICE_ID_INTEL_DNV_XHCI)) {
+ pdev->device == PCI_DEVICE_ID_INTEL_DNV_XHCI ||
+ pdev->device == PCI_DEVICE_ID_INTEL_CML_XHCI)) {
xhci->quirks |= XHCI_PME_STUCK_QUIRK;
}
if (pdev->vendor == PCI_VENDOR_ID_INTEL &&
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms
2020-02-26 15:08 [PATCH] xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms Mathias Nyman
@ 2020-02-26 17:02 ` Greg Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2020-02-26 17:02 UTC (permalink / raw)
To: Mathias Nyman; +Cc: stable
On Wed, Feb 26, 2020 at 05:08:48PM +0200, Mathias Nyman wrote:
> [ Upstream commit a3ae87dce3a5abe0b57c811bab02b2564b574106 ]
>
> Backport for 4.4, 4.9, 4.14, and 4.19 stable
Thanks for the backport, now queued up.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-26 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-26 15:08 [PATCH] xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms Mathias Nyman
2020-02-26 17:02 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).