From: Bjorn Andersson <andersson@kernel.org>
To: 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>,
jingyi.wang@oss.qualcomm.com,
Taniya Das <taniya.das@oss.qualcomm.com>
Cc: aiqun.yu@oss.qualcomm.com,
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,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Krzysztof Kozlowski <krzk@kernel.org>
Subject: Re: (subset) [PATCH v2 0/6] Add support for Clock controllers for Kaanapali
Date: Mon, 3 Nov 2025 19:58:17 -0600 [thread overview]
Message-ID: <176222149552.1132260.12639291385565534252.b4-ty@kernel.org> (raw)
In-Reply-To: <20251030-gcc_kaanapali-v2-v2-0-a774a587af6f@oss.qualcomm.com>
On Thu, 30 Oct 2025 16:39:03 +0530, Taniya Das wrote:
> Add support for Global clock controller(GCC), TCSR and the RPMH clock
> controller for the Qualcomm Kaanapali SoC.
>
> Kaanapali(Snapdragon SoC from Qualcomm):
> https://www.qualcomm.com/products/mobile/snapdragon/smartphones/snapdragon-8-series-mobile-platforms/snapdragon-8-elite-gen-5
>
> Changes in v2:
> - Update the commit message for all dt-bindings to incorporate
> "SoC/platform" inplace of drivers [Krzysztof]
> - Add RB tag from [Krzysztof] for dt-bindings
> - Split the TCSRCC to a new driver instead of reusing the SM8750
> driver with offset updates [Dmitry]
> - Update the new RPMH clocks to use 'clkN' convention [Dmitry]
> - Add RB tag from [Dmitry] for GCC
> - This series does not have any strict PLL code dependencies [Bjorn], thus
> drop them and will be added in the Multimedia clock controller
> series. Drop the following patches.
> - Update the PLL support for cal_l
> - Add support for controlling Pongo EKO_T PLL
> - Add support for controlling Rivian PLL
> - Link to v1: https://lore.kernel.org/lkml/20250924-knp-clk-v1-0-29b02b818782@oss.qualcomm.com/
>
> [...]
Applied, thanks!
[1/6] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC for Kaanapali
commit: 15c320b286a128131193ad270d7aac23bba4c219
[2/6] dt-bindings: clock: qcom: Document the Kaanapali TCSR Clock Controller
commit: 395e0e794f9a485d9a5d6af062f096b97beecc11
[3/6] dt-bindings: clock: qcom: Add Kaanapali Global clock controller
commit: 342d2a607450f256105781d29aa6300921c6152e
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
next prev parent reply other threads:[~2025-11-04 1:54 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-30 11:09 [PATCH v2 0/6] Add support for Clock controllers for Kaanapali Taniya Das
2025-10-30 11:09 ` [PATCH v2 1/6] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC " Taniya Das
2025-10-30 11:09 ` [PATCH v2 2/6] dt-bindings: clock: qcom: Document the Kaanapali TCSR Clock Controller Taniya Das
2025-10-30 11:09 ` [PATCH v2 3/6] dt-bindings: clock: qcom: Add Kaanapali Global clock controller Taniya Das
2025-10-30 11:09 ` [PATCH v2 4/6] clk: qcom: rpmh: Add support for Kaanapali rpmh clocks Taniya Das
2025-11-11 10:30 ` Jagadeesh Kona
2025-11-11 10:46 ` Dmitry Baryshkov
2025-11-11 11:44 ` Aiqun(Maria) Yu
2025-11-11 12:16 ` Dmitry Baryshkov
2025-11-12 9:21 ` Konrad Dybcio
2025-11-14 8:43 ` Taniya Das
2025-11-14 11:08 ` Dmitry Baryshkov
2025-11-17 7:58 ` Taniya Das
2025-11-18 4:34 ` Dmitry Baryshkov
2025-11-18 4:48 ` Taniya Das
2025-11-19 8:08 ` Dmitry Baryshkov
2025-10-30 11:09 ` [PATCH v2 5/6] clk: qcom: Add TCSR clock driver for Kaanapali Taniya Das
2025-11-04 3:35 ` Aiqun(Maria) Yu
2025-11-11 10:47 ` Dmitry Baryshkov
2025-11-18 6:44 ` Jingyi Wang
2025-11-21 17:26 ` Taniya Das
2025-10-30 11:09 ` [PATCH v2 6/6] clk: qcom: Add support for Global clock controller on Kaanapali Taniya Das
2025-11-03 13:32 ` Konrad Dybcio
2025-11-11 10:48 ` Dmitry Baryshkov
2025-11-21 17:24 ` Taniya Das
2025-11-04 1:58 ` Bjorn Andersson [this message]
2025-11-11 10:44 ` [PATCH v2 0/6] Add support for Clock controllers for Kaanapali Dmitry Baryshkov
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=176222149552.1132260.12639291385565534252.b4-ty@kernel.org \
--to=andersson@kernel.org \
--cc=aiqun.yu@oss.qualcomm.com \
--cc=ajit.pandey@oss.qualcomm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=imran.shaik@oss.qualcomm.com \
--cc=jagadeesh.kona@oss.qualcomm.com \
--cc=jingyi.wang@oss.qualcomm.com \
--cc=krzk+dt@kernel.org \
--cc=krzk@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=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=taniya.das@oss.qualcomm.com \
/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