]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge tag 'clk-remove-deprecated-apis-v7.1' of ssh://github.com/masneyb/linux into...
authorStephen Boyd <sboyd@kernel.org>
Sat, 11 Apr 2026 23:36:44 +0000 (16:36 -0700)
committerStephen Boyd <sboyd@kernel.org>
Sat, 11 Apr 2026 23:36:44 +0000 (16:36 -0700)
Pull round_rate refactoring from Brian Masney:

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

* tag 'clk-remove-deprecated-apis-v7.1' of ssh://github.com/masneyb/linux:
  clk: divider: remove divider_round_rate() and divider_round_rate_parent()
  clk: divider: remove divider_ro_round_rate_parent()
  clk: remove round_rate() clk ops
  clk: composite: convert from round_rate() to determine_rate()
  clk: test: remove references to clk_ops.round_rate


Trivial merge