[PATCH 0/2] Add read-only RCG2 ops

From: Konrad Dybcio
Date: Mon Jun 12 2023 - 05:28:57 EST


Some of the clocks are managed by remote cores and we're not supposed
to alter their parameters. Monitoring them may still be useful, e.g.
for getting the correct rates of their children. This series attempts
to solve this problem without compromising on either of them.

Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
---
Konrad Dybcio (2):
clk: qcom: rcg2: Introduce read-only RCG2 ops
clk: qcom: gcc-msm8996: Use read-only RCG ops for RPM bus clocks

drivers/clk/qcom/clk-rcg.h | 1 +
drivers/clk/qcom/clk-rcg2.c | 8 ++++++++
drivers/clk/qcom/gcc-msm8996.c | 6 +++---
3 files changed, 12 insertions(+), 3 deletions(-)
---
base-commit: 53ab6975c12d1ad86c599a8927e8c698b144d669
change-id: 20230612-topic-rcg2_ro-1450a076eda9

Best regards,
--
Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>