linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] Hook up ACV enable_mask for everybody
@ 2023-08-11 13:04 Konrad Dybcio
  2023-08-11 13:04 ` [PATCH 01/11] interconnect: qcom: qdu1000: Set ACV enable_mask Konrad Dybcio
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Konrad Dybcio @ 2023-08-11 13:04 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Georgi Djakov, Melody Olvera,
	Odelu Kukatla, Richard Acayan, David Dai, Rob Herring,
	Greg Kroah-Hartman, Luca Weiss, Sibi Sankar, Jonathan Marek,
	Vinod Koul
  Cc: Marijn Suijten, linux-arm-msm, linux-pm, linux-kernel,
	Konrad Dybcio

In the downstream kernel, ACV enable_mask has not been mentioned
explicitly, rather being handled by a sneaky if-condition [1], [2].

Add it to all RPMh platforms to actually enable that BCM.

Based atop [3].

[1] https://git.codelinaro.org/clo/la/kernel/msm-4.19/-/blob/LA.UM.10.2.1.c25/drivers/soc/qcom/msm_bus/msm_bus_arb_rpmh.c#L556-567
[2] https://git.codelinaro.org/clo/la/kernel/msm-4.19/-/blob/LA.UM.10.2.1.c25/drivers/soc/qcom/msm_bus/msm_bus_arb_rpmh.c#L475-495
[3] https://lore.kernel.org/linux-arm-msm/20230811-topic-icc_retire_macrosd-v1-0-c03aaeffc769@linaro.org/T/#t

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (11):
      interconnect: qcom: qdu1000: Set ACV enable_mask
      interconnect: qcom: sc7180: Set ACV enable_mask
      interconnect: qcom: sc7280: Set ACV enable_mask
      interconnect: qcom: sc8180x: Set ACV enable_mask
      interconnect: qcom: sc8280xp: Set ACV enable_mask
      interconnect: qcom: sdm670: Set ACV enable_mask
      interconnect: qcom: sdm845: Set ACV enable_mask
      interconnect: qcom: sm6350: Set ACV enable_mask
      interconnect: qcom: sm8150: Set ACV enable_mask
      interconnect: qcom: sm8250: Set ACV enable_mask
      interconnect: qcom: sm8350: Set ACV enable_mask

 drivers/interconnect/qcom/bcm-voter.h | 2 ++
 drivers/interconnect/qcom/qdu1000.c   | 1 +
 drivers/interconnect/qcom/sc7180.c    | 1 +
 drivers/interconnect/qcom/sc7280.c    | 1 +
 drivers/interconnect/qcom/sc8180x.c   | 1 +
 drivers/interconnect/qcom/sc8280xp.c  | 1 +
 drivers/interconnect/qcom/sdm670.c    | 1 +
 drivers/interconnect/qcom/sdm845.c    | 1 +
 drivers/interconnect/qcom/sm6350.c    | 1 +
 drivers/interconnect/qcom/sm8150.c    | 1 +
 drivers/interconnect/qcom/sm8250.c    | 1 +
 drivers/interconnect/qcom/sm8350.c    | 1 +
 12 files changed, 13 insertions(+)
---
base-commit: ee4aa20e094643232438b896f49a405361406fbf
change-id: 20230811-topic-acv-72aca8ad6f41

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@linaro.org>


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-08-11 18:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 02/11] interconnect: qcom: sc7180: " Konrad Dybcio
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

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).