From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Georgi Djakov <djakov@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: [PATCH v2 0/2] qcom: sa8775p: add the interconnect driver for Qualcomm SA8775P platforms
Date: Wed, 18 Jan 2023 15:08:23 +0100 [thread overview]
Message-ID: <20230118140825.242544-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Add the DT bindings and driver for the RPMh interconnect on the sa8775p
platform from Qualcomm.
v1 -> v2:
- create a separate DT binding document for the sa8775p interconnect
- drop the lemans code name from the driver
- constify the qcom_icc_desc structs
- minor tweaks and improvements to the driver
- make sure the bindings pass tests
Bartosz Golaszewski (1):
dt-bindings: interconnect: qcom: document the interconnects for
sa8775p
Shazad Hussain (1):
interconnect: qcom: add a driver for sa8775p
.../interconnect/qcom,sa8775p-rpmh.yaml | 50 +
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/sa8775p.c | 2541 +++++++++++++++++
.../interconnect/qcom,sa8775p-rpmh.h | 231 ++
5 files changed, 2833 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml
create mode 100644 drivers/interconnect/qcom/sa8775p.c
create mode 100644 include/dt-bindings/interconnect/qcom,sa8775p-rpmh.h
--
2.37.2
next reply other threads:[~2023-01-18 14:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 14:08 Bartosz Golaszewski [this message]
2023-01-18 14:08 ` [PATCH v2 1/2] dt-bindings: interconnect: qcom: document the interconnects for sa8775p Bartosz Golaszewski
2023-01-18 15:33 ` Krzysztof Kozlowski
2023-01-26 20:36 ` Eric Chanudet
2023-01-18 14:08 ` [PATCH v2 2/2] interconnect: qcom: add a driver " Bartosz Golaszewski
2023-01-18 14:45 ` Konrad Dybcio
2023-01-20 9:09 ` Bartosz Golaszewski
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=20230118140825.242544-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=bartosz.golaszewski@linaro.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=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).