[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250116124230.635223-1-djakov@kernel.org>
Date: Thu, 16 Jan 2025 14:42:30 +0200
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.14
Hello Greg,
This is the pull request with interconnect changes for the v6.14-rc1 merge
window. It contains a new driver and tiny DT binding updates. As always,
the summary is in the signed tag.
All patches have been in linux-next for a while. There are no reported
issues. Please pull into char-misc-next when possible.
Thanks,
Georgi
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.14-rc1
for you to fetch changes up to 4cc004716977beab6242bca385326c84db127256:
Merge branch 'icc-sm8750' into icc-next (2025-01-14 00:13:23 +0200)
----------------------------------------------------------------
interconnect changes for 6.14
This pull request contains the interconnect changes for the 6.14-rc1 merge
window. It contains one new driver and DT documentation updates for L3
and bandwidth monitors.
Driver changes:
- New driver for the SM8750 platform
- Add DT compatibles for QCS615 BWMON and SM8650 OSM
Signed-off-by: Georgi Djakov <djakov@...nel.org>
----------------------------------------------------------------
Georgi Djakov (1):
Merge branch 'icc-sm8750' into icc-next
Krzysztof Kozlowski (1):
interconnect: sm8750: Add missing const to static qcom_icc_desc
Lijuan Gao (1):
dt-bindings: interconnect: qcom-bwmon: Document QCS615 bwmon compatibles
Neil Armstrong (1):
dt-bindings: interconnect: OSM L3: Document sm8650 OSM L3 compatible
Raviteja Laggyshetty (2):
dt-bindings: interconnect: add interconnect bindings for SM8750
interconnect: qcom: Add interconnect provider driver for SM8750
Shivnandan Kumar (1):
dt-bindings: interconnect: qcom,msm8998-bwmon: Add SM8750 CPU BWMONs
.../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 3 +
.../devicetree/bindings/interconnect/qcom,osm-l3.yaml | 1 +
.../devicetree/bindings/interconnect/qcom,sm8750-rpmh.yaml | 136 +
drivers/interconnect/qcom/Kconfig | 9 +
drivers/interconnect/qcom/Makefile | 2 +
drivers/interconnect/qcom/sm8750.c | 1705 ++++++++
include/dt-bindings/interconnect/qcom,sm8750-rpmh.h | 143 +
7 files changed, 1999 insertions(+)
create mode 100644 Documentation/devicetree/bindings/interconnect/qcom,sm8750-rpmh.yaml
create mode 100644 drivers/interconnect/qcom/sm8750.c
create mode 100644 include/dt-bindings/interconnect/qcom,sm8750-rpmh.h
Powered by blists - more mailing lists