From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Andy Gross <agross@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Herring <robh+dt@kernel.org>, Stephen Boyd <sboyd@kernel.org>,
Michael Turquette <mturquette@baylibre.com>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-clk@vger.kernel.org
Subject: [PATCH v2 0/4] clk: qcom: convert gcc-sdm845 to use platform data
Date: Wed, 7 Apr 2021 02:19:05 +0300 [thread overview]
Message-ID: <20210406231909.3035267-1-dmitry.baryshkov@linaro.org> (raw)
Convert sdm845 global clock controller driver to use parent_data and
parent_hws.
Changes since v1:
- Use ARRAY_SIZE() for num_parents and parent_hws instead of
parent_data where applicable as suggested by Marijn Suijten.
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
https://git.linaro.org/people/dmitry.baryshkov/kernel.git qcom-clk-gcc-sdm845
for you to fetch changes up to de97ca3ae44f478ea16a72de3c1dcec486ba2e45:
arm64: dts: qcom: sdm845: add required clocks on the gcc (2021-04-05 21:39:29 +0300)
----------------------------------------------------------------
Dmitry Baryshkov (4):
dt-bindings: clock: separate SDM845 GCC clock bindings
clk: qcom: convert SDM845 Global Clock Controller to parent_data
clk: qcom: gcc-sdm845: get rid of the test clock
arm64: dts: qcom: sdm845: add required clocks on the gcc
.../devicetree/bindings/clock/qcom,gcc-sdm845.yaml | 84 +++
.../devicetree/bindings/clock/qcom,gcc.yaml | 2 -
arch/arm64/boot/dts/qcom/sdm845.dtsi | 12 +
drivers/clk/qcom/gcc-sdm845.c | 650 ++++++++++-----------
4 files changed, 419 insertions(+), 329 deletions(-)
create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sdm845.yaml
next reply other threads:[~2021-04-06 23:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-06 23:19 Dmitry Baryshkov [this message]
2021-04-06 23:19 ` [PATCH v2 1/4] dt-bindings: clock: separate SDM845 GCC clock bindings Dmitry Baryshkov
2021-04-08 0:19 ` Stephen Boyd
2021-04-08 0:38 ` Dmitry Baryshkov
2021-04-06 23:19 ` [PATCH v2 2/4] clk: qcom: convert SDM845 Global Clock Controller to parent_data Dmitry Baryshkov
2021-04-06 23:19 ` [PATCH v2 3/4] clk: qcom: gcc-sdm845: get rid of the test clock Dmitry Baryshkov
2021-04-06 23:19 ` [PATCH v2 4/4] arm64: dts: qcom: sdm845: add required clocks on the gcc Dmitry Baryshkov
2021-04-08 0:21 ` Stephen Boyd
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=20210406231909.3035267-1-dmitry.baryshkov@linaro.org \
--to=dmitry.baryshkov@linaro.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=mturquette@baylibre.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;
as well as URLs for NNTP newsgroup(s).