linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yassine Oudjana <y.oudjana@protonmail.com>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Georgi Djakov <djakov@kernel.org>,
	Rob Herring <robh+dt@kernel.org>
Cc: Yassine Oudjana <y.oudjana@protonmail.com>,
	AngeloGioacchino Del Regno <kholk11@gmail.com>,
	linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v4 0/5] interconnect: qcom: Add MSM8996 interconnect driver
Date: Wed, 01 Sep 2021 12:15:48 +0000	[thread overview]
Message-ID: <20210901121518.152481-1-y.oudjana@protonmail.com> (raw)

This series adds a driver for interconnects on MSM8996. This fixes some rare display underflows
and provides a slight heat reduction.

The driver currently supports all NoCs on MSM8996 except a0noc, due to some issues with writing
to its registers.

Changes since v3:
 - Expand DEFINE_QNODE macros in msm8996.c.
 - Commonize probe function.
 - Don't rename qcom_icc_set in icc-rpmh since it's no longer needed.
 - Code style fixes.
Changes since v2:
 - Dual-license qcom,msm8996.h and move it to the dt bindings patch
 - Remove interconnect paths from CPUs since cpufreq driver doesn't support icc scaling yet.
Changes since v1:
 - Split first patch into 2 patches, one for renaming qcom_icc_set in icc-rpmh, and another
   one for the actual commonization.
 - Revert unnecessary move of include line in sdm660.c 

Yassine Oudjana (5):
  interconnect: qcom: sdm660: Commonize RPM-QoS
  dt-bindings: interconnect: Move SDM660 to a new RPM-QoS file
  dt-bindings: interconnect: Add Qualcomm MSM8996 DT bindings
  interconnect: qcom: Add MSM8996 interconnect provider driver
  arm64: dts: qcom: msm8996: Add interconnect support

 .../{qcom,sdm660.yaml => qcom,rpm-qos.yaml}   |   23 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi         |   80 +
 drivers/interconnect/qcom/Kconfig             |   14 +-
 drivers/interconnect/qcom/Makefile            |    4 +
 drivers/interconnect/qcom/icc-rpm-qos.c       |  358 +++
 drivers/interconnect/qcom/icc-rpm-qos.h       |  135 +
 drivers/interconnect/qcom/msm8996.c           | 2781 +++++++++++++++++
 drivers/interconnect/qcom/msm8996.h           |  149 +
 drivers/interconnect/qcom/sdm660.c            |  487 +--
 .../dt-bindings/interconnect/qcom,msm8996.h   |  163 +
 10 files changed, 3725 insertions(+), 469 deletions(-)
 rename Documentation/devicetree/bindings/interconnect/{qcom,sdm660.yaml => qcom,rpm-qos.yaml} (82%)
 create mode 100644 drivers/interconnect/qcom/icc-rpm-qos.c
 create mode 100644 drivers/interconnect/qcom/icc-rpm-qos.h
 create mode 100644 drivers/interconnect/qcom/msm8996.c
 create mode 100644 drivers/interconnect/qcom/msm8996.h
 create mode 100644 include/dt-bindings/interconnect/qcom,msm8996.h

-- 
2.33.0



             reply	other threads:[~2021-09-01 12:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 12:15 Yassine Oudjana [this message]
2021-09-01 12:15 ` [PATCH v4 1/5] interconnect: qcom: sdm660: Commonize RPM-QoS Yassine Oudjana
2021-09-01 18:48   ` AngeloGioacchino Del Regno
2021-09-01 22:01     ` Dmitry Baryshkov
2021-09-01 22:19       ` AngeloGioacchino Del Regno
2021-09-02  9:42       ` Yassine Oudjana
2021-09-01 12:16 ` [PATCH v4 2/5] dt-bindings: interconnect: Move SDM660 to a new RPM-QoS file Yassine Oudjana
2021-09-01 12:16 ` [PATCH v4 3/5] dt-bindings: interconnect: Add Qualcomm MSM8996 DT bindings Yassine Oudjana
2021-09-01 12:16 ` [PATCH v4 4/5] interconnect: qcom: Add MSM8996 interconnect provider driver Yassine Oudjana
2021-09-01 12:16 ` [PATCH v4 5/5] arm64: dts: qcom: msm8996: Add interconnect support Yassine Oudjana

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=20210901121518.152481-1-y.oudjana@protonmail.com \
    --to=y.oudjana@protonmail.com \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=djakov@kernel.org \
    --cc=kholk11@gmail.com \
    --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).