From: Georgi Djakov <djakov@kernel.org>
To: gregkh@linuxfoundation.org
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
djakov@kernel.org
Subject: [GIT PULL] interconnect changes for 7.1
Date: Mon, 6 Apr 2026 15:06:52 +0300 [thread overview]
Message-ID: <20260406120652.1219527-1-djakov@kernel.org> (raw)
Hello Greg,
This is the pull request with interconnect changes for the v7.1-rc1 merge
window. As always, the summary is in the signed tag.
All patches have been tested in the last few linux-next releases. There
are currently no reported issues. Please pull into char-misc-next when
possible.
Thanks,
Georgi
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-7.1-rc1
for you to fetch changes up to 0436cd305d0be28cde59efb137d15d1bc6af4b12:
MAINTAINERS: Add interconnect kunit test entry (2026-04-02 10:39:01 +0300)
----------------------------------------------------------------
This pull request contains the interconnect changes for the 7.1-rc1
merge window. They are listed below:
- New driver for Mahua SoC
- New driver for Eliza SoC
- Enable QoS support for QCS8300 and QCS615 SoCs
- Add L3 cache scaling compatibles for SM8550 and Eliza SoCs
- Fix multiple issues in the msm8974 driver
- Fix kfree mismatch
- Misc cleanups
- Add maintainer entry for the interconnect KUnit tests
Signed-off-by: Georgi Djakov <djakov@kernel.org>
----------------------------------------------------------------
Aaron Kling (1):
dt-bindings: interconnect: OSM L3: Document sm8550 OSM L3 compatible
Abel Vesa (1):
dt-bindings: interconnect: OSM L3: Add Eliza EPSS L3 compatible
Dmitry Baryshkov (8):
dt-bindings: interconnect: qcom,msm8974: drop bus clocks
dt-bindings: interconnect: qcom,msm8974: use qcom,rpm-common
interconnect: qcom: drop unused is_on flag
interconnect: qcom: icc-rpm: allow overwriting get_bw callback
interconnect: qcom: define OCMEM bus resource
interconnect: qcom: let platforms declare their bugginess
interconnect: qcom: msm8974: switch to the main icc-rpm driver
interconnect: qcom: msm8974: expand DEFINE_QNODE macros
Georgi Djakov (5):
Merge branch 'icc-eliza' into icc-next
Merge branch 'icc-mahua' into icc-next
Merge branch 'icc-qcs8300' into icc-next
Merge branch 'icc-qcs615' into icc-next
Merge branch 'icc-msm8974' into icc-next
Gui-Dong Han (1):
interconnect: debugfs: fix devm_kstrdup and kfree mismatch
Krzysztof Kozlowski (2):
dt-bindings: interconnect: qcom,glymur-rpmh: De-acronymize SoC name
interconnect: qcom: De-acronymize SoC names
Kuan-Wei Chiu (1):
MAINTAINERS: Add interconnect kunit test entry
Odelu Kukatla (6):
dt-bindings: interconnect: qcom,qcs8300-rpmh: add clocks property to enable QoS
interconnect: qcom: qcs8300: enable QoS configuration
dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in Eliza SoC
interconnect: qcom: Add Eliza interconnect provider driver
dt-bindings: interconnect: qcom,qcs615-rpmh: add clocks property to enable QoS
interconnect: qcom: qcs615: enable QoS configuration
Raviteja Laggyshetty (2):
dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in Mahua SoC
interconnect: qcom: glymur: Add Mahua SoC support
.../devicetree/bindings/interconnect/qcom,eliza-rpmh.yaml | 142 +
.../devicetree/bindings/interconnect/qcom,glymur-rpmh.yaml | 136 +-
.../devicetree/bindings/interconnect/qcom,msm8974.yaml | 28 +-
.../devicetree/bindings/interconnect/qcom,osm-l3.yaml | 2 +
.../devicetree/bindings/interconnect/qcom,qcs615-rpmh.yaml | 23 +
.../devicetree/bindings/interconnect/qcom,qcs8300-rpmh.yaml | 63 +
MAINTAINERS | 6 +
drivers/interconnect/debugfs-client.c | 9 +-
drivers/interconnect/qcom/Kconfig | 13 +-
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/eliza.c | 1585 +++++++
drivers/interconnect/qcom/glymur.c | 40 +-
drivers/interconnect/qcom/icc-rpm-clocks.c | 6 +
drivers/interconnect/qcom/icc-rpm.c | 18 +-
drivers/interconnect/qcom/icc-rpm.h | 7 +-
drivers/interconnect/qcom/msm8974.c | 1637 ++++++--
drivers/interconnect/qcom/qcs615.c | 247 ++
drivers/interconnect/qcom/qcs8300.c | 375 ++
include/dt-bindings/interconnect/qcom,eliza-rpmh.h | 136 +
19 files changed, 4014 insertions(+), 461 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,eliza-rpmh.yaml
create mode 100644 drivers/interconnect/qcom/eliza.c
create mode 100644 include/dt-bindings/interconnect/qcom,eliza-rpmh.h
next reply other threads:[~2026-04-06 12:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-06 12:06 Georgi Djakov [this message]
2026-04-07 8:08 ` [GIT PULL] interconnect changes for 7.1 Greg KH
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=20260406120652.1219527-1-djakov@kernel.org \
--to=djakov@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.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