Linux clock framework development
 help / color / mirror / Atom feed
From: "Luca Weiss" <luca.weiss@fairphone.com>
To: "Konrad Dybcio" <konrad.dybcio@oss.qualcomm.com>,
	"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>
Cc: <~postmarketos/upstreaming@lists.sr.ht>,
	<phone-devel@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>,
	<linux-clk@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 00/10] Add clock drivers for SM7635
Date: Fri, 27 Jun 2025 17:14:33 +0200	[thread overview]
Message-ID: <DAXEWQ93VELV.3HJXPNWASYBT7@fairphone.com> (raw)
In-Reply-To: <68056b4a-b1c3-401f-8720-8e0c3cda6249@oss.qualcomm.com>

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@fairphone.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/

>
> Konrad


  reply	other threads:[~2025-06-27 15:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-25  9:12 [PATCH 00/10] Add clock drivers for SM7635 Luca Weiss
2025-06-25  9:12 ` [PATCH 01/10] dt-bindings: clock: qcom: document the SM7635 Global Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 02/10] clk: qcom: Add Global Clock controller (GCC) driver for SM7635 Luca Weiss
2025-06-25  9:12 ` [PATCH 03/10] dt-bindings: clock: qcom: document the SM7635 Camera Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 04/10] clk: qcom: Add Camera Clock controller (CAMCC) driver for SM7635 Luca Weiss
2025-06-25  9:12 ` [PATCH 05/10] dt-bindings: clock: qcom: document the SM7635 Display Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 06/10] clk: qcom: Add Display Clock controller (DISPCC) driver for SM7635 Luca Weiss
2025-06-25  9:12 ` [PATCH 07/10] dt-bindings: clock: qcom: document the SM7635 GPU Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 08/10] clk: qcom: Add Graphics Clock controller (GPUCC) driver for SM7635 Luca Weiss
2025-06-25 20:07   ` kernel test robot
2025-06-25  9:12 ` [PATCH 09/10] dt-bindings: clock: qcom: document the SM7635 Video Clock Controller Luca Weiss
2025-06-25  9:12 ` [PATCH 10/10] clk: qcom: Add Video Clock controller (VIDEOCC) driver for SM7635 Luca Weiss
2025-06-27 15:10 ` [PATCH 00/10] Add clock drivers " Konrad Dybcio
2025-06-27 15:14   ` Luca Weiss [this message]
2025-06-30  8:01     ` Luca Weiss
2025-07-01 11:16       ` Dmitry Baryshkov
2025-07-01 13:42         ` Luca Weiss
2025-07-01 15:19           ` Konrad Dybcio

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=DAXEWQ93VELV.3HJXPNWASYBT7@fairphone.com \
    --to=luca.weiss@fairphone.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.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=phone-devel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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