]> Gentwo Git Trees - linux/.git/commit
clk: sparx5: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:44 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:28 +0000 (09:41 -0400)
commit19271e0d45221ce5767cd9ba50334f8479f09b3a
tree290c2a1a65b3e96e2b919bf4eca6854b56d9671d
parent897c23b906cdc271380cef55ea81301f0dd70593
clk: sparx5: convert from round_rate() to determine_rate()

The round_rate() clk ops is deprecated, so migrate this driver from
round_rate() to determine_rate() using the Coccinelle semantic patch
on the cover letter of this series.

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