[GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1

From: Brian Masney

Date: Sun Feb 22 2026 - 18:02:15 EST


Hi Stephen,

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>

----------------------------------------------------------------
Brian Masney (5):
clk: test: remove references to clk_ops.round_rate
clk: composite: convert from round_rate() to determine_rate()
clk: remove round_rate() clk ops
clk: divider: remove divider_ro_round_rate_parent()
clk: divider: remove divider_round_rate() and divider_round_rate_parent()

Documentation/driver-api/clk.rst | 9 +-------
drivers/clk/clk-composite.c | 38 +++++----------------------------
drivers/clk/clk-divider.c | 44 --------------------------------------
drivers/clk/clk.c | 39 ++++++++++++----------------------
drivers/clk/clk_test.c | 16 +++++++-------
include/linux/clk-provider.h | 46 ++++++----------------------------------
6 files changed, 34 insertions(+), 158 deletions(-)