devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Bjorn Andersson <andersson@kernel.org>,
	 Georgi Djakov <djakov@kernel.org>,
	Abel Vesa <abel.vesa@linaro.org>,
	 Michael Turquette <mturquette@baylibre.com>,
	 Stephen Boyd <sboyd@kernel.org>,
	Taniya Das <quic_tdas@quicinc.com>,
	 Jagadeesh Kona <quic_jkona@quicinc.com>,
	 Neil Armstrong <neil.armstrong@linaro.org>,
	 Rob Herring <robh+dt@kernel.org>,
	 Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	 Sai Prakash Ranjan <quic_saipraka@quicinc.com>
Cc: Marijn Suijten <marijn.suijten@somainline.org>,
	 linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
	 linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	 devicetree@vger.kernel.org,
	Konrad Dybcio <konrad.dybcio@linaro.org>
Subject: [PATCH 02/12] interconnect: qcom: sm8550: Enable sync_state
Date: Mon, 18 Dec 2023 17:02:03 +0100	[thread overview]
Message-ID: <20231218-topic-8550_fixes-v1-2-ce1272d77540@linaro.org> (raw)
In-Reply-To: <20231218-topic-8550_fixes-v1-0-ce1272d77540@linaro.org>

To ensure the interconnect votes are actually meaningful and in order to
prevent holding all buses at FMAX, introduce the sync state callback.

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

diff --git a/drivers/interconnect/qcom/sm8550.c b/drivers/interconnect/qcom/sm8550.c
index abc52ad3d1f2..4d0e6fa9e003 100644
--- a/drivers/interconnect/qcom/sm8550.c
+++ b/drivers/interconnect/qcom/sm8550.c
@@ -1649,6 +1649,7 @@ static struct platform_driver qnoc_driver = {
 	.driver = {
 		.name = "qnoc-sm8550",
 		.of_match_table = qnoc_of_match,
+		.sync_state = icc_sync_state,
 	},
 };
 

-- 
2.43.0


  parent reply	other threads:[~2023-12-18 16:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18 16:02 [PATCH 00/12] 8550 fixups Konrad Dybcio
2023-12-18 16:02 ` [PATCH 01/12] interconnect: qcom: sm8550: Remove bogus per-RSC BCMs and nodes Konrad Dybcio
2023-12-19 17:28   ` Bjorn Andersson
2023-12-18 16:02 ` Konrad Dybcio [this message]
2023-12-19 17:28   ` [PATCH 02/12] interconnect: qcom: sm8550: Enable sync_state Bjorn Andersson
2023-12-18 16:02 ` [PATCH 03/12] clk: qcom: gcc-sm8550: Add the missing RETAIN_FF_ENABLE GDSC flag Konrad Dybcio
2023-12-18 16:02 ` [PATCH 04/12] clk: qcom: gcc-sm8550: Mark the PCIe GDSCs votable Konrad Dybcio
2023-12-18 16:02 ` [PATCH 05/12] clk: qcom: gcc-sm8550: use collapse-voting for PCIe GDSCs Konrad Dybcio
2023-12-18 16:02 ` [PATCH 06/12] clk: qcom: gcc-sm8550: Mark RCGs shared where applicable Konrad Dybcio
2023-12-18 16:02 ` [PATCH 07/12] clk: qcom: gpucc-sm8550: Update GPU PLL settings Konrad Dybcio
2023-12-18 16:02 ` [PATCH 08/12] clk: qcom: dispcc-sm8550: Update disp " Konrad Dybcio
2023-12-18 16:02 ` [PATCH 09/12] clk: qcom: dispcc-sm8550: Use the correct PLL configuration function Konrad Dybcio
2023-12-18 16:02 ` [PATCH 10/12] arm64: dts: qcom: sm8550: Switch UFS from opp-table-hz to opp-v2 Konrad Dybcio
2023-12-18 16:35   ` Nitin Rawat
2023-12-18 21:31     ` Konrad Dybcio
2023-12-18 16:02 ` [PATCH 11/12] arm64: dts: qcom: sm8550: Separate out X3 idle state Konrad Dybcio
2023-12-18 16:02 ` [PATCH 12/12] arm64: dts: qcom: sm8550: Update idle state time requirements Konrad Dybcio
2023-12-19 19:33 ` (subset) [PATCH 00/12] 8550 fixups Bjorn Andersson

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=20231218-topic-8550_fixes-v1-2-ce1272d77540@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=abel.vesa@linaro.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=djakov@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=mturquette@baylibre.com \
    --cc=neil.armstrong@linaro.org \
    --cc=quic_jkona@quicinc.com \
    --cc=quic_saipraka@quicinc.com \
    --cc=quic_tdas@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@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).