From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kemnade.info header.i=@kemnade.info header.b="IvrvKt2R" X-Greylist: delayed 1397 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 12 Dec 2023 07:44:59 PST Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a02:c205:3004:2154::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4134599 for ; Tue, 12 Dec 2023 07:44:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20220719; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=8/7UY3Bhx9kOpWH0pljI90JTWKEClugcDBTPjZhXP9I=; b=IvrvKt2Ro9FYXn4zgx6sY8r6zl k7PKyiLzUyhm14tt0yTEl1QZnV/QE9IfhGJ21ZSL4vMaN1gkOPBcpke0/dX6mKmqZSUXZX2K1oKwp wjaM4qdD/Fo80ja6Zqybnbfcp8qHHgBZ3d53i1KP9t5DNwnC4gP2/OAtTKMNktLZRtoqh2fmh5xb2 ulGCpojPcIsRQigz5i1JChmXhu+iP9XvN8TqHOYSKS0iDZ3Yy8zc+mjAbgI42L/ufiXBNXAngdQ5O B1/0ttz5R4Dw4LvoqboRjD6Th0xTGNJExrLJ0XsNRuOWHB2yawl3axs5pYIBQL5RuEtJIdGUuiF6P W8fPzubQ==; Received: from p200301077700c3001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:107:7700:c300:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rD4Zn-007JTV-Hw; Tue, 12 Dec 2023 16:21:39 +0100 Date: Tue, 12 Dec 2023 16:21:37 +0100 From: Andreas Kemnade To: Adam Ford Cc: Linux-OMAP , USB list , stern@rowland.harvard.edu, Greg Kroah-Hartman Subject: Re: ehci-omap unresponsive when used with external hub Message-ID: <20231212162137.047f9337@aktux> In-Reply-To: References: X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 12 Dec 2023 08:58:31 -0600 Adam Ford wrote: > I have been troubleshooting an issue with USB which appears to happen > with AM3517, OMAP3530, and DM3730 in which the USB doesn't detect > removal or connection of USB devices and interrupts stop occurring. > > In every case, I have the OMAP3 EHCI connected to a USB3220 > transceiver which is treated as configured in the device tree as > usb-nop-xceiv with reset-gpios configured to enable it. > Also issues on GTA04 (DM3730): The modem is behind it. There is an errata for that combination. Somehow reset/turning off does not work really. On GTA04 we have issues with current consumption during suspend. including scenarios where there is a mismatch between state of phy and what the omap side the state is. What we do: enable off-mode and force-reset of both sides. and have this hack to solve at least the suspend issues: https://lore.kernel.org/linux-omap/20180216171414.8097-1-andreas@kemnade.info/ Regards, Andreas