linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Georgi Djakov <djakov@kernel.org>,
	Melody Olvera <quic_molvera@quicinc.com>,
	Odelu Kukatla <okukatla@codeaurora.org>,
	Richard Acayan <mailingradian@gmail.com>,
	David Dai <daidavid1@codeaurora.org>,
	Rob Herring <robh@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Luca Weiss <luca.weiss@fairphone.com>,
	Sibi Sankar <sibis@codeaurora.org>,
	Jonathan Marek <jonathan@marek.ca>, Vinod Koul <vkoul@kernel.org>
Cc: Marijn Suijten <marijn.suijten@somainline.org>,
	linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Konrad Dybcio <konrad.dybcio@linaro.org>
Subject: [PATCH 02/11] interconnect: qcom: sc7180: Set ACV enable_mask
Date: Fri, 11 Aug 2023 15:04:09 +0200	[thread overview]
Message-ID: <20230811-topic-acv-v1-2-a85b6e94f46d@linaro.org> (raw)
In-Reply-To: <20230811-topic-acv-v1-0-a85b6e94f46d@linaro.org>

ACV expects an enable_mask corresponding to the APPS RSC, fill it in.

Fixes: 2d1f95ab9feb ("interconnect: qcom: Add SC7180 interconnect provider driver")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 drivers/interconnect/qcom/sc7180.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/interconnect/qcom/sc7180.c b/drivers/interconnect/qcom/sc7180.c
index d94ab9b39f3d..013b6840d59d 100644
--- a/drivers/interconnect/qcom/sc7180.c
+++ b/drivers/interconnect/qcom/sc7180.c
@@ -1238,6 +1238,7 @@ static struct qcom_icc_node xs_sys_tcu_cfg = {
 
 static struct qcom_icc_bcm bcm_acv = {
 	.name = "ACV",
+	.enable_mask = ACV_RSC_APPS,
 	.keepalive = false,
 	.num_nodes = 1,
 	.nodes = { &ebi },

-- 
2.41.0


  parent reply	other threads:[~2023-08-11 13:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 13:04 [PATCH 00/11] Hook up ACV enable_mask for everybody Konrad Dybcio
2023-08-11 13:04 ` [PATCH 01/11] interconnect: qcom: qdu1000: Set ACV enable_mask Konrad Dybcio
2023-08-11 18:19   ` Mike Tipton
2023-08-11 13:04 ` Konrad Dybcio [this message]
2023-08-11 13:04 ` [PATCH 03/11] interconnect: qcom: sc7280: " Konrad Dybcio
2023-08-11 13:04 ` [PATCH 04/11] interconnect: qcom: sc8180x: " Konrad Dybcio
2023-08-11 13:04 ` [PATCH 05/11] interconnect: qcom: sc8280xp: " Konrad Dybcio
2023-08-11 13:04 ` [PATCH 06/11] interconnect: qcom: sdm670: " Konrad Dybcio
2023-08-11 13:04 ` [PATCH 07/11] interconnect: qcom: sdm845: " Konrad Dybcio
2023-08-11 13:04 ` [PATCH 08/11] interconnect: qcom: sm6350: " Konrad Dybcio
2023-08-11 13:04 ` [PATCH 09/11] interconnect: qcom: sm8150: " Konrad Dybcio
2023-08-11 13:04 ` [PATCH 10/11] interconnect: qcom: sm8250: " Konrad Dybcio
2023-08-11 13:04 ` [PATCH 11/11] interconnect: qcom: sm8350: " Konrad Dybcio

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=20230811-topic-acv-v1-2-a85b6e94f46d@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=daidavid1@codeaurora.org \
    --cc=djakov@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathan@marek.ca \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=luca.weiss@fairphone.com \
    --cc=mailingradian@gmail.com \
    --cc=marijn.suijten@somainline.org \
    --cc=okukatla@codeaurora.org \
    --cc=quic_molvera@quicinc.com \
    --cc=robh@kernel.org \
    --cc=sibis@codeaurora.org \
    --cc=vkoul@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).