From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 11 Nov 2018 16:32:35 -0600 From: Rob Herring Subject: Re: [PATCH v6 2/3] usb: dwc3: Add disabling of start_transfer failure quirk Message-ID: <20181111223235.GA18660@bogus> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Thinh Nguyen Cc: Felipe Balbi , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, Mark Rutland , John Youn List-ID: On Thu, Nov 08, 2018 at 12:06:57PM -0800, Thinh Nguyen wrote: > DWC_usb31 peripheral v1.70a-ea06 and prior needs a SW workaround for > isoc START TRANSFER command failure. However, some affected versions may > have RTL patches to fix this without a SW workaround. Add this quirk to > disable the SW workaround when it is not needed. > > Synopsys STAR 9001202023: Wrong microframe number for isochronous IN > endpoints. > > Signed-off-by: Thinh Nguyen > --- > Documentation/devicetree/bindings/usb/dwc3.txt | 3 +++ > 1 file changed, 3 insertions(+) Acked-by: Rob Herring