[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240609182112.13032-1-a39.skl@gmail.com>
Date: Sun, 9 Jun 2024 20:20:53 +0200
From: Adam Skladowski <a39.skl@...il.com>
To:
Cc: phone-devel@...r.kernel.org,
~postmarketos/upstreaming@...ts.sr.ht,
Adam Skladowski <a39.skl@...il.com>,
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>,
Conor Dooley <conor+dt@...nel.org>,
linux-arm-msm@...r.kernel.org,
linux-pm@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] msm8937/msm8976/qcs404 icc patches
This series introduce new ICC drivers for some legacy socs
while at it also updates a bit of qcs404 driver which seems
to not receive much attention lately.
Please take in consideration i do not own any qcs404 board
so i cannot test anything else than if it compiles.
Adam Skladowski (7):
dt-bindings: interconnect: Add Qualcomm MSM8976 DT bindings
interconnect: qcom: Add MSM8976 interconnect provider driver
dt-bindings: interconnect: Add Qualcomm MSM8937 DT bindings
interconnect: qcom: Add MSM8937 interconnect provider driver
interconnect: qcom: qcs404: Introduce AP-owned nodes
interconnect: qcom: qcs404: Add regmaps and more bus descriptions
dt-bindings: interconnect: qcom: msm8939: Fix example
.../bindings/interconnect/qcom,msm8937.yaml | 81 +
.../bindings/interconnect/qcom,msm8939.yaml | 22 +-
.../bindings/interconnect/qcom,msm8976.yaml | 107 ++
drivers/interconnect/qcom/Kconfig | 18 +
drivers/interconnect/qcom/Makefile | 4 +
drivers/interconnect/qcom/msm8937.c | 1374 ++++++++++++++++
drivers/interconnect/qcom/msm8976.c | 1443 +++++++++++++++++
drivers/interconnect/qcom/qcs404.c | 126 +-
.../dt-bindings/interconnect/qcom,msm8937.h | 93 ++
.../dt-bindings/interconnect/qcom,msm8976.h | 97 ++
10 files changed, 3354 insertions(+), 11 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,msm8937.yaml
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,msm8976.yaml
create mode 100644 drivers/interconnect/qcom/msm8937.c
create mode 100644 drivers/interconnect/qcom/msm8976.c
create mode 100644 include/dt-bindings/interconnect/qcom,msm8937.h
create mode 100644 include/dt-bindings/interconnect/qcom,msm8976.h
--
2.45.1
Powered by blists - more mailing lists