public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1
@ 2026-02-22 23:01 Brian Masney
  2026-03-12 15:11 ` Brian Masney
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Masney @ 2026-02-22 23:01 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette; +Cc: linux-clk, linux-kernel

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(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1
  2026-02-22 23:01 [GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1 Brian Masney
@ 2026-03-12 15:11 ` Brian Masney
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Masney @ 2026-03-12 15:11 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette; +Cc: linux-clk, linux-kernel

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@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>

I included this in my larger pull at
https://lore.kernel.org/linux-clk/abLV9vjYxXsKciHW@redhat.com/T/#u
for completeness. If you pull that one, then you can skip this one.

Brian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-12 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-22 23:01 [GIT PULL] clk: remove deprecated round_rate functions from the clk core for v7.1 Brian Masney
2026-03-12 15:11 ` Brian Masney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox