Re: [PATCH v2 02/11] clk: qcom: clk-alpha-pll: Add support for dynamic update for slewing PLLs

From: Imran Shaik
Date: Thu Nov 07 2024 - 05:06:17 EST


On 11/1/2024 4:08 PM, Taniya Das wrote:
The alpha PLLs which slew to a new frequency at runtime would require
the PLL to calibrate at the mid point of the VCO. Add the new PLL ops
which can support the slewing of the PLL to a new frequency.

Signed-off-by: Taniya Das <quic_tdas@xxxxxxxxxxx>
---
drivers/clk/qcom/clk-alpha-pll.c | 170 +++++++++++++++++++++++++++++++++++++++
drivers/clk/qcom/clk-alpha-pll.h | 1 +
2 files changed, 171 insertions(+)

Reviewed-by: Imran Shaik <quic_imrashai@xxxxxxxxxxx>

Thanks,
Imran