[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250703155514.3841629-1-djakov@kernel.org>
Date: Thu, 3 Jul 2025 18:55:14 +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 fixes for 6.16-rc
Hello Greg,
This pull request contains fixes for the current cycle. The details are
in the signed tag as usual. The patches have been in linux-next for a few
days. Please pull into char-misc-linus when possible.
Thanks,
Georgi
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-6.16-rc5
for you to fetch changes up to c5b60592886f97b01503c1bb553f88d6a7df42ea:
interconnect: avoid memory allocation when 'icc_bw_lock' is held (2025-06-27 21:43:40 +0300)
----------------------------------------------------------------
interconnect fixes for v6.16-rc
This contains a few framework core fixes (related to the new dynamic node
id feature), as well as some misc Qualcomm and Samsung driver fixes.
- interconnect: qcom: sc7280: Add missing num_links to xm_pcie3_1 node
- interconnect: exynos: handle node name allocation failure
- interconnect: increase ICC_DYN_ID_START
- interconnect: icc-clk: destroy nodes in case of memory allocation failures
- interconnect: avoid memory allocation when 'icc_bw_lock' is held
Signed-off-by: Georgi Djakov <djakov@...nel.org>
----------------------------------------------------------------
Gabor Juhos (3):
interconnect: increase ICC_DYN_ID_START
interconnect: icc-clk: destroy nodes in case of memory allocation failures
interconnect: avoid memory allocation when 'icc_bw_lock' is held
Johan Hovold (1):
interconnect: exynos: handle node name allocation failure
Xilin Wu (1):
interconnect: qcom: sc7280: Add missing num_links to xm_pcie3_1 node
drivers/interconnect/core.c | 34 ++++++--
drivers/interconnect/icc-clk.c | 2 +
drivers/interconnect/qcom/icc-rpmh.c | 7 +-
drivers/interconnect/qcom/osm-l3.c | 7 +-
drivers/interconnect/qcom/sc7280.c | 1 +
drivers/interconnect/samsung/exynos.c | 5 ++
include/linux/interconnect-provider.h | 7 ++
7 files changed, 56 insertions(+), 7 deletions(-)
Powered by blists - more mailing lists