Devicetree
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: qcom: Add video clock controller support for Qualcomm Maili SoC
@ 2026-07-16  4:07 Jagadeesh Kona
  2026-07-16  4:07 ` [PATCH v2 1/2] dt-bindings: clock: qcom: Add Qualcomm Maili video clock controller Jagadeesh Kona
  2026-07-16  4:08 ` [PATCH v2 2/2] clk: qcom: Add support for videocc driver on Qualcomm Maili SoC Jagadeesh Kona
  0 siblings, 2 replies; 7+ messages in thread
From: Jagadeesh Kona @ 2026-07-16  4:07 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Brian Masney,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Taniya Das,
	Jagadeesh Kona
  Cc: linux-arm-msm, linux-clk, devicetree, linux-kernel,
	Jagadeesh Kona, Konrad Dybcio

This series adds support for the video clock controller (videocc)
required by the upcoming Qualcomm Maili SoC.

This series is dependent on Maili GCC clock series:
https://lore.kernel.org/all/20260713-maili_initial_clock-v2-0-79548f0bb58f@oss.qualcomm.com/

Signed-off-by: Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>
---
Changes in v2:
- Rebased on latest linux-next
- Dropped the explicit compatible check for required-opps in bindings,
  as it is already handled by default in the latest linux-next. [Krzysztof]
- Added R-By tag received on v1
- Link to v1: https://lore.kernel.org/r/20260707-maili_videocc-v1-0-ef0828c0bf6e@oss.qualcomm.com

---
Jagadeesh Kona (2):
      dt-bindings: clock: qcom: Add Qualcomm Maili video clock controller
      clk: qcom: Add support for videocc driver on Qualcomm Maili SoC

 .../bindings/clock/qcom,sm8450-videocc.yaml        |   2 +
 drivers/clk/qcom/Kconfig                           |  10 +
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/videocc-maili.c                   | 660 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,maili-videocc.h     |  49 ++
 5 files changed, 722 insertions(+)
---
base-commit: b8809969e1d7a591e0f49dd464a5d04b3cf02ab1
change-id: 20260707-maili_videocc-db0d6ee94cb7
prerequisite-change-id: 20260617-maili_initial_clock-c7e2b4530d80:v2
prerequisite-patch-id: cb2499a822715bf6d411ea000e525e5feab52e7f
prerequisite-patch-id: 4280283ee9f782a5ba46e4419ab0b7186add0211
prerequisite-patch-id: 3e9a75794efb1633818ffe387d1f4e5048c361a4
prerequisite-patch-id: 9a218f161a75924b8cc3fbae44007d0da7739d60
prerequisite-patch-id: 7e5ac7db1fba3258b45b689b11d0ca93d65aa38a

Best regards,
-- 
Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-07-16  4:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-16  4:07 [PATCH v2 0/2] clk: qcom: Add video clock controller support for Qualcomm Maili SoC Jagadeesh Kona
2026-07-16  4:07 ` [PATCH v2 1/2] dt-bindings: clock: qcom: Add Qualcomm Maili video clock controller Jagadeesh Kona
2026-07-16  4:15   ` sashiko-bot
2026-07-16  4:47     ` Jagadeesh Kona
2026-07-16  4:08 ` [PATCH v2 2/2] clk: qcom: Add support for videocc driver on Qualcomm Maili SoC Jagadeesh Kona
2026-07-16  4:19   ` sashiko-bot
2026-07-16  4:31   ` Taniya Das

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox