Skip to content

Commit b43f11e

Browse files
committed
ARM: ux500: Move power-domain driver to the genpd dir
To simplify with maintenance let's move the ux500 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: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent bd4ce2d commit b43f11e

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,6 +2421,7 @@ F: arch/arm/mach-ux500/
24212421
F: drivers/clk/clk-nomadik.c
24222422
F: drivers/clocksource/clksrc-dbx500-prcmu.c
24232423
F: drivers/dma/ste_dma40*
2424+
F: drivers/genpd/st/ste-ux500-pm-domain.c
24242425
F: drivers/hwspinlock/u8500_hsem.c
24252426
F: drivers/i2c/busses/i2c-nomadik.c
24262427
F: drivers/iio/adc/ab8500-gpadc.c

arch/arm/mach-ux500/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
obj-y := pm.o
77
obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o
88
obj-$(CONFIG_SMP) += platsmp.o
9-
obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ obj-y += qcom/
88
obj-y += renesas/
99
obj-y += rockchip/
1010
obj-y += samsung/
11+
obj-y += st/
1112
obj-y += starfive/
1213
obj-y += sunxi/
1314
obj-y += tegra/

drivers/genpd/st/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_ARCH_U8500) += ste-ux500-pm-domain.o

0 commit comments

Comments
 (0)