Re: [GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1
From: Brian Masney
Date: Thu Mar 12 2026 - 11:19:57 EST
Hi Stephen,
On Sun, Feb 22, 2026 at 06:01:55PM -0500, Brian Masney wrote:
> Here's a small pull for patches that I previously posted that removes
> several deprecated APIs from the clk core. Details are in the signed
> tag. I assembled this pull with the following b4 commands:
>
> b4 am 20251212-clk-remove-round-rate-v1-0-5c3d5f3edc78@xxxxxxxxxx
> b4 am --cherry-pick 26-27 20260108-clk-divider-round-rate-v1-0-535a3ed73bf3@xxxxxxxxxx
>
>
> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
>
> Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
>
> are available in the Git repository at:
>
> https://github.com/masneyb/linux tags/clk-remove-deprecated-apis-v7.1
>
> for you to fetch changes up to d4851759742c1322f498021dab882d322fc34a1d:
>
> clk: divider: remove divider_round_rate() and divider_round_rate_parent() (2026-02-22 17:38:37 -0500)
>
> ----------------------------------------------------------------
> clk: remove deprecated round_rate functions from the clk core
>
> Now that all of the dependencies across the tree have been merged into
> Linus's tree, here's a small series with the following changes:
>
> - Converts clk-composite from round_rate() to determine_rate().
> - Removes the round_rate() clk op.
> - Removes the deprecated functions divider_round_rate(),
> divider_round_rate_parent(), and divider_ro_round_rate_parent() since
> these are just wrappers for the corresponding determine_rate variant.
>
> Signed-off-by: Brian Masney <bmasney@xxxxxxxxxx>
I included this in my larger pull at
https://lore.kernel.org/linux-clk/abLV9vjYxXsKciHW@xxxxxxxxxx/T/#u
for completeness. If you pull that one, then you can skip this one.
Brian