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 90C141F0E29; Thu, 24 Jul 2025 21:32:42 +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=1753392763; cv=none; b=AaKKbVQHs7d9dX9mQ653T6J8Vs38ED6KQdZyFqqSNBMAWoKoGxo4/8Q+gCzFykvmVvbUbgEQgMVwfY3PlDDvPXavmMWlJmdPCOtHx2xcdt6593SvnGMaZVqnQYfPrZd/yRH9WoxSByGHTQndvyNXq+M5+gH2KJzotZpmzGef+5w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753392763; c=relaxed/simple; bh=IAOBmpOtdxPPvzIH6qwDi7+1fhSxZmdUYE8fD3ANbBY=; h=Content-Type:MIME-Version:In-Reply-To:References:Subject:From:Cc: To:Date:Message-ID; b=TmA8voSsuKLPwX8D6HgYD4m22cZF2ExU2hidALnvdEYQRkXlHkDTVqEuSN32AyFzNCzDVgqudajeKdUYM/T3ZHaoqtsNB8vCL5mD8s+bli0JseIIIYInw8Fn7c1ElJ4sFR1+M0B6egih/XjC0x0JMraKh/3s3Ydq4Xr3Gg4wTRc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XoAd06lj; 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="XoAd06lj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 084B7C4CEED; Thu, 24 Jul 2025 21:32:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753392762; bh=IAOBmpOtdxPPvzIH6qwDi7+1fhSxZmdUYE8fD3ANbBY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=XoAd06lj/eeWJ5GgSpM3NPc4Gg5SL9Ui2VIAcWKfe0A5rQYrPaLmc/w3iBbtgJhG8 PiYAsjXvUM6mBRCPoQ87yptu0fhZI8AIdC8cU9cTAXsyVKWO61xmJFDZhBc5bClgnq VMAFx4NsXVc5UtG34o2+VqZYmdBB73mMOeD+o16ECbBSrS6+eTJJsigpzQAZ+XNOE/ Y6rgXQqyOBpuZkHU/tgfRLaFwCuIyGw3NPHIensUHPMKdtZOnTCBB4wHaTwkGfy7Cl +z4F8N6h+9twETCo5BHwYlBYcIUV8lU6Gu9WV5aucfP6ThpWcxq5b7o+01LB98dw7a sfyhTzvr6MgBg== Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20250703-clk-cocci-drop-round-rate-v1-1-3a8da898367e@redhat.com> References: <20250703-clk-cocci-drop-round-rate-v1-0-3a8da898367e@redhat.com> <20250703-clk-cocci-drop-round-rate-v1-1-3a8da898367e@redhat.com> Subject: Re: [PATCH 01/10] clk: bcm: bcm2835: convert from round_rate() to determine_rate() From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-sunxi@lists.linux.dev, Brian Masney To: Bjorn Andersson , Brian Masney , Broadcom internal kernel review list , Chen-Yu Tsai , Florian Fainelli , Jernej Skrabec , Maxime Ripard , Michael Turquette , Ray Jui , Samuel Holland , Scott Branden Date: Thu, 24 Jul 2025 14:32:41 -0700 Message-ID: <175339276117.3513.1051998064079293542@lazor> User-Agent: alot/0.11 Quoting Brian Masney (2025-07-03 16:22:25) > 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 > --- Applied to clk-next