commit | e05d81b75efd500fda90251d745bfd83903d806b | [log] [tgz] |
---|---|---|
author | Brian Masney <bmasney@redhat.com> | Thu Jul 10 11:20:29 2025 -0400 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sun Aug 03 02:57:05 2025 +0200 |
tree | eca371cf4042cb79f53603e998139cea7a631861 | |
parent | 394a4b920a72b032f531bc9d115ff7f4571547cb [diff] |
rtc: m41t80: 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> Link: https://lore.kernel.org/r/20250710-rtc-clk-round-rate-v1-9-33140bb2278e@redhat.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>