From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 29 Oct 2014 15:44:16 +0800 From: Huang Rui To: Bjorn Helgaas CC: Felipe Balbi , Alan Stern , "Greg Kroah-Hartman" , Paul Zimmerman , Heikki Krogerus , Jason Chang , "Vincent Wan" , Tony Li , USB list , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v3 05/19] usb: dwc3: add lpm erratum support Message-ID: <20141029074416.GA10840@hr-slim.amd.com> References: <1414497280-3126-1-git-send-email-ray.huang@amd.com> <1414497280-3126-6-git-send-email-ray.huang@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: On Tue, Oct 28, 2014 at 10:30:50AM -0600, Bjorn Helgaas wrote: > On Tue, Oct 28, 2014 at 5:54 AM, Huang Rui wrote: > > When parameter DWC_USB3_LPM_ERRATA_ENABLE is enabled in Andvanced > > "Advanced" > > > Configuration of coreConsultant, it supports of xHCI BESL Errata Dated > > I can't parse "is supports of" and I don't know enough to suggest an > alternate wording. > > > 10/19/2011 is enabled in host mode. In device mode it adds the capability > > to send NYET response threshold based on the BESL value received in the LPM > > token, and the threhold is configurable for each soc platform. > > "threshold" > Thanks to reminder. It should be: When parameter DWC_USB3_LPM_ERRATA_ENABLE is enabled in Advanced Configuration of coreConsultant, support of xHCI BESL Errata Dated 10/19/2011 is enabled in host mode. In device mode it adds the capability to send NYET response threshold based on the BESL value received in the LPM token, and the threshold is configurable for each SoC platform. Thanks, Rui