From: Brian Masney <bmasney@redhat.com>
To: Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>
Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1
Date: Sun, 22 Feb 2026 18:01:55 -0500 [thread overview]
Message-ID: <aZuK4-QJCXUeSxtL@redhat.com> (raw)
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@redhat.com
b4 am --cherry-pick 26-27 20260108-clk-divider-round-rate-v1-0-535a3ed73bf3@redhat.com
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@redhat.com>
----------------------------------------------------------------
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(-)
next reply other threads:[~2026-02-22 23:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-22 23:01 Brian Masney [this message]
2026-03-12 15:11 ` [GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1 Brian Masney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aZuK4-QJCXUeSxtL@redhat.com \
--to=bmasney@redhat.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox