]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: sunxi-ng: ccu_nk: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Thu, 3 Jul 2025 23:22:32 +0000 (19:22 -0400)
committerChen-Yu Tsai <wens@csie.org>
Mon, 14 Jul 2025 03:56:17 +0000 (11:56 +0800)
commit2b0d4f1b3f8524b413208d47099c445eaf7c18f5
tree47666693ee089528dbab71957d787b723211e387
parentee9c15ca0f628435334afef74d2ff03112d80bf0
clk: sunxi-ng: ccu_nk: 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>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Link: https://patch.msgid.link/20250703-clk-cocci-drop-round-rate-v1-8-3a8da898367e@redhat.com
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/clk/sunxi-ng/ccu_nk.c