From: Bjorn Andersson <andersson@kernel.org>
To: quic_tdas@quicinc.com, dmitry.baryshkov@linaro.org,
agross@kernel.org, konrad.dybcio@linaro.org,
krzysztof.kozlowski+dt@linaro.org, mturquette@baylibre.com,
robh+dt@kernel.org, sboyd@kernel.org
Cc: elder@linaro.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-clk@vger.kernel.org
Subject: Re: [PATCH v3 00/19] clk: qcom: smd-rpm: drop platform names
Date: Wed, 28 Dec 2022 13:04:26 -0600 [thread overview]
Message-ID: <167225426551.971585.17288369782635545264.b4-ty@kernel.org> (raw)
In-Reply-To: <20221209164855.128798-1-dmitry.baryshkov@linaro.org>
On Fri, 9 Dec 2022 18:48:36 +0200, Dmitry Baryshkov wrote:
> This series concludes the previous work on Qualcomm RPM and RPMH clock
> drivers. It reworks the clk-smd-rpm driver to drop the SoC name from the
> clock symbol name, as the clock definitions are shared between different
> SoCs (platforms). Having an SoC name in the clock definition can lead to
> all sources of confusion and/or errors.
>
> Changes since v2:
> - Split bindings into a separate patch
>
> [...]
Applied, thanks!
[01/19] dt-bindings: clocks: qcom: rpmcc: add LN_BB_CLK_PIN clocks
commit: ba796801d2474a4773a6a0ebb94c53c96a294426
[02/19] clk: qcom: smd-rpm: enable pin-controlled ln_bb_clk clocks on qcs404
commit: 76318d779c83dcc9e74de6fc428366c0dae2803a
[03/19] clk: qcom: smd-rpm: remove duplication between MMXI and MMAXI defines
commit: c941b98781b348bd63fb8f8b5307b10fde2af0c1
[04/19] clk: qcom: smd-rpm: remove duplication between qcs404 and qcm2290 clocks
commit: 1bf68a5d6802f4d9a20a9427779f52497f0285c2
[05/19] clk: qcom: smd-rpm: add missing ln_bb_clkN clocks
commit: 63793efbe6fa0927758b2600ee439e1774321771
[06/19] clk: qcom: smd-rpm: use msm8998_ln_bb_clk2 for qcm2290 SoC
commit: cf202f811892d415291e605dc79db54a44f9e222
[07/19] clk: qcom: smd-rpm: rename msm8992_ln_bb_* clocks to qcs404_ln_bb_*
commit: e5ca1b251dc3e6375ca96e8b135fb685420ef97c
[08/19] clk: qcom: smd-rpm: remove duplication between sm6375 and sm6125 clocks
commit: b1c6f902c0e1c355a7b328237df98c4636c6bb20
[09/19] clk: qcom: smd-rpm: add XO_BUFFER clock for each XO_BUFFER_PINCTRL clock
commit: 3ab58304f59e216949e18b002bd568b0daee9ae1
[10/19] clk: qcom: smd-rpm: drop the rpm_status_id field
commit: 406f0577b04ff99b8dafaa110a961cf00daab418
[11/19] clk: qcom: smd-rpm: fix alignment of line breaking backslashes
commit: 262caca770f579f13bc04b49e296e6060c4ccce5
[12/19] clk: qcom: smd-rpm: move clock definitions together
commit: 57d44ccecc15e27679499f889c51031f9ffe328e
[13/19] clk: qcom: smd-rpm: rename some msm8974 active-only clocks
commit: 786f8d18a8d91d98bd03c6ec41213cb52bcfc2cd
[14/19] clk: qcom: smd-rpm: simplify XO_BUFFER clocks definitions
commit: ff2cd7401d24ab2d2f031cd9d275412cd669f33b
[15/19] clk: qcom: smd-rpm: simplify SMD_RPM/_BRANCH/_QDSS clock definitions
commit: e3c88f236e8567f3f47412438a957c22594caed7
[16/19] clk: qcom: smd-rpm: rename SMD_RPM_BRANCH clock symbols
commit: 74419b8869b02e00890a2bba96469533b6d93bf5
[17/19] clk: qcom: smd-rpm: rename the qcm2290 rf_clk3 clocks
commit: 2b8ddf6b820080649176c5695422548114b03f91
[18/19] clk: qcom: smd-rpm: rename SMD_RPM_BUS clocks
commit: 598261294658873559b6d37ac3e6a91eb48e2c17
[19/19] clk: qcom: smd-rpm: remove usage of platform name
commit: e3306941368ae58acf5ba74f6d26653e109e7ef2
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
next prev parent reply other threads:[~2022-12-28 19:04 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-09 16:48 [PATCH v3 00/19] clk: qcom: smd-rpm: drop platform names Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 01/19] dt-bindings: clocks: qcom: rpmcc: add LN_BB_CLK_PIN clocks Dmitry Baryshkov
2022-12-10 11:13 ` Krzysztof Kozlowski
2022-12-12 17:38 ` Alex Elder
2022-12-09 16:48 ` [PATCH v3 02/19] clk: qcom: smd-rpm: enable pin-controlled ln_bb_clk clocks on qcs404 Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 03/19] clk: qcom: smd-rpm: remove duplication between MMXI and MMAXI defines Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 04/19] clk: qcom: smd-rpm: remove duplication between qcs404 and qcm2290 clocks Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 05/19] clk: qcom: smd-rpm: add missing ln_bb_clkN clocks Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 06/19] clk: qcom: smd-rpm: use msm8998_ln_bb_clk2 for qcm2290 SoC Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 07/19] clk: qcom: smd-rpm: rename msm8992_ln_bb_* clocks to qcs404_ln_bb_* Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 08/19] clk: qcom: smd-rpm: remove duplication between sm6375 and sm6125 clocks Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 09/19] clk: qcom: smd-rpm: add XO_BUFFER clock for each XO_BUFFER_PINCTRL clock Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 10/19] clk: qcom: smd-rpm: drop the rpm_status_id field Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 11/19] clk: qcom: smd-rpm: fix alignment of line breaking backslashes Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 12/19] clk: qcom: smd-rpm: move clock definitions together Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 13/19] clk: qcom: smd-rpm: rename some msm8974 active-only clocks Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 14/19] clk: qcom: smd-rpm: simplify XO_BUFFER clocks definitions Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 15/19] clk: qcom: smd-rpm: simplify SMD_RPM/_BRANCH/_QDSS clock definitions Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 16/19] clk: qcom: smd-rpm: rename SMD_RPM_BRANCH clock symbols Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 17/19] clk: qcom: smd-rpm: rename the qcm2290 rf_clk3 clocks Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 18/19] clk: qcom: smd-rpm: rename SMD_RPM_BUS clocks Dmitry Baryshkov
2022-12-09 16:48 ` [PATCH v3 19/19] clk: qcom: smd-rpm: remove usage of platform name Dmitry Baryshkov
2022-12-28 19:04 ` Bjorn Andersson [this message]
2022-12-29 17:23 ` [PATCH v3 00/19] clk: qcom: smd-rpm: drop platform names Bjorn Andersson
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=167225426551.971585.17288369782635545264.b4-ty@kernel.org \
--to=andersson@kernel.org \
--cc=agross@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=elder@linaro.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=quic_tdas@quicinc.com \
--cc=robh+dt@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