]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: xilinx: xlnx-clock-wizard: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Mon, 11 Aug 2025 15:18:58 +0000 (11:18 -0400)
committerBrian Masney <bmasney@redhat.com>
Mon, 8 Sep 2025 13:41:29 +0000 (09:41 -0400)
commit18fdeebb4d1d3d30a0c2994e8150ce1f85e7d8c1
treef281de1840915b929b0cc9c03cbbace6d3da20f7
parentf95ed76fbe61ee473ed682f93de3578cf6c60a1a
clk: xilinx: xlnx-clock-wizard: 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/xilinx/clk-xlnx-clock-wizard.c