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 B2A47345CDD for ; Thu, 21 May 2026 09:11:18 +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=1779354681; cv=none; b=sKlCF8TGhZhn4xjzEVOGgCjiPCtZZE/ADwzCvuxrfmmfGz3kLtL+BhYoUyrgrnwCogSGLZUGOHGX74jsUS0MDhcHBn5vYXt0xD3quseeRBJ9mO9YQYI6NOgq6zHeZ+6Pn4YkmIfGNlPq7sn4nL6QsPS+zoi0sCI1LakctlxwHVQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779354681; c=relaxed/simple; bh=TIUlDV1IY6nSQj5QOrfZh0BooD+8aP7O6GxuMWsxEsk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=gaYKJb/QBeW2KbElygqNfacc6CyV2nrx2jtLiZdEOYZNs3E4B12jla0JWCXysy7OZijjrDgu/yDIdsEb7VC9hH1glHkA7ol1DaKMzDEuytN4sIE+lmid49J77mhpr7+YwmZpEFtryHv4tsy9bsDb+RM3UNrNRw+LukYzBLY/yK8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=2KzxyR2w; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="2KzxyR2w" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=TIUlDV1IY6nSQj5QOrfZh0BooD+8aP7O6GxuMWsxEsk=; b=2KzxyR2wRKxnh+joy3BFL2cZZk vGBZd0mQregl8fpn8XVyZSDLjYNBnMZAhJ/4U6m3UZl8inEFhnvxgBw7YObQbW5rHZmZh6z0mJ8kc 6u41ZadiSY7KZJt6LFqiVAJ7CajYlUAzZxhEON/k23kiXwz+trWehGX8L5hmeeVQni1EiycJKe7hj stoFEHCBLXj/Y8pzmK7SKOnrZ5eOLaK3BzyR0WQSBJCMtHYRuLb9jo3Fds2pkkYmak3H7QDVFlfqf avmsLjHPVuxEQ9h1lPUjFNg07NpCUp8Xew60pgWibsZXZjiHgCceqgAsyMONFYJ8GqKnjNdGKLmWB 2FYdTFZQ==; From: Heiko Stuebner To: Vinod Koul , Neil Armstrong , Jonas Karlman Cc: linux-phy@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jonas Karlman Subject: Re: [PATCH v4 2/2] phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rate Date: Thu, 21 May 2026 11:11:14 +0200 Message-ID: <15479877.EVyyLHbfrO@phil> In-Reply-To: <20260518180722.2480799-3-jonas@kwiboo.se> References: <20260518180722.2480799-1-jonas@kwiboo.se> <20260518180722.2480799-3-jonas@kwiboo.se> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Am Montag, 18. Mai 2026, 20:07:21 Mitteleurop=C3=A4ische Sommerzeit schrieb= Jonas Karlman: > The TMDS character rate of this PHY is configured using PHY bus width > in downstream vendor kernel and out-of-tree patches, however no in-tree > consumer of this PHY has ever called phy_set_bus_width() to change the > TMDS character rate as currently only 8-bit RGB output is supported by > the HDMI display driver. >=20 > The series "Split Generic PHY consumer and provider" clarifies that > phy_set_bus_width() is intended as a provider-only function. >=20 > Remove the deprecated unused fallback way to configure TMDS character > rate now that this HDMI PHY support using phy_configure() to configure > the TMDS character rate. >=20 > Signed-off-by: Jonas Karlman Reviewed-by: Heiko Stuebner Tested-by: Heiko Stuebner #rk3328