public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
From: Taniya Das <taniya.das@oss.qualcomm.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Cc: Ajit Pandey <ajit.pandey@oss.qualcomm.com>,
	Imran Shaik <imran.shaik@oss.qualcomm.com>,
	Jagadeesh Kona <jagadeesh.kona@oss.qualcomm.com>,
	linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 7/7] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC
Date: Wed, 18 Mar 2026 09:37:41 +0530	[thread overview]
Message-ID: <caabd5da-166e-4826-86b3-a1d80fe193d4@oss.qualcomm.com> (raw)
In-Reply-To: <1b28cd99-3a6c-442f-9668-23aca9b1fea8@kernel.org>



On 3/17/2026 10:56 PM, Krzysztof Kozlowski wrote:
> On 17/03/2026 18:14, Taniya Das wrote:
>> Enable the video, camera and gpu clock controllers for their respective
>> functionalities on the Qualcomm Eliza boards.
>>
>> Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
>> ---
>>  arch/arm64/configs/defconfig | 5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index 18881bd239f9c53e74ad5caa492bace394e4fde7..dd45d275d30a32fd567432b5c324896518aa4ad8 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -1458,6 +1458,11 @@ CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y
>>  CONFIG_COMMON_CLK_MT8192_VDECSYS=y
>>  CONFIG_COMMON_CLK_MT8192_VENCSYS=y
>>  CONFIG_COMMON_CLK_QCOM=y
>> +CONFIG_CLK_ELIZA_CAMCC=m
>> +CONFIG_CLK_ELIZA_GCC=y
>> +CONFIG_CLK_ELIZA_GPUCC=m
>> +CONFIG_CLK_ELIZA_TCSRCC=m
> I told you already twice, don't send duplicated patches. Once when you
> sent sm8750 videocc, even though it was all ready and posted. Second
> today when you completely ignored one month of development of Eliza in
> Qualcomm tree (so your tree).
> 

The intention was never to enable TSCRCC, it was more of other Clock
controllers. It will be dropped in the next patch.

> Now this. You keep sending patches interfering with work which was
> already posted.
> 
> NAK
> 
> https://lore.kernel.org/all/20260316-arm64-defconfig-enable-eliza-basic-providers-v1-1-7ae581670aa8@oss.qualcomm.com/
> 
> Best regards,
> Krzysztof

-- 
Thanks,
Taniya Das


  reply	other threads:[~2026-03-18  4:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-04-07 13:40   ` Krzysztof Kozlowski
2026-04-08  7:36     ` Taniya Das
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-04-09 17:44     ` Taniya Das
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=caabd5da-166e-4826-86b3-a1d80fe193d4@oss.qualcomm.com \
    --to=taniya.das@oss.qualcomm.com \
    --cc=ajit.pandey@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=imran.shaik@oss.qualcomm.com \
    --cc=jagadeesh.kona@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=vladimir.zapolskiy@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox