[GIT PULL] interconnect changes for 6.18

From: Georgi Djakov

Date: Sun Sep 21 2025 - 03:56:23 EST


Hello Greg,

This is the pull request with interconnect changes for the v6.18-rc1 merge
window. As always, the summary is in the signed tag.

All patches have been in linux-next for a full week. There are currently
no reported issues. Please pull into char-misc-next when possible.

Thanks,
Georgi


The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.18-rc1

for you to fetch changes up to bcdf7a064c3c73cd97870a3ef5e4dd6214b28b79:

Merge branch 'icc-glymur' into icc-next (2025-09-12 13:54:17 +0300)

----------------------------------------------------------------
interconnect changes for 6.18

This pull request contains the interconnect changes for the 6.18-rc1
merge window. It contains new driver and a minor core cleanup.

Core change:
- Use device_match_of_node() instead of open coding it

Driver changes:
- Add new driver for the Qualcomm Glymur SoC
- Enable OSM L3 support for the QCS615 SoC

Signed-off-by: Georgi Djakov <djakov@xxxxxxxxxx>

----------------------------------------------------------------
Georgi Djakov (1):
Merge branch 'icc-glymur' into icc-next

Raviteja Laggyshetty (4):
dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in Glymur SoC
interconnect: qcom: icc-rpmh: increase MAX_PORTS to support four QoS ports
interconnect: qcom: add glymur interconnect provider driver
dt-bindings: interconnect: Add OSM L3 compatible for QCS615 SoC

Zhang Enpei (1):
interconnect: core: Use device_match_of_node()

.../devicetree/bindings/interconnect/qcom,glymur-rpmh.yaml | 172 +
.../devicetree/bindings/interconnect/qcom,osm-l3.yaml | 5 +
drivers/interconnect/core.c | 2 +-
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/glymur.c | 2543 ++++++++
drivers/interconnect/qcom/icc-rpmh.h | 2 +-
include/dt-bindings/interconnect/qcom,glymur-rpmh.h | 205 +
8 files changed, 2938 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,glymur-rpmh.yaml
create mode 100644 drivers/interconnect/qcom/glymur.c
create mode 100644 include/dt-bindings/interconnect/qcom,glymur-rpmh.h