On Mon, Aug 11, 2025 at 11:17:52AM -0400, Brian Masney wrote: > The round_rate() clk ops is deprecated in the clk framework in favor > of the determine_rate() clk ops, so let's go ahead and convert the > various clk drivers using the Coccinelle semantic patch posted below. > I did a few minor cosmetic cleanups of the code in a few cases. I posted a v2 patch series with 8 patches from this series that needed a v2 to: https://lore.kernel.org/linux-clk/20250828-clk-round-rate-v2-v1-0-b97ec8ba6cc4@xxxxxxxxxx/T/ Sorry I didn't put PATCH v2 in the subject. I noticed as soon as it started to send. In summary, it fixes one merge conflict introduced in linux-next, remove one case of &*, fix a comment, and removes unnecessary space after a cast on 5 patches. There are currently 7 patches from this series that's currently in linux-next (renesas, spacemit, samsung). The relevant remaining 99 patches from this series waiting to be merged can be grabbed with this command: b4 am --add-link \ --cherry-pick 1-37,39-47,52-63,65-67,69-89,91-91,94-94,96-96,100-112,114-114 \ 20250811-clk-for-stephen-round-rate-v1-0-b3bf97b038dc@xxxxxxxxxx There's no dependencies with the other series. Brian