mbox series

[V7,0/5] remove unnecessary q6 clocks

Message ID 20240820055618.267554-1-quic_gokulsri@quicinc.com (mailing list archive)
Headers show
Series remove unnecessary q6 clocks | expand

Message

Gokul Sriram Palanisamy Aug. 20, 2024, 5:56 a.m. UTC
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@quicinc.com/

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(-)

Comments

Bjorn Andersson Oct. 24, 2024, 2:59 p.m. UTC | #1
On Tue, 20 Aug 2024 11:26:13 +0530, Gokul Sriram Palanisamy wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/5] clk: qcom: ipq5332: remove q6 bring up clocks
      commit: bef2902ffef85959cd3d80b62c7e5db73e2b5815
[2/5] clk: qcom: ipq9574: remove q6 bring up clocks
      commit: fa1d525404b6e78d97b17749af72a314060c2934
[3/5] dt-bindings: clock: qcom: gcc-ipq5332: remove q6 bring up clock macros
      commit: b3aba04883de872488e5dabda199427b2bfa0395
[4/5] dt-bindings: clock: qcom: gcc-ipq9574: remove q6 bring up clock macros
      commit: da040d56031976144740bddba942485999f6a16f

Best regards,