]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pmdomain: arm: Add print after a successful probe for SCMI power domains
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 4 Mar 2026 10:14:57 +0000 (11:14 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 1 Apr 2026 11:12:11 +0000 (13:12 +0200)
commit6c70e42fc4faf591c08aba6e5620343207ff55a9
tree189b0d55f7e88ffeb12b5c4b3538e35b3cea3938
parent8d2cacb20eb1bc613839a3c0e375835c83fb629f
pmdomain: arm: Add print after a successful probe for SCMI power domains

It can be discussed how useful a print is after a successful probe. In the
SCMI power domain case it's seems valuable, as it let us inform about the
number of initialized power domains too, which is fetched from firmware.

Therefore, let's add a print about this, which also aligns with the
behaviour of the SCMI perf domain driver.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Cristian Marussi <cristian.marussi@arm.com>
Acked-by: Sudeep Holla <sudeep.holla@kernel.org>
drivers/pmdomain/arm/scmi_pm_domain.c