[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230118140825.242544-1-brgl@bgdev.pl>
Date: Wed, 18 Jan 2023 15:08:23 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Georgi Djakov <djakov@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Cc: linux-arm-msm@...r.kernel.org, linux-pm@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: [PATCH v2 0/2] qcom: sa8775p: add the interconnect driver for Qualcomm SA8775P platforms
From: Bartosz Golaszewski <bartosz.golaszewski@...aro.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
Powered by blists - more mailing lists