From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 BEC7E4854EE for ; Thu, 6 Aug 2026 16:26:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786033595; cv=none; b=Juk1dGo1u9619RFSW49VyTUCd6OFMSFNWyIurxL2WBd9VrLG779YPL2POCTffE0aWdg/bfnP0sU+T9YW/nIyyHPAP80uiTrsZ4YdanFm3hEx3xI50AwSkPmObBCWAjJK+aSMJA2BLssEQEMKPVA0Ad8IZSZgiIETOYEZIHko9rE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786033595; c=relaxed/simple; bh=l9GLRdN8OISnA+DTgI18E36vuUTOXmkopuOT3UpsEUo=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=j46UiPg4bbCrvQvYQ2he+ULU7IvcDama/K/xILtw2vyuHaLNrBqX+OsoCWkDFX8YzjYymzxqufCzmHl8ac2GzZaj88aIQbri1Ho+iMKv4uA8meANs68CqwPshTWMx55Hs+NlMkJ2Z5lyLLf3yCtDc7eeYcjRoyMlbK1EqnMk+Fc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UAjhaszy; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UAjhaszy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4FA4C1F000E9; Thu, 6 Aug 2026 16:26:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786033594; bh=PBEtqG00000qoISTSaDJxW7MrMY/3zlJT71r5NNxhjE=; h=From:To:Cc:In-Reply-To:References:Subject:Date; b=UAjhaszyTlpwcrCSp64jNeawOWAiAOHtaAliAFD/1VXoGHP/Ov1PP6b/J2wLrhucW hlIFGf3k8jFSyxJPyN+rxAmC0s2LCZEEeUWm0H2j8C7jOlDO7Vw0hzLJHrtUAQMMQZ C+mjE+wykgrgcrK3EZtzsZyXaNMIT6kQgv13z4zDB2iWGKO5sDTJYGRbUIUlLpSd6k 1JxiL2oTnESU/cGtZ356Y32wtFZnB2lGxUgpPoVD1UBpSg7t0PkN1N+4avT1gZikL1 oizMvlprgjH5rnjZT/GJv0nRgN0yIVICv1CU009MX4Dv7SC6OH3en3w9p+jVKRAVSn CWdopAUysl3jQ== From: Vinod Koul To: Neil Armstrong , Heiko Stuebner , Jonas Karlman Cc: linux-phy@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org In-Reply-To: <20260518180722.2480799-1-jonas@kwiboo.se> References: <20260518180722.2480799-1-jonas@kwiboo.se> Subject: Re: [PATCH v4 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops Message-Id: <178603359190.674490.7659482264928277784.b4-ty@kernel.org> Date: Thu, 06 Aug 2026 21:56:31 +0530 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.13.0 On Mon, 18 May 2026 18:07:19 +0000, Jonas Karlman wrote: > This series adds support for using phy_validate() and phy_configure() > with this HDMI PHY as an alternative to current in-tree unused way of > using PHY bus width to configure the TMDS character rate. > > The only known users that calls phy_set_bus_width() on this PHY are my > out-of-tree HDMI 2.0 patches for Rockchip RK3228/RK3328, i.e. those > originating from LibreELEC (also carried by other distros), the > downstream vendor kernel uses a different implementation that also calls > phy_set_bus_width() on this PHY. > > [...] Applied, thanks! [1/2] phy: rockchip: inno-hdmi: Add configure() and validate() ops commit: 58ca6ff31f6e9f5edf2879b5d7dc7485e92a4931 [2/2] phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rate commit: 4ba747d3d69b12d1221cea23eec9f468ff221cd6 Best regards, -- ~Vinod