From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 81F78C43458 for ; Tue, 30 Jun 2026 08:01:53 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C998C84A60; Tue, 30 Jun 2026 10:01:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=nabladev.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=nabladev.com header.i=@nabladev.com header.b="W5IMO7bB"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2A90D84A7C; Tue, 30 Jun 2026 10:01:50 +0200 (CEST) Received: from mx.nabladev.com (mx.nabladev.com [IPv6:2a00:f820:417:0:178:251:229:89]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 47CA084A35 for ; Tue, 30 Jun 2026 10:01:48 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=nabladev.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=marex@nabladev.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id ADC4611867C; Tue, 30 Jun 2026 10:01:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nabladev.com; s=dkim; t=1782806502; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:content-language:in-reply-to:references; bh=RnwqiqAaYi/Ktf8j4pQj7tOxR3psOB6kysx5NirTV+I=; b=W5IMO7bBi6OZ/7WOkqlrBbkGSFkgP9wMh7h77LrdGbhLHGQx78cabW+BbX2AOvWlEXj5Ei uoRAmvesY5SmePNpeuwJFTIcv0qsUeJe3ot/AY9jadsT94OHTyzNbD6EXXO2kGjKLU/Ts5 1+3ZRd6H+oVhu5qHYDNtpGcoq8fU67II0UIgPbeBtX0cmzMxZJ0YjsnwYGVoN/+LVC2Uxi uOu1N2xrhhUMQk5QPR3megnG9GknP4rhtUBSdcVqigQzTvbpcd4uHVHoRI2Xj1Sj++0GTq e8MtiIh7OSJVPFo7ODbSVrlslSeWbhaeSFnfBd454Mgh6dmj76ALBigrpVzTvg== Message-ID: Date: Tue, 30 Jun 2026 08:58:10 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Marek Vasut Subject: Re: [PATCH v2 00/10] usb: Add TCPCI driver and DWC3 OTG dual-role support To: Peng Fan , u-boot@lists.denx.de, "NXP i.MX U-Boot Team" , Jonas Karlman , Sebastian Reichel , Fabio Estevam , Wang Jie Cc: Tom Rini , Patrice Chotard , Yao Zi , Mattijs Korpershoek , Kever Yang , Kaustabh Chakraborty , Casey Connolly , Ye Li , Sam Protsenko , Stefano Babic , Alice Guo , Balaji Selvanathan , Peng Fan References: <20260621-tcpci-dwc3-v2-0-990ecacc111c@nxp.com> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On 6/30/26 3:48 AM, Peng Fan wrote: Hello Peng, > Do you have time to give a look at this series? No, sorry, I am recently entirely overwhelmed by emails and my backlog only grows. Did Sebastian/Jonas provide any feedback on the TCPM part?