From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F1FA117BA6; Sun, 3 May 2026 16:50:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777827017; cv=none; b=aMbRcDZTrGvWZ73AKf6ixQ3HGeOEljx8ia+X2aKy+hmmQbLz2js3AQ8QK1Q8erx7hVK8ParyhucYYh4Ny68wCbfGfF1mZ5w8ZfmhWOXMiDqrlbzVZ5DhwqZnNYwkNSIVXFDVTSccf9w4prjpj+qnC/BXETV9NyVQwWOZkzOYcCQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777827017; c=relaxed/simple; bh=EcIJ+6nR1kdFOG4fTTp8uLBQCqZk2MyerUY14rOlOSA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fYXEpkBxCjBiMheN/whtNfdhrhX5PZq220Ke/baSwl8ll2c9W5w4+ea1PBmNeSkLNtjk2+AKPfWKsF23PRuc+LLbYt2YISW/QZGcqFzAFSzGlxY9SZsfVzi8Vq+G5YCV2QUYYZMeVIS56sdyEgQpot61ibSNFJS8RevezeE0ztQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lp0gv1z/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lp0gv1z/" 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: 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> 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