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