mbox series

[v3,0/3] Add updates for clock controllers to support QCM6490

Message ID 20240531095142.9688-1-quic_tdas@quicinc.com (mailing list archive)
Headers show
Series Add updates for clock controllers to support QCM6490 | expand

Message

Taniya Das May 31, 2024, 9:51 a.m. UTC
[v3]
   1. Patches for LPASS Audio has been split from this series.
   2. Updated the commit text as per the comments.

[v2]
  1. Move the implementation to support the lpass resets for the SoC
  using device tree property to new SoC-specific compatible.
  2. Separate the regmap conflict warning to a new patchset.
  3. Separate patch to handle the transition delay for GDSC and the mem
  core bit update for UFS ICE clock.
  4. Separate the device tree board specific changes to handle the
  protected clocks and lpass audio clock node. Remove the unnecessary
  disables of the lpass nodes.
  Link to v2 - https://lore.kernel.org/all/20240318053555.20405-1-quic_tdas@quicinc.com/

[v1]
   1. Adding the "qcom,adsp-skip-pll" property to dt bindings.
   2. Fix to skip the lpass pll configuration on qcm6490 derivative boards.
   3. Enable the force mem core for UFS ICE clock and update the gdsc
      transition delays.
   4. Fix to add the camera titan top gdsc as parent to all camera gdscs.
   5. Update protected clocks list and disable few of the lpass clock
      controller nodes for qcm6490-idp and qcs6490-rb3gen2 platforms.
   Link to v1 - https://lore.kernel.org/all/20240208062836.19767-1-quic_tdas@quicinc.com/

Taniya Das (3):
  clk: qcom: sc7280: Update the transition delay for GDSC
  clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE clock
  clk: qcom: camcc-sc7280: Add parent dependency to all camera GDSCs

 drivers/clk/qcom/camcc-sc7280.c   | 24 ++++++++++++++++++++++++
 drivers/clk/qcom/gcc-sc7280.c     | 13 +++++++++++++
 drivers/clk/qcom/gpucc-sc7280.c   |  7 +++++++
 drivers/clk/qcom/videocc-sc7280.c |  7 +++++++
 4 files changed, 51 insertions(+)

--
2.17.1

Comments

Bjorn Andersson June 2, 2024, 3:53 a.m. UTC | #1
On Fri, 31 May 2024 15:21:39 +0530, Taniya Das wrote:
> [v3]
>    1. Patches for LPASS Audio has been split from this series.
>    2. Updated the commit text as per the comments.
> 
> [v2]
>   1. Move the implementation to support the lpass resets for the SoC
>   using device tree property to new SoC-specific compatible.
>   2. Separate the regmap conflict warning to a new patchset.
>   3. Separate patch to handle the transition delay for GDSC and the mem
>   core bit update for UFS ICE clock.
>   4. Separate the device tree board specific changes to handle the
>   protected clocks and lpass audio clock node. Remove the unnecessary
>   disables of the lpass nodes.
>   Link to v2 - https://lore.kernel.org/all/20240318053555.20405-1-quic_tdas@quicinc.com/
> 
> [...]

Applied, thanks!

[1/3] clk: qcom: sc7280: Update the transition delay for GDSC
      commit: 7f10197853006c45e51f17e5f6b2da8d98b60784
[2/3] clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE clock
      commit: f38467b5a920be1473710428a93c4e54b6f8a0c1
[3/3] clk: qcom: camcc-sc7280: Add parent dependency to all camera GDSCs
      commit: 63aec3e4d987fd43237f557460345bca3b51e530

Best regards,