From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 0748C12D74F; Tue, 6 Feb 2024 10:21:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707214895; cv=none; b=SahXhx6OKdkirOmJHlM/83OAdr19CKsSIaTj6KO716JPZvVyDJbAHfXndjtZhcnCF0c+Rq3ZSzvbLjZ1wSxzeJ71gwOX/1jZjJa+MG6ThMFnuY0WEZuQ8kz3FlUpUnRxANMd+rbm0mXRXV16hGztyfZrsxZIkLQC8+ejJ89p52I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707214895; c=relaxed/simple; bh=pUdDAjDVJJV2diRWVXuf63WBlqfLjwPNZUxYO43XM3k=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=bHRy9Lg8pY9FPlPptLW2Zvon8g38CDN8DKKEHaHzSajl4UWa2yQuY83XRL4too7VANIQ7KuNjKixraw3WQ34GK+FrhxGy+xrSVFF99L+VXVNhA+XvuimR2IF79omNOpH4c2hrnyUcD32st5bGtiFQaNRhMAokkHhqAAMa5TACdw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Received: from i5e861914.versanet.de ([94.134.25.20] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rXIZn-000845-KL; Tue, 06 Feb 2024 11:21:15 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Johan Jonker , Sebastian Reichel , Cristian Ciocaltea , Sascha Hauer , Andy Yan , Vinod Koul , Kishon Vijay Abraham I , Philipp Zabel , Algea Cao , Cristian Ciocaltea Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, kernel@collabora.com, Krzysztof Kozlowski Subject: Re: [PATCH v2 1/2] dt-bindings: phy: Add Rockchip HDMI/eDP Combo PHY schema Date: Tue, 06 Feb 2024 11:21:14 +0100 Message-ID: <8371238.NyiUUSuA9g@diego> In-Reply-To: <20240205-phy-hdptx-v2-1-a7150814c047@collabora.com> References: <20240205-phy-hdptx-v2-0-a7150814c047@collabora.com> <20240205-phy-hdptx-v2-1-a7150814c047@collabora.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Am Montag, 5. Februar 2024, 12:24:24 CET schrieb Cristian Ciocaltea: > Add dt-binding schema for the HDMI/eDP Transmitter Combo PHY found on > Rockchip RK3588 SoC. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Cristian Ciocaltea Reviewed-by: Heiko Stuebner