Skip to content

Commit 4419644

Browse files
committed
soc: samsung: Move power-domain driver to the genpd dir
To simplify with maintenance let's move the samsung power-domain driver to the new genpd directory. Going forward, patches are intended to be managed through a separate git tree, according to MAINTAINERS. Cc: Krzysztof Kozlowski <[email protected]> Cc: Alim Akhtar <[email protected]> Cc: <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Acked-by: Marek Szyprowski <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent a8fcd3d commit 4419644

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ obj-y += mediatek/
77
obj-y += qcom/
88
obj-y += renesas/
99
obj-y += rockchip/
10+
obj-y += samsung/

drivers/genpd/samsung/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
obj-$(CONFIG_EXYNOS_PM_DOMAINS) += exynos-pm-domains.o

drivers/soc/samsung/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ obj-$(CONFIG_EXYNOS_PMU) += exynos-pmu.o
1010

1111
obj-$(CONFIG_EXYNOS_PMU_ARM_DRIVERS) += exynos3250-pmu.o exynos4-pmu.o \
1212
exynos5250-pmu.o exynos5420-pmu.o
13-
obj-$(CONFIG_EXYNOS_PM_DOMAINS) += pm_domains.o
1413
obj-$(CONFIG_EXYNOS_REGULATOR_COUPLER) += exynos-regulator-coupler.o
1514

1615
obj-$(CONFIG_SAMSUNG_PM_CHECK) += s3c-pm-check.o

0 commit comments

Comments
 (0)