Skip to content

Commit 869b9dd

Browse files
author
Ulf Hansson
committed
soc: apple: Move power-domain driver to the genpd dir
To simplify with maintenance let's move the apple 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: Hector Martin <marcan@marcan.st> Cc: Sven Peter <sven@svenpeter.dev> Cc: Alyssa Rosenzweig <alyssa@rosenzweig.io> Cc: <asahi@lists.linux.dev> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 22f86fa commit 869b9dd

5 files changed

Lines changed: 4 additions & 2 deletions

File tree

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,7 @@ F: drivers/bluetooth/hci_bcm4377.c
19041904
F: drivers/clk/clk-apple-nco.c
19051905
F: drivers/cpufreq/apple-soc-cpufreq.c
19061906
F: drivers/dma/apple-admac.c
1907+
F: drivers/genpd/apple/
19071908
F: drivers/i2c/busses/i2c-pasemi-core.c
19081909
F: drivers/i2c/busses/i2c-pasemi-platform.c
19091910
F: drivers/iommu/apple-dart.c

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
obj-y += actions/
33
obj-y += amlogic/
4+
obj-y += apple/

drivers/genpd/apple/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_APPLE_PMGR_PWRSTATE) += pmgr-pwrstate.o

drivers/soc/apple/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
obj-$(CONFIG_APPLE_PMGR_PWRSTATE) += apple-pmgr-pwrstate.o
3-
42
obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o
53
apple-rtkit-y = rtkit.o rtkit-crashlog.o
64

0 commit comments

Comments
 (0)