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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 A1D4DCCD199 for ; Mon, 20 Oct 2025 14:06:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0719B10E44D; Mon, 20 Oct 2025 14:06:46 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=sntech.de header.i=@sntech.de header.b="UjckIrLk"; dkim-atps=neutral Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1E39910E44D for ; Mon, 20 Oct 2025 14:06:45 +0000 (UTC) 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=Pflb5s+SJUFaJBxo0UKXFW7gXNOuL5Iw15aBc9AITb8=; b=UjckIrLksIfw9rYYkmWqAmVSIo rTyZFqdvbheIOnWfSV5jlPjiq6ydD7k2N5zlbS0qQUjsW2xRr0jbxdOHnkBQBLaA8ZQZeaZJb4/eb YjiTSWuWIktubek2jlZm4KVyKM8/19QqCvzBrjmuQ8wJxJRvWwhXOejTzMKidvGBAqx2XrEQNdc2q +sQhtx5Eqo0g+Cav2OtV6IE4oTlEXW6HgFJusgH3SsrU5oglwCMVaavJZN6alTbkRx6BVc+vuu+8U 6pIF+QMIDgUwrJqyZZqHV1GWzDQ4ZwJHVjsD1nguzj1m33Elbf/feRQP1hNIRcXwAFOcDPYLGWdMD jAWH3zmA==; Received: from [212.111.240.218] (helo=phil.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 1vAqX0-000213-GG; Mon, 20 Oct 2025 16:06:38 +0200 From: Heiko Stuebner To: Vinod Koul , Kishon Vijay Abraham I , Chun-Kuang Hu , Philipp Zabel , Chunfeng Yun , Matthias Brugger , AngeloGioacchino Del Regno , Brian Masney Cc: linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, Brian Masney Subject: Re: [PATCH v2 8/9] phy: rockchip: phy-rockchip-samsung-hdptx: convert from round_rate() to determine_rate() Date: Mon, 20 Oct 2025 16:06:37 +0200 Message-ID: <3378525.aeNJFYEL58@phil> In-Reply-To: <20250810-phy-clk-round-rate-v2-8-9162470bb9f2@redhat.com> References: <20250810-phy-clk-round-rate-v2-0-9162470bb9f2@redhat.com> <20250810-phy-clk-round-rate-v2-8-9162470bb9f2@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Am Montag, 11. August 2025, 00:45:36 Mitteleurop=C3=A4ische Sommerzeit schr= ieb Brian Masney: > The round_rate() clk ops is deprecated, so migrate this driver from > round_rate() to determine_rate() using the Coccinelle semantic patch > on the cover letter of this series. >=20 > Signed-off-by: Brian Masney Reviewed-by: Heiko Stuebner