From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752720AbdLKQri convert rfc822-to-8bit (ORCPT ); Mon, 11 Dec 2017 11:47:38 -0500 Received: from muru.com ([72.249.23.125]:59676 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751543AbdLKQre (ORCPT ); Mon, 11 Dec 2017 11:47:34 -0500 Date: Mon, 11 Dec 2017 08:47:31 -0800 From: Tony Lindgren To: Felipe Balbi Cc: Roger Quadros , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] ARM: dts: dra7: Disable USB metastability workaround for USB2 Message-ID: <20171211164731.GL24344@atomide.com> References: <1509456360-2638-1-git-send-email-rogerq@ti.com> <87r2sau3fo.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <87r2sau3fo.fsf@linux.intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Felipe Balbi [171204 11:43]: > Roger Quadros writes: > > > The metastability workaround causes Erratic errors [1] > > on the HighSpeed USB PHY which can cause upto 2 seconds > > delay in enumerating to a USB host while in Gadget mode. > > > > Disable the Run/Stop metastability workaround to avoid this > > ill effect. We are aware that this opens up the opportunity > > for Run/Stop metastability, however this issue has never been > > observed in TI releases so we think that Run/Stop metastability > > is a lesser evil than the PHY Erratic errors. So disable it. > > > > [1] USB controller trace during gadget enumeration > > irq/90-dwc3-969 [000] d... 52.323145: dwc3_event: event (00000901): Erratic Error [U0] > > irq/90-dwc3-969 [000] d... 52.560646: dwc3_event: event (00000901): Erratic Error [U0] > > irq/90-dwc3-969 [000] d... 52.798144: dwc3_event: event (00000901): Erratic Error [U0] > > > > Signed-off-by: Roger Quadros > > FWIW: > > Acked-by: Felipe Balbi > > I'm taking the dwc3 counterpart to v4.16 OK applying this into omap-for-v4.16/dt thanks. Tony