lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250921075603.14452-1-djakov@kernel.org>
Date: Sun, 21 Sep 2025 10:56:03 +0300
From: Georgi Djakov <djakov@...nel.org>
To: gregkh@...uxfoundation.org
Cc: linux-pm@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	djakov@...nel.org
Subject: [GIT PULL] interconnect changes for 6.18

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@...nel.org>

----------------------------------------------------------------
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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ