From: Taniya Das <quic_tdas@quicinc.com>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
Melody Olvera <quic_molvera@quicinc.com>
Cc: 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>,
Trilok Soni <quic_tsoni@quicinc.com>,
"Satya Durga Srinivasu Prabhala" <quic_satyap@quicinc.com>,
<linux-arm-msm@vger.kernel.org>, <linux-clk@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
"Bryan O'Donoghue" <bryan.odonoghue@linaro.org>
Subject: Re: [PATCH v2 2/7] clk: qcom: rpmh: Add support for SM8750 rpmh clocks
Date: Wed, 4 Dec 2024 10:12:24 +0530 [thread overview]
Message-ID: <6cbe51ea-01a0-4adf-af41-314d42ec6d65@quicinc.com> (raw)
In-Reply-To: <lyqiwzahl46fy2eqaz6g4wqwik623mstbjlew5mkfqj2zp4jxz@xjnt5uh2bc3p>
On 11/19/2024 7:28 AM, Dmitry Baryshkov wrote:
> On Mon, Nov 18, 2024 at 10:53:16AM -0800, Melody Olvera wrote:
>> On 11/15/2024 7:31 AM, Dmitry Baryshkov wrote:
>>> On Mon, Nov 11, 2024 at 04:28:02PM -0800, Melody Olvera wrote:
>>>> From: Taniya Das <quic_tdas@quicinc.com>
>
> [...]
>
>>>> @@ -894,6 +919,7 @@ static const struct of_device_id clk_rpmh_match_table[] = {
>>>> { .compatible = "qcom,sa8775p-rpmh-clk", .data = &clk_rpmh_sa8775p},
>>>> { .compatible = "qcom,sar2130p-rpmh-clk", .data = &clk_rpmh_sar2130p},
>>>> { .compatible = "qcom,sc7180-rpmh-clk", .data = &clk_rpmh_sc7180},
>>>> + { .compatible = "qcom,sc7280-rpmh-clk", .data = &clk_rpmh_sc7280},
>>>> { .compatible = "qcom,sc8180x-rpmh-clk", .data = &clk_rpmh_sc8180x},
>>>> { .compatible = "qcom,sc8280xp-rpmh-clk", .data = &clk_rpmh_sc8280xp},
>>>> { .compatible = "qcom,sdm845-rpmh-clk", .data = &clk_rpmh_sdm845},
>>>> @@ -909,7 +935,7 @@ static const struct of_device_id clk_rpmh_match_table[] = {
>>>> { .compatible = "qcom,sm8450-rpmh-clk", .data = &clk_rpmh_sm8450},
>>>> { .compatible = "qcom,sm8550-rpmh-clk", .data = &clk_rpmh_sm8550},
>>>> { .compatible = "qcom,sm8650-rpmh-clk", .data = &clk_rpmh_sm8650},
>>>> - { .compatible = "qcom,sc7280-rpmh-clk", .data = &clk_rpmh_sc7280},
>>> Please don't mix fixes and actual code. I'd suggest splitting sc7280
>>> move to the separate commit.
>>
>> Bryan O'Donoghue requested we sort these as part of this patch. I don't feel
>> strongly either way,
>> but clear guidance here would be appreciated.
>
> I don't see v1 of this patch on the linux-arm-msm list (hint: use b4
> tool to send patches), so I can not comment on what Bryan ment. But I'd
> definitely say, moving of the sc7280 entry is a _separate_ commit.
>
>>
I will push the latest patch fixing the issues in this patch.
>> Thanks,
>> Melody
>>
>>>
>>>> + { .compatible = "qcom,sm8750-rpmh-clk", .data = &clk_rpmh_sm8750},
>>>> { .compatible = "qcom,x1e80100-rpmh-clk", .data = &clk_rpmh_x1e80100},
>>>> { }
>>>> };
>>>> --
>>>> 2.46.1
>>>>
>>
>
--
Thanks & Regards,
Taniya Das.
next prev parent reply other threads:[~2024-12-04 4:42 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-12 0:28 [PATCH v2 0/7] clks: qcom: Introduce clks for SM8750 Melody Olvera
2024-11-12 0:28 ` [PATCH v2 1/7] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC " Melody Olvera
2024-11-20 8:15 ` Krzysztof Kozlowski
2024-11-12 0:28 ` [PATCH v2 2/7] clk: qcom: rpmh: Add support for SM8750 rpmh clocks Melody Olvera
2024-11-15 15:31 ` Dmitry Baryshkov
2024-11-18 18:53 ` Melody Olvera
2024-11-19 1:58 ` Dmitry Baryshkov
2024-12-04 4:42 ` Taniya Das [this message]
2024-12-04 6:21 ` Taniya Das
2024-11-12 0:28 ` [PATCH v2 3/7] clk: qcom: clk-alpha-pll: Add support for controlling Taycan PLLs Melody Olvera
2024-11-15 15:32 ` Dmitry Baryshkov
2024-11-12 0:28 ` [PATCH v2 4/7] dt-bindings: clock: qcom: Add SM8750 GCC Melody Olvera
2024-11-20 8:17 ` Krzysztof Kozlowski
2024-11-25 21:15 ` Melody Olvera
2024-12-04 7:17 ` Taniya Das
2024-12-04 9:24 ` Taniya Das
2024-11-12 0:28 ` [PATCH v2 5/7] clk: qcom: Add support for GCC clock controller on SM8750 Melody Olvera
2024-11-15 15:34 ` Dmitry Baryshkov
2024-11-18 19:30 ` Melody Olvera
2024-11-19 1:59 ` Dmitry Baryshkov
2024-11-25 21:31 ` Melody Olvera
2024-11-26 7:37 ` Dmitry Baryshkov
2024-11-12 0:28 ` [PATCH v2 6/7] dt-bindings: clock: qcom: Document the SM8750 TCSR Clock Controller Melody Olvera
2024-11-12 0:28 ` [PATCH v2 7/7] clk: qcom: Add TCSR clock driver for SM8750 Melody Olvera
2024-11-15 15:37 ` 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=6cbe51ea-01a0-4adf-af41-314d42ec6d65@quicinc.com \
--to=quic_tdas@quicinc.com \
--cc=andersson@kernel.org \
--cc=bryan.odonoghue@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.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=quic_molvera@quicinc.com \
--cc=quic_satyap@quicinc.com \
--cc=quic_tsoni@quicinc.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.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
all inboxes | Powered by JetHome®