Re: [PATCH] clk: qcom: videocc-glymur: Constify qcom_cc_desc
From: Konrad Dybcio
Date: Tue Mar 31 2026 - 05:05:27 EST
On 3/31/26 10:55 AM, Krzysztof Kozlowski wrote:
> Static 'struct qcom_cc_desc' is not modified by drivers and can be made
> const for code safety.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> Drivers for SM8750 video cc had the same issue. It would be nice if new
> code is being built on top of UPSTREAM code, not downstream.
> ---
You're free to contribute to the internal template that these drivers are
based on
Konrad