This series is a revision from V6 of MultiPD series [1] minus the multiPD driver related patches. REnamed this series to keep the title relevant. Will post a new series for remoteproc secure PIL driver as a dependant series which will rely on these clock removal. - Since the new rproc driver will use the secure APIs (scm) to bringup/down the rproc and secure OS (TZ) takecare of handling the clks, those clks needs to be removed from the kernel. since thes patches were already posted as a part of the MultiPD support [1] and some of them were reviewed. So picked up those patches and review tags as well. [1] https://patchwork.kernel.org/project/linux-arm-msm/cover/20231110091939.3025413-1-quic_mmanikan@xxxxxxxxxxx/ Manikanta Mylavarapu (5): clk: qcom: ipq5332: remove q6 bring up clocks clk: qcom: ipq9574: remove q6 bring up clocks dt-bindings: clock: qcom: gcc-ipq5332: remove q6 bring up clock macros dt-bindings: clock: qcom: gcc-ipq9574: remove q6 bring up clock macros firmware: qcom_scm: ipq5332: add support to pass metadata size drivers/clk/qcom/gcc-ipq5332.c | 380 ------------------- drivers/clk/qcom/gcc-ipq9574.c | 326 ---------------- drivers/firmware/qcom/qcom_scm.c | 8 + drivers/firmware/qcom/qcom_scm.h | 1 + include/dt-bindings/clock/qcom,ipq5332-gcc.h | 20 - include/dt-bindings/clock/qcom,ipq9574-gcc.h | 18 - 6 files changed, 9 insertions(+), 744 deletions(-) -- 2.34.1