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 F1B53FF886F for ; Sun, 3 May 2026 16:50:24 +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=0XP8qgIL3cSEKCZyPkgMetYw7lryZe+ygED2sp4d4HI=; b=iPuQZbqFMIV9slLzK8Q9ixxSNu 7SC/LRUmjnCJVpPPcRwEBs7GVos0dGB4jKhm1GtJwZZJzNHNeNfqoPiWTcsIsLXaDDAkMXRG3sTg+ drz1fExJmYcHpi738xP0QsPDjvyztu1WykbMk5OYJ6rE7DUYfnvLWUNJkrrQc1WYD+1CJal7sBxRB /2E7CTWkF1iLSGYUB63mHpWvuQuzmbrCORYvqV2VVkaL94v9tshiIzegWqF1R/V/So5uv90B+1ZT9 8VPXRjAhRDFYgCvEnFcIPw1SoIB7ugkcIhSR7W1UNGjUG0ds3DnmSETzv9GRfk5Dh2R1j45npPlGR Qlx/xX0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wJa1K-0000000BKuf-3QhF; Sun, 03 May 2026 16:50:18 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wJa1J-0000000BKuM-3S1q; Sun, 03 May 2026 16:50:17 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id CBC95600C3; Sun, 3 May 2026 16:50:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CB70C2BCB4; Sun, 3 May 2026 16:50:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777827016; bh=EcIJ+6nR1kdFOG4fTTp8uLBQCqZk2MyerUY14rOlOSA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lp0gv1z/9St8x7kSEsE5qrH6Uk67Q5ty4kT1IqtUMgeaA7dCVtmxE4u34QRnuxklE O2I60cgzCIEnUc6iUZjOu3togYE/T2wlhMgXbWAgiBkuJqBYWfOONaPoUvwXBQhh/8 JZoiQ4rxka0GpD5g+h1EiI+StNJc95GjUTd90E/EKWYWCIjdJMeTquz1mjRKJ6aa+G pYJ0hFTVoliKB2hwUpP5xD5t8lAB9/MRgG4F9+MBiPH8bndVILIIZDUe93HgMXtmi3 ZQjsW8/FQxyvlO8+PIQW9YBtvnfYaU7H7TA7KeFBqzma0aQIgXYOvES/mUIb9XkYhW 7GPvp1xrhWmFQ== Date: Sun, 3 May 2026 22:20:12 +0530 From: Vinod Koul To: Sebastian Reichel Cc: Neil Armstrong , Heiko Stuebner , Frank Wang , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andy Yan , Dmitry Baryshkov , Yubing Zhang , Alexey Charkov , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com, devicetree@vger.kernel.org, William Wu Subject: Re: [PATCH v4 00/16] phy: rockchip: usbdp: Fixes, DP 1-lane support and cleanups Message-ID: References: <20260428-rockchip-usbdp-cleanup-v4-0-7775671ece22@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260428-rockchip-usbdp-cleanup-v4-0-7775671ece22@collabora.com> 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 Hi Sebastian, On 28-04-26, 18:13, Sebastian Reichel wrote: > This series overhauls the Rockchip USBDP driver; apart from a > a bunch of cleanups and small improvements the main goal is to > get the driver ready for proper USB-C DP AltMode support. > > Once this series has landed, it unblocks enabling proper USB-C > DP AltMode on the RK3588 and RK3576 platforms incl. runtime PM > for the Synopsys DesignWare DisplayPort controller. > > Apart from this series, further changes are required on the > DRM side. There are no compile-time dependencies between the > DRM side and the PHY side, but the PHY side must be applied > to avoid SErrors once runtime PM is added to the DisplayPort > controller driver. Thus it would be really good to land this > series in the next merge window. Looks like sasiko has flagged 8 high warning, can you please check them -- ~Vinod