From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751923AbdFPDHq (ORCPT ); Thu, 15 Jun 2017 23:07:46 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:35430 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750981AbdFPDHo (ORCPT ); Thu, 15 Jun 2017 23:07:44 -0400 MIME-Version: 1.0 In-Reply-To: References: From: Kai-Heng Feng Date: Fri, 16 Jun 2017 11:07:42 +0800 Message-ID: Subject: Re: [PATCH] usb: host: ehci: workaround PME bug on AMD EHCI controller To: Alan Stern Cc: Bjorn Helgaas , Bjorn Helgaas , gregkh@linuxfoundation.org, USB list , linux-pci@vger.kernel.org, LKML , "Rafael J. Wysocki" , linux-pm@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 15, 2017 at 10:12 PM, Alan Stern wrote: > On Thu, 15 Jun 2017, Kai-Heng Feng wrote: > >> On Wed, Jun 14, 2017 at 1:28 AM, Bjorn Helgaas wrote: >> > >> > The lspci output [1] shows: >> > >> > 00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 39) (prog-if 20 [EHCI]) >> > Capabilities: [c0] Power Management version 2 >> > Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) >> > Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME- >> > Bridge: PM- B3+ >> > >> > The device claims it can assert PME# from D3hot. If it can't, that >> > sounds like a hardware defect that should be addressed with a quirk. >> > Ideally we would also have a pointer to the AMD hardware erratum. >> >> Looks like it's pretty similar to "23 USB Wake on Connect/Disconnect >> with Low Speed Devices" in [1]. >> It points to a workaround in appendix A2 from [2]. >> However it says this bug only effects Low Speed devices, but it >> actually also happens on High Speed devices. >> >> [1] https://support.amd.com/TechDocs/46837.pdf >> [2] https://support.amd.com/TechDocs/42413.pdf > > Those documents refer to a hardware bug with a workaround in the BIOS. > Have you checked to see if your BIOS is up to date? Yes, it's up to date. > > Alan Stern > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kai-Heng Feng Subject: Re: [PATCH] usb: host: ehci: workaround PME bug on AMD EHCI controller Date: Fri, 16 Jun 2017 11:07:42 +0800 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alan Stern Cc: Bjorn Helgaas , Bjorn Helgaas , gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, USB list , linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, LKML , "Rafael J. Wysocki" , linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-pm@vger.kernel.org On Thu, Jun 15, 2017 at 10:12 PM, Alan Stern wrote: > On Thu, 15 Jun 2017, Kai-Heng Feng wrote: > >> On Wed, Jun 14, 2017 at 1:28 AM, Bjorn Helgaas wrote: >> > >> > The lspci output [1] shows: >> > >> > 00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 39) (prog-if 20 [EHCI]) >> > Capabilities: [c0] Power Management version 2 >> > Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+) >> > Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME- >> > Bridge: PM- B3+ >> > >> > The device claims it can assert PME# from D3hot. If it can't, that >> > sounds like a hardware defect that should be addressed with a quirk. >> > Ideally we would also have a pointer to the AMD hardware erratum. >> >> Looks like it's pretty similar to "23 USB Wake on Connect/Disconnect >> with Low Speed Devices" in [1]. >> It points to a workaround in appendix A2 from [2]. >> However it says this bug only effects Low Speed devices, but it >> actually also happens on High Speed devices. >> >> [1] https://support.amd.com/TechDocs/46837.pdf >> [2] https://support.amd.com/TechDocs/42413.pdf > > Those documents refer to a hardware bug with a workaround in the BIOS. > Have you checked to see if your BIOS is up to date? Yes, it's up to date. > > Alan Stern > -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html