From: Abel Vesa <abel.vesa@linaro.org>
To: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Georgi Djakov <djakov@kernel.org>,
Odelu Kukatla <okukatla@codeaurora.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Melody Olvera <quic_molvera@quicinc.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-pm@vger.kernel.org
Subject: [PATCH v2 0/3] interconnect: qcom: Add support for SM8550
Date: Thu, 24 Nov 2022 13:22:29 +0200 [thread overview]
Message-ID: <20221124112232.1704144-1-abel.vesa@linaro.org> (raw)
This patchset adds interconnect support for SM8550.
First version was here:
https://lore.kernel.org/all/20221116114526.2679041-1-abel.vesa@linaro.org/
Changes since v1:
* dropped the changes in qcom,rpmh.yaml
* added dedicated schema file for sm8550
* dropped the extra spaces/tabs from the bindings header
* added const where necessary in the driver file
* switched to dev_err_probe, like Krzysztof suggested
Abel Vesa (3):
dt-bindings: interconnect: Add schema for SM8550
dt-bindings: interconnect: Add Qualcomm SM8550
interconnect: qcom: Add SM8550 interconnect provider driver
.../interconnect/qcom,sm8550-rpmh.yaml | 141 +
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/sm8550.c | 2319 +++++++++++++++++
drivers/interconnect/qcom/sm8550.h | 178 ++
.../dt-bindings/interconnect/qcom,sm8550.h | 190 ++
6 files changed, 2839 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm8550-rpmh.yaml
create mode 100644 drivers/interconnect/qcom/sm8550.c
create mode 100644 drivers/interconnect/qcom/sm8550.h
create mode 100644 include/dt-bindings/interconnect/qcom,sm8550.h
--
2.34.1
next reply other threads:[~2022-11-24 11:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-24 11:22 Abel Vesa [this message]
2022-11-24 11:22 ` [PATCH v2 1/3] dt-bindings: interconnect: Add schema for SM8550 Abel Vesa
2022-11-24 12:05 ` Krzysztof Kozlowski
2022-11-24 17:39 ` Rob Herring
2022-11-24 11:22 ` [PATCH v2 2/3] dt-bindings: interconnect: Add Qualcomm SM8550 Abel Vesa
2022-11-24 12:07 ` Krzysztof Kozlowski
2022-11-24 11:22 ` [PATCH v2 3/3] interconnect: qcom: Add SM8550 interconnect provider driver Abel Vesa
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=20221124112232.1704144-1-abel.vesa@linaro.org \
--to=abel.vesa@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=djakov@kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=okukatla@codeaurora.org \
--cc=quic_molvera@quicinc.com \
--cc=robh+dt@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).