]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tty: serial: mvebu-uart: convert from round_rate() to determine_rate()
authorBrian Masney <bmasney@redhat.com>
Sun, 10 Aug 2025 22:14:25 +0000 (18:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Aug 2025 09:59:04 +0000 (11:59 +0200)
commit8672b18cde548748ac04a3aa247369ac2d4c2985
tree7f2778445d66c5b6db73615e41934ead11d16de0
parentbd673d2b714106fdac67e65f7d399a66893d0936
tty: serial: mvebu-uart: 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
appended to the "under-the-cut" portion of the patch.

Signed-off-by: Brian Masney <bmasney@redhat.com>
Link: https://lore.kernel.org/r/20250810-tty-round-rate-v1-1-849009f3bdfd@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mvebu-uart.c