Re: [PATCH 1/7] drm/msm/dsi_phy_10nm: convert from round_rate() to determine_rate()

2025-07-11 Thread Konrad Dybcio
On 7/10/25 6:27 PM, Brian Masney wrote: > 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 > --- > drivers/gpu/drm/msm/dsi/phy/dsi_phy_1

[PATCH 1/7] drm/msm/dsi_phy_10nm: convert from round_rate() to determine_rate()

2025-07-10 Thread Brian Masney
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 --- drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c | 18 +- 1 file changed, 9 inser