Re: [PATCH v3 05/14] clk/qcom: use offsets for RCG registers

2024-03-19 Thread Sumit Garg
On Tue, 19 Mar 2024 at 17:52, Caleb Connolly wrote: > > The RCG registers always have the same offsets, so only store the base > CMD register address and calculate the others relative to that. > > Signed-off-by: Caleb Connolly > --- > drivers/clk/qcom/clock-apq8016.c | 39 + >

[PATCH v3 05/14] clk/qcom: use offsets for RCG registers

2024-03-19 Thread Caleb Connolly
The RCG registers always have the same offsets, so only store the base CMD register address and calculate the others relative to that. Signed-off-by: Caleb Connolly --- drivers/clk/qcom/clock-apq8016.c | 39 + drivers/clk/qcom/clock-apq8096.c | 28 +