Hi all,
On Mon, Aug 11, 2025 at 06:56:04AM -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
drivers in the drm subsystem using the Coccinelle semantic patch
posted below. I did a few minor cosmetic cleanups of the code in a
few cases.
Changes since v1:
- Drop space after the cast (Maxime)
- Added various Acked-by and Reviewed-by tags
Would it be possible to get this picked up for v6.18? I'd like to remove
this API from drivers/clk in v6.19.
I'm not sure which tree(s) this should go through. All of the patches
except patch 1 have at least one Acked-by or Reviewed-by.
Thanks,
Brian