summaryrefslogtreecommitdiffstats
path: root/drivers/pmdomain
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@linaro.org>2023-12-27 16:18:54 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2024-02-14 10:26:11 +0100
commit745fe55bc4c07a22f0d979eaeae44ec4d85f18be (patch)
tree9ff898d35ffe05291ee389df39f4002adfb77af2 /drivers/pmdomain
parentc358eb461a51b7d94b403db471ac9ff2077c48a6 (diff)
downloadlinux-745fe55bc4c07a22f0d979eaeae44ec4d85f18be.tar.gz
linux-745fe55bc4c07a22f0d979eaeae44ec4d85f18be.tar.bz2
linux-745fe55bc4c07a22f0d979eaeae44ec4d85f18be.zip
pmdomain: core: Print a message when unused power domains are disabled
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>
Diffstat (limited to 'drivers/pmdomain')
-rw-r--r--drivers/pmdomain/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pmdomain/core.c b/drivers/pmdomain/core.c
index 8c28d5e50500..46331e71108a 100644
--- 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)