Message ID | 20240123-topic-sm8550-upstream-icc-sync-state-v1-1-a66259e0e176@linaro.org (mailing list archive) |
---|---|
State | Handled Elsewhere, archived |
Headers | show |
Series | interconnect: qcom: sm8550: Enable sync_state | expand |
On 1/23/24 09:49, Neil Armstrong wrote: > Enable sync_state on sm8550 so that the interconnect votes actually mean > anything and aren't just pinned to INT_MAX. > > Fixes: e6f0d6a30f73 ("interconnect: qcom: Add SM8550 interconnect provider driver") > Cc: Konrad Dybcio <konrad.dybcio@linaro.org> > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > --- https://lore.kernel.org/linux-arm-msm/20231218-topic-8550_fixes-v1-2-ce1272d77540@linaro.org/ Konrad
On 23/01/2024 18:57, Konrad Dybcio wrote: > > > On 1/23/24 09:49, Neil Armstrong wrote: >> Enable sync_state on sm8550 so that the interconnect votes actually mean >> anything and aren't just pinned to INT_MAX. >> >> Fixes: e6f0d6a30f73 ("interconnect: qcom: Add SM8550 interconnect provider driver") >> Cc: Konrad Dybcio <konrad.dybcio@linaro.org> >> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> >> --- > > https://lore.kernel.org/linux-arm-msm/20231218-topic-8550_fixes-v1-2-ce1272d77540@linaro.org/ > > Konrad Ack forgot about it, seems it has been forgotten in the serie Neil
diff --git a/drivers/interconnect/qcom/sm8550.c b/drivers/interconnect/qcom/sm8550.c index 629faa4c9aae..fc22cecf650f 100644 --- a/drivers/interconnect/qcom/sm8550.c +++ b/drivers/interconnect/qcom/sm8550.c @@ -2223,6 +2223,7 @@ static struct platform_driver qnoc_driver = { .driver = { .name = "qnoc-sm8550", .of_match_table = qnoc_of_match, + .sync_state = icc_sync_state, }, };
Enable sync_state on sm8550 so that the interconnect votes actually mean anything and aren't just pinned to INT_MAX. Fixes: e6f0d6a30f73 ("interconnect: qcom: Add SM8550 interconnect provider driver") Cc: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- drivers/interconnect/qcom/sm8550.c | 1 + 1 file changed, 1 insertion(+) --- base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d change-id: 20240123-topic-sm8550-upstream-icc-sync-state-70759959d3e2 Best regards,