mbox series

[V9,0/5] Add support for audio clock gating resets for SC7280

Message ID 1662005846-4838-1-git-send-email-quic_c_skakit@quicinc.com
Headers show
Series Add support for audio clock gating resets for SC7280 | expand

Message

Satya Priya Kakitapalli (Temp) Sept. 1, 2022, 4:17 a.m. UTC
[v9]
  * Fix the order of SoB for [/5] and [2/5]

[v8]
  * Squash [1] into [5/5]
  [1] https://patchwork.kernel.org/project/linux-arm-msm/patch/1661245527-5596-1-git-send-email-quic_c_skakit@quicinc.com/

[v7]
  * Fix commit text of [5/5]. Remove '.' from Fixes tag.

[v6]
  * Add [1], [2] to handle the regmap overlap of lpasscc and lpass_aon 

[v5]
  * Fix the fail path and add pm_runtime_disable().

[v4]
  * Fix the "fixes" tag.

[v3]
  * Remove the maxItems from reg property.

[v2]
  * Update/fix the YAML for reg property against each compatible.

[v1]
  * Add support for clock gating resets for lpass audio clock
    controller & MCLKs.

Taniya Das (5):
  dt-bindings: clock: Add "qcom,adsp-pil-mode" property
  clk: qcom: lpass: Handle the regmap overlap of lpasscc and lpass_aon
  dt-bindings: clock: Add resets for LPASS audio clock controller for
    SC7280
  dt-bindings: clock: Add support for external MCLKs for LPASS on SC7280
  clk: qcom: lpass: Add support for resets & external mclk for SC7280

 .../bindings/clock/qcom,sc7280-lpasscc.yaml        |  6 +-
 .../bindings/clock/qcom,sc7280-lpasscorecc.yaml    | 26 ++++++++-
 drivers/clk/qcom/lpassaudiocc-sc7280.c             | 68 +++++++++++++++++++++-
 drivers/clk/qcom/lpasscc-sc7280.c                  | 44 --------------
 drivers/clk/qcom/lpasscorecc-sc7280.c              | 33 +++++++++++
 .../dt-bindings/clock/qcom,lpassaudiocc-sc7280.h   |  5 ++
 .../dt-bindings/clock/qcom,lpasscorecc-sc7280.h    |  2 +
 7 files changed, 131 insertions(+), 53 deletions(-)

Comments

Bjorn Andersson Sept. 13, 2022, 3:04 p.m. UTC | #1
On Thu, 1 Sep 2022 09:47:21 +0530, Satya Priya wrote:
> [v9]
>   * Fix the order of SoB for [/5] and [2/5]
> 
> [v8]
>   * Squash [1] into [5/5]
>   [1] https://patchwork.kernel.org/project/linux-arm-msm/patch/1661245527-5596-1-git-send-email-quic_c_skakit@quicinc.com/
> 
> [...]

Applied, thanks!

[2/5] clk: qcom: lpass: Handle the regmap overlap of lpasscc and lpass_aon
      commit: 0cbcfbe50cbff331c775982a53bc4fa66c875b36
[5/5] clk: qcom: lpass: Add support for resets & external mclk for SC7280
      commit: 7c6a6641c24d30ab6f5456d19e15e64bea971b82

Best regards,