Re: [PATCH v3 2/4] clk: qcom: clk-alpha-pll: Add support for controlling Agera PLLs

2020-11-04 Thread Stephen Boyd
Quoting Taniya Das (2020-10-16 11:43:33) > Add programming sequence support for managing the Agera PLLs. > > Signed-off-by: Taniya Das > --- Applied to clk-next

[PATCH v3 2/4] clk: qcom: clk-alpha-pll: Add support for controlling Agera PLLs

2020-10-16 Thread Taniya Das
Add programming sequence support for managing the Agera PLLs. Signed-off-by: Taniya Das --- drivers/clk/qcom/clk-alpha-pll.c | 62 drivers/clk/qcom/clk-alpha-pll.h | 4 +++ 2 files changed, 66 insertions(+) diff --git a/drivers/clk/qcom/clk-alpha-pll.c