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