public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] interconnect changes for 7.1
@ 2026-04-06 12:06 Georgi Djakov
  0 siblings, 0 replies; only message in thread
From: Georgi Djakov @ 2026-04-06 12:06 UTC (permalink / raw)
  To: gregkh; +Cc: linux-pm, linux-kernel, djakov

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-04-06 12:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-06 12:06 [GIT PULL] interconnect changes for 7.1 Georgi Djakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox