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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6B9B2C3ABDA for ; Wed, 14 May 2025 09:36:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7lnYw4ibn2bD6IuRwroGeZGFS5Wh8Hf1n405Ueqnnec=; b=CjBA+3FdL8FP3T1x9da7rsnt5r FGBkEBmSS3wkHZaZaNURBrkr5fSp1STKMaz3eWmK6/Hy9njTpD0fz6zu2ImS1YUsdjZZMz0GlTok+ X0v//QOr5R78MIrxcU1xDQoZT/S7nPqd40xq5l9dwjyA+iW+69mh6dKcX78vvB3Mzl77bw6Epr1Bx SPYvAYdIDp8E6nby7F7BI/4W9FXPN+Hm3Tpl7VRepD0MZ7TBvCedCk+ebllhiddXcPsOQ8A0nyD5r VAVnNAberkRPeQKAmedD5YsKLM3TxvCr5cE2uMV1gjFff0btqVE9zw22gykschbQUMPaY7kixcPqp uyGj++1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uF8XF-0000000Egh8-0Yoc; Wed, 14 May 2025 09:36:21 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uF7hN-0000000EXNS-3zUv; Wed, 14 May 2025 08:42:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 9A20A44810; Wed, 14 May 2025 08:42:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6E9EC4CEE9; Wed, 14 May 2025 08:42:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1747212165; bh=huX/tfz1n6SVCqrMcxeGuPLIU7IfmSzg5HNLXYpyCjg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nHBgj5VxstSFtIygnteUP8m0H/l2aACoxXCzfYpkbg7Tmjqeh306C4LKegIVk95ZX 0W+axqzUd712og2DBkARmvW3nzegaCnAdyu7k4sd4dLlhFQBvNrzV40dsAmABSE3Qd XMY1aG1XY59JOWIpJYGn+gH4rx7llllC86K8tLLw/5Aua+50/v39oiGeENqFOPPfOz MT7i7uXwXnnnJWA/gpS11AJMkXk1730Dzl7RBCBgApW6CtA+lYM3nWTQe8zDzQdG6p elj2/Bl9Dro2aytn7YgMJ2gPfRk/2URR8q/TixZqyHDNIEgVZ/Pjj8pK/j7CJAmJ2o Ggio9B0DwolFA== Date: Wed, 14 May 2025 09:42:42 +0100 From: Vinod Koul To: Igor Belwon Cc: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Marek Szyprowski , Sylwester Nawrocki , Alim Akhtar , Krzysztof Kozlowski , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v2 0/2] USB PHY support for Exynos990 SoCs Message-ID: References: <20250420-usb-resends-april-v2-0-25dc7d2e6dd4@mentallysanemainliners.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250420-usb-resends-april-v2-0-25dc7d2e6dd4@mentallysanemainliners.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250514_014246_013593_E283DDB4 X-CRM114-Status: GOOD ( 13.76 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 20-04-25, 21:28, Igor Belwon wrote: > Hi all! > > This patchset adds support for the USB 2.0 PHY of the Exynos990 SoC. > This SoC has a combo PHY that supports highspeed, superspeed USB and > DisplayPort, however due to my inability to test the superspeed part of > the combo phy (device always enumerated as high-speed, even on the > vendor kernels/bootloaders) only the highspeed part is brought up. > > These changes have been tested and confirmed working (with the USB_ETH > gadget and telnet/ssh in a ramdisk) on a device from the hubble family > (x1s) and also a device from the canvas family (c1s). I am missing the dt patch, can you pls report the whole series if you would like me to review and apply this -- ~Vinod