]> Gentwo Git Trees - linux/.git/commit
clk: highbank: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:09 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:26 +0000 (09:41 -0400)
commit29d6d9e5299dc9fb67cb7176b90984da46cc4f9e
tree3691638df873963a7f629524ea5b8aaca7bed004
parent2ffdd7fbf7af47839ae79aeafc3d33138cf1c72f
clk: highbank: 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-highbank.c