]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
PM: domains: Move genpd and its governor to the pmdomain subsystem
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 13 Dec 2023 11:33:05 +0000 (12:33 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 18 Dec 2023 11:49:48 +0000 (12:49 +0100)
commitd6948c13b663a284574cb9e502dd663e70d910e8
tree2569bab3c919278842ab3b3da640a333791e74c5
parentf871e716058988ee1f97263f3247a2cf998f9579
PM: domains: Move genpd and its governor to the pmdomain subsystem

It seems reasonable to collect the core parts for the generic PM domain,
along with its corresponding provider drivers. Therefore let's move the
files from drivers/base/power/ to drivers/pmdomain/ and while at it, let's
also rename the files accordingly.

Moreover, let's also update MAINTAINERS to reflect the update.

Cc: Kevin Hilman <khilman@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
Link: https://lore.kernel.org/r/20231213113305.29098-1-ulf.hansson@linaro.org
MAINTAINERS
drivers/base/power/Makefile
drivers/pmdomain/Makefile
drivers/pmdomain/core.c [moved from drivers/base/power/domain.c with 100% similarity]
drivers/pmdomain/governor.c [moved from drivers/base/power/domain_governor.c with 100% similarity]