public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza
@ 2026-03-17 17:14 Taniya Das
  2026-03-17 17:14 ` [PATCH 1/7] dt-bindings: clock: qcom: Add video clock controller on Eliza SoC Taniya Das
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Taniya Das @ 2026-03-17 17:14 UTC (permalink / raw)
  To: Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Konrad Dybcio,
	Vladimir Zapolskiy
  Cc: Ajit Pandey, Imran Shaik, Jagadeesh Kona, linux-arm-msm,
	linux-clk, devicetree, linux-kernel, linux-arm-kernel, Taniya Das

Add driver for Eliza SoC camera, graphics and Video clock controllers.
The camera clock controller supports the cambist clock controller and
the regular camera clock controller.

Dependency:
https://lore.kernel.org/lkml/20260305-gpucc_sm8750_v2-v5-0-78292b40b053@oss.qualcomm.com/

Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
---
Taniya Das (7):
      dt-bindings: clock: qcom: Add video clock controller on Eliza SoC
      dt-bindings: clock: qcom: document the Eliza GPU Clock Controller
      dt-bindings: clock: qcom: Add support for CAMCC for Eliza
      clk: qcom: videocc: Add video clock controller driver for Eliza
      clk: qcom: gpucc: Add GPU Clock Controller driver for Eliza
      clk: qcom: camcc: Add support for camera clock controller for Eliza
      arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC

 .../bindings/clock/qcom,sm8450-camcc.yaml          |    5 +
 .../bindings/clock/qcom,sm8450-gpucc.yaml          |    3 +
 .../bindings/clock/qcom,sm8450-videocc.yaml        |   16 +
 arch/arm64/configs/defconfig                       |    5 +
 drivers/clk/qcom/Kconfig                           |   28 +
 drivers/clk/qcom/Makefile                          |    3 +
 drivers/clk/qcom/cambistmclkcc-eliza.c             |  467 ++++
 drivers/clk/qcom/camcc-eliza.c                     | 2805 ++++++++++++++++++++
 drivers/clk/qcom/gpucc-eliza.c                     |  630 +++++
 drivers/clk/qcom/videocc-eliza.c                   |  404 +++
 .../dt-bindings/clock/qcom,eliza-cambistmclkcc.h   |   32 +
 include/dt-bindings/clock/qcom,eliza-camcc.h       |  151 ++
 include/dt-bindings/clock/qcom,eliza-gpucc.h       |   52 +
 include/dt-bindings/clock/qcom,eliza-videocc.h     |   37 +
 14 files changed, 4638 insertions(+)
---
base-commit: 34cb4f916af10153c87fabaf6c34e4cafa170427
change-id: 20260317-eliza_mm_clock_controllers_v1-ee8f2ce21705
prerequisite-message-id: <20260305-gpucc_sm8750_v2-v5-0-78292b40b053@oss.qualcomm.com>
prerequisite-patch-id: 6a8e7d82a3210a06ca00766dcb091d9ccb0ebc35
prerequisite-patch-id: 5705b420f0f4987aa8dad89118aa0c354c6a3d6d
prerequisite-patch-id: 8f7f73eb125f508dba66bf2373280048f62e44e3

Best regards,
-- 
Taniya Das <taniya.das@oss.qualcomm.com>



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

end of thread, other threads:[~2026-03-19 12:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 17:14 [PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza Taniya Das
2026-03-17 17:14 ` [PATCH 1/7] dt-bindings: clock: qcom: Add video clock controller on Eliza SoC Taniya Das
2026-03-17 17:27   ` Krzysztof Kozlowski
2026-03-17 17:14 ` [PATCH 2/7] dt-bindings: clock: qcom: document the Eliza GPU Clock Controller Taniya Das
2026-03-17 17:14 ` [PATCH 3/7] dt-bindings: clock: qcom: Add support for CAMCC for Eliza Taniya Das
2026-03-17 17:14 ` [PATCH 4/7] clk: qcom: videocc: Add video clock controller driver " Taniya Das
2026-03-19 12:53   ` Konrad Dybcio
2026-03-17 17:14 ` [PATCH 5/7] clk: qcom: gpucc: Add GPU Clock Controller " Taniya Das
2026-03-19 12:55   ` Konrad Dybcio
2026-03-17 17:14 ` [PATCH 6/7] clk: qcom: camcc: Add support for camera clock controller " Taniya Das
2026-03-19 12:57   ` Konrad Dybcio
2026-03-17 17:14 ` [PATCH 7/7] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC Taniya Das
2026-03-17 17:26   ` Krzysztof Kozlowski
2026-03-18  4:07     ` Taniya Das
2026-03-17 17:23 ` [PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza Krzysztof Kozlowski
2026-03-18  4:05   ` Taniya Das
2026-03-18  6:45     ` Krzysztof Kozlowski

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