[PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza

Taniya Das posted 7 patches 2 weeks, 6 days ago
.../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(+)
[PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza
Posted by Taniya Das 2 weeks, 6 days ago
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>
Re: [PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On 17/03/2026 18:14, Taniya Das wrote:
> 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

On which device did you test it? Considering that you told me you did
not hear about integration branch with patches before, I have doubts you
could ever actually test it without our changes.

But regardless - on which hardware exactly?

Best regards,
Krzysztof
Re: [PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza
Posted by Taniya Das 2 weeks, 5 days ago

On 3/17/2026 10:53 PM, Krzysztof Kozlowski wrote:
> On 17/03/2026 18:14, Taniya Das wrote:
>> 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
> 
> On which device did you test it? Considering that you told me you did
> not hear about integration branch with patches before, I have doubts you
> could ever actually test it without our changes.
> 

This is SoC which is already tested with our internal mobile platforms.
The SoC w.r.t clocks remains same and has been verified and work well.

> But regardless - on which hardware exactly?

These are our mobile Eliza MTP platform.

> 
> Best regards,
> Krzysztof

-- 
Thanks,
Taniya Das
Re: [PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza
Posted by Krzysztof Kozlowski 2 weeks, 5 days ago
On 18/03/2026 05:05, Taniya Das wrote:
> 
> 
> On 3/17/2026 10:53 PM, Krzysztof Kozlowski wrote:
>> On 17/03/2026 18:14, Taniya Das wrote:
>>> 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
>>
>> On which device did you test it? Considering that you told me you did
>> not hear about integration branch with patches before, I have doubts you
>> could ever actually test it without our changes.
>>
> 
> This is SoC which is already tested with our internal mobile platforms.
> The SoC w.r.t clocks remains same and has been verified and work well.

So you did not test the patches.

> 
>> But regardless - on which hardware exactly?
> 
> These are our mobile Eliza MTP platform.

???


Best regards,
Krzysztof