projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c358eb4
)
pmdomain: core: Print a message when unused power domains are disabled
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Wed, 27 Dec 2023 15:18:54 +0000
(16:18 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Wed, 14 Feb 2024 09:26:11 +0000
(10:26 +0100)
In a similar spirit to commit
12ca59b91d04
("clk: Print an info line
before disabling unused clocks"), print the message in both ignore AND
cleanup cases to better inform the user (and more importantly, the
developer) when it happens.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link:
https://lore.kernel.org/r/20231227-topic-pmdomain_spam-v1-1-ff0410086b36@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/pmdomain/core.c
patch
|
blob
|
history
diff --git
a/drivers/pmdomain/core.c
b/drivers/pmdomain/core.c
index
8c28d5e
..
46331e7
100644
(file)
--- a/
drivers/pmdomain/core.c
+++ b/
drivers/pmdomain/core.c
@@
-1130,6
+1130,7
@@
static int __init genpd_power_off_unused(void)
return 0;
}
+ pr_info("genpd: Disabling unused power domains\n");
mutex_lock(&gpd_list_lock);
list_for_each_entry(genpd, &gpd_list, gpd_list_node)