]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: ingenic: jz4780-cgu: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:15 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:27 +0000 (09:41 -0400)
commit2c52ae540c1f26ac7af86b7fa5a0789889436c2e
tree46b20f65507ff2fbcf8028f58ff0b0123faec48f
parent93fc8a13df28fb59c3d0aeb8ba65bbd5a72dad0f
clk: ingenic: jz4780-cgu: 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/ingenic/jz4780-cgu.c