mbox series

[GIT,PULL] interconnect changes for 6.16

Message ID 20250522160331.2666873-1-djakov@kernel.org
State New
Headers show
Series [GIT,PULL] interconnect changes for 6.16 | expand

Pull-request

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

Message

Georgi Djakov May 22, 2025, 4:03 p.m. UTC
Hello Greg,

This is the pull request with interconnect changes for the v6.16-rc1 merge
window. It contains core and driver changes. As always, the summary is in
the signed tag.

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

Thanks,
Georgi


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5fed7fe33c2cd7104fc87b7bc699a7be892befa2:

  Merge branch 'icc-sa8775p' into icc-next (2025-05-19 17:09:50 +0300)

----------------------------------------------------------------
interconnect changes for 6.16

This pull request contains the interconnect changes for the 6.16-rc1
merge window. The core and driver changes are listed below.

Core changes:
- Add support for dynamic id allocation, that allows creating
  multiple instances of the same provider

Driver changes:
- Add driver for the EPSS L3 instances on SA8775P SoC
- Add QoS support for SM8650 SoC
- Add some missing nodes for SM8650
- Misc dt-binding style and indentation fixes

Signed-off-by: Georgi Djakov <djakov@kernel.org>

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

Krzysztof Kozlowski (1):
      dt-bindings: interconnect: Correct indentation and style in DTS example

Neil Armstrong (4):
      interconnect: qcom: sm8650: enable QoS configuration
      dt-bindings: interconnect: sm8650: document the MASTER_APSS_NOC
      interconnect: qcom: sm8650: add the MASTER_APSS_NOC
      interconnect: qcom: sm8650: remove regmap config for mc_virt & clk_virt

Raviteja Laggyshetty (5):
      dt-bindings: interconnect: Add EPSS L3 compatible for SA8775P
      interconnect: core: Add dynamic id allocation support
      interconnect: qcom: Add multidev EPSS L3 support
      interconnect: qcom: icc-rpmh: Add dynamic icc node id support
      interconnect: qcom: sa8775p: Add dynamic icc node id support

 .../devicetree/bindings/interconnect/qcom,msm8939.yaml          |   8 +-
 .../devicetree/bindings/interconnect/qcom,msm8953.yaml          |  20 +-
 .../devicetree/bindings/interconnect/qcom,msm8974.yaml          |  20 +-
 Documentation/devicetree/bindings/interconnect/qcom,osm-l3.yaml |   1 +
 Documentation/devicetree/bindings/interconnect/qcom,rpm.yaml    |  12 +-
 Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml   |  28 +-
 .../devicetree/bindings/interconnect/qcom,sdx75-rpmh.yaml       |  16 +-
 drivers/interconnect/core.c                                     |  82 +-
 drivers/interconnect/qcom/icc-rpmh.c                            |  17 +-
 drivers/interconnect/qcom/icc-rpmh.h                            |   5 +
 drivers/interconnect/qcom/osm-l3.c                              |  38 +-
 drivers/interconnect/qcom/sa8775p.c                             | 952 +++-----
 drivers/interconnect/qcom/sm8650.c                              | 344 +++
 drivers/interconnect/qcom/sm8650.h                              |   1 +
 include/dt-bindings/interconnect/qcom,sm8650-rpmh.h             |   1 +
 include/linux/interconnect-provider.h                           |  12 +
 include/linux/interconnect.h                                    |   3 +
 17 files changed, 873 insertions(+), 687 deletions(-)