Re: [PATCH v3 1/4] clk: qcom: clk-alpha-pll: Add support for helper functions

2020-11-04 Thread Stephen Boyd
Quoting Taniya Das (2020-10-16 11:43:32) > Introduce clk_alpha_pll_write_config and alpha_pll_check_rate_margin > helper functions to be across PLL configure functions and PLL set rate > functions. > > Signed-off-by: Taniya Das > --- Applied to clk-next

[PATCH v3 1/4] clk: qcom: clk-alpha-pll: Add support for helper functions

2020-10-16 Thread Taniya Das
Introduce clk_alpha_pll_write_config and alpha_pll_check_rate_margin helper functions to be across PLL configure functions and PLL set rate functions. Signed-off-by: Taniya Das --- drivers/clk/qcom/clk-alpha-pll.c | 155 +-- 1 file changed, 66 insertions(+), 8