projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2ab12
)
interconnect: qcom: sm8250: Enable sync_state
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Thu, 30 Nov 2023 14:04:45 +0000
(15:04 +0100)
committer
Georgi Djakov
<djakov@kernel.org>
Thu, 30 Nov 2023 15:33:32 +0000
(17:33 +0200)
Add the generic icc sync_state callback to ensure interconnect votes
are taken into account, instead of being pegged at maximum values.
Fixes: b95b668eaaa2 ("interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link:
https://lore.kernel.org/r/20231130-topic-8250icc_syncstate-v1-1-7ce78ba6e04c@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/qcom/sm8250.c
patch
|
blob
|
history
diff --git
a/drivers/interconnect/qcom/sm8250.c
b/drivers/interconnect/qcom/sm8250.c
index 83aeb3eedc19729de76c11b658017623943ac217..02d40eea0d6964de9a24bdf766eb51095f009981 100644
(file)
--- a/
drivers/interconnect/qcom/sm8250.c
+++ b/
drivers/interconnect/qcom/sm8250.c
@@
-1995,6
+1995,7
@@
static struct platform_driver qnoc_driver = {
.driver = {
.name = "qnoc-sm8250",
.of_match_table = qnoc_of_match,
+ .sync_state = icc_sync_state,
},
};
module_platform_driver(qnoc_driver);