mbox series

[v3,0/4] Add runtime PM support for videocc on SM8150

Message ID 20231201-videocc-8150-v3-0-56bec3a5e443@quicinc.com
Headers show
Series Add runtime PM support for videocc on SM8150 | expand

Message

Satya Priya Kakitapalli Dec. 1, 2023, 9:50 a.m. UTC
Add runtime support for videocc on SM8150 and update the resets
and video_pll0_config configuration.

Changes since v2:
 - Update pm_runtime_put to pm_runtime_put_sync
 - Link to v2: https://lore.kernel.org/all/20231118123944.2202630-5-quic_skakitap@quicinc.com/

---
Satya Priya Kakitapalli (4):
      dt-bindings: clock: Update the videocc resets for sm8150
      clk: qcom: videocc-sm8150: Update the videocc resets
      clk: qcom: videocc-sm8150: Add missing PLL config property
      clk: qcom: videocc-sm8150: Add runtime PM support

 drivers/clk/qcom/videocc-sm8150.c               | 25 +++++++++++++++++++++++--
 include/dt-bindings/clock/qcom,videocc-sm8150.h |  4 ++++
 2 files changed, 27 insertions(+), 2 deletions(-)
---
base-commit: 8c87404c76c1911a7ec5b61bf3b2c3858cb95de1
change-id: 20231201-videocc-8150-0c5042278340

Best regards,

Comments

Bjorn Andersson Dec. 17, 2023, 5:21 p.m. UTC | #1
On Fri, 01 Dec 2023 15:20:23 +0530, Satya Priya Kakitapalli wrote:
> Add runtime support for videocc on SM8150 and update the resets
> and video_pll0_config configuration.
> 
> Changes since v2:
>  - Update pm_runtime_put to pm_runtime_put_sync
>  - Link to v2: https://lore.kernel.org/all/20231118123944.2202630-5-quic_skakitap@quicinc.com/
> 
> [...]

Applied, thanks!

[2/4] clk: qcom: videocc-sm8150: Update the videocc resets
      commit: 1fd9a939db24d2f66e48f8bca3e3654add3fa205
[3/4] clk: qcom: videocc-sm8150: Add missing PLL config property
      commit: 71f130c9193f613d497f7245365ed05ffdb0a401
[4/4] clk: qcom: videocc-sm8150: Add runtime PM support
      commit: f6bda45310ff165fdd69b8c3eb6679f0552f8a5f

Best regards,