Re: [PATCH v2 6/6] clk: qcom: Add support for Global clock controller on Kaanapali
From: Taniya Das
Date: Fri Nov 21 2025 - 12:25:04 EST
On 11/11/2025 4:18 PM, Dmitry Baryshkov wrote:
> On Thu, Oct 30, 2025 at 04:39:09PM +0530, Taniya Das wrote:
>> Add support for Global clock controller for Kaanapali Qualcomm SoC.
>>
>> Signed-off-by: Jingyi Wang <jingyi.wang@xxxxxxxxxxxxxxxx>
>> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxxxxxxxx>
>> Signed-off-by: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
>> ---
>> drivers/clk/qcom/Kconfig | 9 +
>> drivers/clk/qcom/Makefile | 1 +
>> drivers/clk/qcom/gcc-kaanapali.c | 3541 ++++++++++++++++++++++++++++++++++++++
>> 3 files changed, 3551 insertions(+)
>>
>> diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
>> index 8ec1803af76cb87da59ca3ef28127c06f3e26d2b..5289a3f07379f3cea6f6192bcb0d73117fe51a5b 100644
>> --- a/drivers/clk/qcom/Kconfig
>> +++ b/drivers/clk/qcom/Kconfig
>> @@ -46,6 +46,15 @@ config CLK_GLYMUR_TCSRCC
>> Support for the TCSR clock controller on GLYMUR devices.
>> Say Y if you want to use peripheral devices such as USB/PCIe/EDP.
>>
>> +config CLK_KAANAPALI_GCC
>> + tristate "KAANAPALI Global Clock Controller"
>
> Kaanapali?
>
Will update in the next patch.
>> +
>> +MODULE_DESCRIPTION("QTI GCC KAANAPALI Driver");
>
> Kaanapali?
>
> Is there a reason for keeping it in CAPITAL LETTERS?
As we use to keep the SoC name "SM...", "SC..." so was following it, but
I will move to lower case.
>
>> +MODULE_LICENSE("GPL");
>>
>> --
>> 2.34.1
>>
>
--
Thanks,
Taniya Das