]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
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)
commit7b6894e99f835a0fe0690ad801c4f7f0a06a4b07
treea13e8291cc1e1eb49296dd71db6a626af69c7a35
parentc369299895a591d96745d6492d4888259b004a9e
parentd4851759742c1322f498021dab882d322fc34a1d
Merge tag 'clk-remove-deprecated-apis-v7.1' of ssh://github.com/masneyb/linux into clk-round

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