linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
To: Georgi Djakov <djakov@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 01/28] interconnect: qcom: sc8280xp: specify num_links for qnm_a1noc_cfg
Date: Mon, 16 Jun 2025 03:28:13 +0300	[thread overview]
Message-ID: <20250616-rework-icc-v1-1-bc1326294d71@oss.qualcomm.com> (raw)
In-Reply-To: <20250616-rework-icc-v1-0-bc1326294d71@oss.qualcomm.com>

The qnm_a1noc_cfg declaration didn't include .num_links definition, fix
it.

Fixes: f29dabda7917 ("interconnect: qcom: Add SC8280XP interconnect provider")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 drivers/interconnect/qcom/sc8280xp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/interconnect/qcom/sc8280xp.c b/drivers/interconnect/qcom/sc8280xp.c
index 0270f6c64481a92149cb19556acdc6e2fead39c9..c646cdf8a19bf6f5a581cd9491b104259259fff3 100644
--- a/drivers/interconnect/qcom/sc8280xp.c
+++ b/drivers/interconnect/qcom/sc8280xp.c
@@ -48,6 +48,7 @@ static struct qcom_icc_node qnm_a1noc_cfg = {
 	.id = SC8280XP_MASTER_A1NOC_CFG,
 	.channels = 1,
 	.buswidth = 4,
+	.num_links = 1,
 	.links = { SC8280XP_SLAVE_SERVICE_A1NOC },
 };
 

-- 
2.39.5


  reply	other threads:[~2025-06-16  0:28 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-16  0:28 [PATCH 00/28] interconnect: qcom: icc-rpmh: use NULL-terminated arrays and drop static IDs Dmitry Baryshkov
2025-06-16  0:28 ` Dmitry Baryshkov [this message]
2025-06-16  0:28 ` [PATCH 02/28] interconnect: qcom: sc8180x: specify num_nodes Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 03/28] interconnect: qcom: rpmh: make nodes a NULL_terminated array Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 04/28] interconnect: qcom: rpmh: make link_nodes " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 05/28] interconnect: qcom: sc7280: convert to dynamic IDs Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 06/28] interconnect: qcom: sc8180x: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 07/28] interconnect: qcom: sc8280xp: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 08/28] interconnect: qcom: sdm845: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 09/28] interconnect: qcom: sm8250: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 10/28] interconnect: qcom: x1e80100: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 11/28] interconnect: qcom: qcs615: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 12/28] interconnect: qcom: qcs8300: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 13/28] interconnect: qcom: qdu1000: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 14/28] interconnect: qcom: sar2130p: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 15/28] interconnect: qcom: sc7180: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 16/28] interconnect: qcom: sdm670: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 17/28] interconnect: qcom: sdx55: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 18/28] interconnect: qcom: sdx65: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 19/28] interconnect: qcom: sdx75: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 20/28] interconnect: qcom: sm6350: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 21/28] interconnect: qcom: sm7150: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 22/28] interconnect: qcom: sm8150: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 23/28] interconnect: qcom: sm8350: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 24/28] interconnect: qcom: sm8450: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 25/28] interconnect: qcom: sm8550: " Dmitry Baryshkov
2025-06-16 16:13   ` neil.armstrong
2025-06-16  0:28 ` [PATCH 26/28] interconnect: qcom: sm8650: " Dmitry Baryshkov
2025-06-16 16:13   ` neil.armstrong
2025-06-16  0:28 ` [PATCH 27/28] interconnect: qcom: sm8750: " Dmitry Baryshkov
2025-06-16  0:28 ` [PATCH 28/28] interconnect: qcom: icc-rpmh: drop support for non-dynamic IDS Dmitry Baryshkov
2025-06-16 15:51 ` [PATCH 00/28] interconnect: qcom: icc-rpmh: use NULL-terminated arrays and drop static IDs neil.armstrong
2025-06-16 15:53   ` Dmitry Baryshkov
2025-06-16 16:14     ` Neil Armstrong

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=20250616-rework-icc-v1-1-bc1326294d71@oss.qualcomm.com \
    --to=dmitry.baryshkov@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=djakov@kernel.org \
    --cc=linux-arm-msm@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).