]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: fixed-factor: add determine_rate() ops
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:17:55 +0000 (11:17 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:26 +0000 (09:41 -0400)
commit582de809b052892e1338508374f562e823b29566
tree245e3898c7728ac18fa55cf0632d0baf583a9d3e
parent9236145ffba286e819a37ce84c3b084127dfa208
clk: fixed-factor: add determine_rate() ops

The round_rate() clk ops is deprecated, and determine_rate() should be
used instead. We can't just simply convert this driver over initially
since other drivers depend on this. So let's go ahead and add a
determine_rate() clk ops. Once all of the drivers have been converted,
then the round_rate() clk ops can be dropped.

Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/clk-fixed-factor.c