mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
d6948c13b6
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
20 lines
416 B
Makefile
20 lines
416 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += actions/
|
|
obj-y += amlogic/
|
|
obj-y += apple/
|
|
obj-y += arm/
|
|
obj-y += bcm/
|
|
obj-y += imx/
|
|
obj-y += mediatek/
|
|
obj-y += qcom/
|
|
obj-y += renesas/
|
|
obj-y += rockchip/
|
|
obj-y += samsung/
|
|
obj-y += st/
|
|
obj-y += starfive/
|
|
obj-y += sunxi/
|
|
obj-y += tegra/
|
|
obj-y += ti/
|
|
obj-y += xilinx/
|
|
obj-y += core.o governor.o
|