[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <DAZPKV5DQ1EK.2D4TQE5MIH4K9@fairphone.com>
Date: Mon, 30 Jun 2025 10:01:35 +0200
From: "Luca Weiss" <luca.weiss@...rphone.com>
To: "Luca Weiss" <luca.weiss@...rphone.com>, "Konrad Dybcio"
<konrad.dybcio@....qualcomm.com>, "Bjorn Andersson" <andersson@...nel.org>,
"Michael Turquette" <mturquette@...libre.com>, "Stephen Boyd"
<sboyd@...nel.org>, "Rob Herring" <robh@...nel.org>, "Krzysztof Kozlowski"
<krzk+dt@...nel.org>, "Conor Dooley" <conor+dt@...nel.org>, "Konrad Dybcio"
<konradybcio@...nel.org>
Cc: <~postmarketos/upstreaming@...ts.sr.ht>, <phone-devel@...r.kernel.org>,
<linux-arm-msm@...r.kernel.org>, <linux-clk@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 00/10] Add clock drivers for SM7635
Hi Konrad,
On Fri Jun 27, 2025 at 5:14 PM CEST, Luca Weiss wrote:
> On Fri Jun 27, 2025 at 5:10 PM CEST, Konrad Dybcio wrote:
>> On 6/25/25 11:12 AM, Luca Weiss wrote:
>>> Document and add the clock drivers for GCC, CAMCC, DISPCC, GPUCC and
>>> VIDEOCC on the SM7635 SoC.
>>>
>>> Signed-off-by: Luca Weiss <luca.weiss@...rphone.com>
>>> ---
>>> Luca Weiss (10):
>>> dt-bindings: clock: qcom: document the SM7635 Global Clock Controller
>>> clk: qcom: Add Global Clock controller (GCC) driver for SM7635
>>> dt-bindings: clock: qcom: document the SM7635 Camera Clock Controller
>>> clk: qcom: Add Camera Clock controller (CAMCC) driver for SM7635
>>> dt-bindings: clock: qcom: document the SM7635 Display Clock Controller
>>> clk: qcom: Add Display Clock controller (DISPCC) driver for SM7635
>>> dt-bindings: clock: qcom: document the SM7635 GPU Clock Controller
>>> clk: qcom: Add Graphics Clock controller (GPUCC) driver for SM7635
>>> dt-bindings: clock: qcom: document the SM7635 Video Clock Controller
>>> clk: qcom: Add Video Clock controller (VIDEOCC) driver for SM7635
>>
>> We had a massive yak shaving patchset go in this season, please move
>> the magic settings in .probe to qcom_cc_driver_data {}
>
> Okay cool, I found them
> https://lore.kernel.org/linux-arm-msm/174970084192.547582.612305407582982706.b4-ty@kernel.org/
For camcc, gpucc and videocc it seems quite simple to follow these
changes.
For dispcc I don't know what to do with this line.
/* Enable clock gating for MDP clocks */
regmap_update_bits(regmap, DISP_CC_MISC_CMD, 0x10, 0x10);
Do I just keep the regmap references in this probe function and just
move the clk_lucid_ole_pll_configure & qcom_branch_set_clk_en to the
config struct?
And similar for gcc, I can move the qcom_branch_set_clk_en calls there
but the qcom_cc_register_rcg_dfs needs to be kept.
Does that sound okay, or what exactly is the desired outcome of the
requested changes?
Regards
Luca
>
>>
>> Konrad
Powered by blists - more mailing lists