Skip to content

Commit 84e9c58

Browse files
committed
soc: qcom: Move power-domain drivers to the genpd dir
To simplify with maintenance let's move the qcom power-domain drivers to the new genpd directory. Going forward, patches are intended to be managed through a separate git tree, according to MAINTAINERS. Cc: Bjorn Andersson <[email protected]> Cc: Konrad Dybcio <[email protected]> Cc: Andy Gross <[email protected]> Cc: <[email protected]> Acked-by: Bjorn Andersson <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent fcd9632 commit 84e9c58

File tree

7 files changed

+6
-4
lines changed

7 files changed

+6
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17524,7 +17524,7 @@ L: [email protected]
1752417524
1752517525
S: Maintained
1752617526
F: Documentation/devicetree/bindings/power/avs/qcom,cpr.yaml
17527-
F: drivers/soc/qcom/cpr.c
17527+
F: drivers/genpd/qcom/cpr.c
1752817528

1752917529
QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
1753017530
M: Ilia Lin <[email protected]>

drivers/genpd/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ obj-y += amlogic/
44
obj-y += apple/
55
obj-y += bcm/
66
obj-y += mediatek/
7+
obj-y += qcom/

drivers/genpd/qcom/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
obj-$(CONFIG_QCOM_CPR) += cpr.o
3+
obj-$(CONFIG_QCOM_RPMPD) += rpmpd.o
4+
obj-$(CONFIG_QCOM_RPMHPD) += rpmhpd.o
File renamed without changes.
File renamed without changes.
File renamed without changes.

drivers/soc/qcom/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CFLAGS_rpmh-rsc.o := -I$(src)
33
obj-$(CONFIG_QCOM_AOSS_QMP) += qcom_aoss.o
44
obj-$(CONFIG_QCOM_GENI_SE) += qcom-geni-se.o
55
obj-$(CONFIG_QCOM_COMMAND_DB) += cmd-db.o
6-
obj-$(CONFIG_QCOM_CPR) += cpr.o
76
obj-$(CONFIG_QCOM_GSBI) += qcom_gsbi.o
87
obj-$(CONFIG_QCOM_MDT_LOADER) += mdt_loader.o
98
obj-$(CONFIG_QCOM_OCMEM) += ocmem.o
@@ -29,8 +28,6 @@ obj-$(CONFIG_QCOM_STATS) += qcom_stats.o
2928
obj-$(CONFIG_QCOM_WCNSS_CTRL) += wcnss_ctrl.o
3029
obj-$(CONFIG_QCOM_APR) += apr.o
3130
obj-$(CONFIG_QCOM_LLCC) += llcc-qcom.o
32-
obj-$(CONFIG_QCOM_RPMHPD) += rpmhpd.o
33-
obj-$(CONFIG_QCOM_RPMPD) += rpmpd.o
3431
obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
3532
obj-$(CONFIG_QCOM_ICC_BWMON) += icc-bwmon.o
3633
qcom_ice-objs += ice.o

0 commit comments

Comments
 (0)