]> Gentwo Git Trees - linux/.git/commit
clk: fixed-factor: drop round_rate() clk ops
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:19:46 +0000 (11:19 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:31 +0000 (09:41 -0400)
commite0c26569d3ad5a5ad0283b72ec91581bec581845
tree6b1bbd95505934fc05158c0e7972cb2792737cf2
parentd228ece36345d56bb862cc0e5c3575e3097d8dac
clk: fixed-factor: drop round_rate() clk ops

This driver implements both the determine_rate() and round_rate() clk
ops, and the round_rate() clk ops is deprecated. When both are defined,
clk_core_determine_round_nolock() from the clk core will only use the
determine_rate() clk ops. Also all clk drivers that directly calls
fixed-factor's round_rate() have been migrated over to determine_rate().
So let's remove the round_rate() clk ops.

Reviewed-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/clk-fixed-factor.c