Linux Power Management development
 help / color / mirror / Atom feed
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 6.16
Date: Thu, 22 May 2025 19:03:31 +0300	[thread overview]
Message-ID: <20250522160331.2666873-1-djakov@kernel.org> (raw)

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

             reply	other threads:[~2025-05-22 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-22 16:03 Georgi Djakov [this message]
2025-05-22 16:26 ` [GIT PULL] interconnect changes for 6.16 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=20250522160331.2666873-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