Commit 84e9c58c authored by Ulf Hansson's avatar Ulf Hansson
Browse files

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 <andersson@kernel.org>
Cc: Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: Andy Gross <agross@kernel.org>
Cc: <linux-arm-msm@vger.kernel.org>
Acked-by: default avatarBjorn Andersson <andersson@kernel.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
parent fcd96321
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17524,7 +17524,7 @@ L: linux-pm@vger.kernel.org
L:	linux-arm-msm@vger.kernel.org
S:	Maintained
F:	Documentation/devicetree/bindings/power/avs/qcom,cpr.yaml
F:	drivers/soc/qcom/cpr.c
F:	drivers/genpd/qcom/cpr.c
QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
M:	Ilia Lin <ilia.lin@kernel.org>
+1 −0
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ obj-y += amlogic/
obj-y					+= apple/
obj-y					+= bcm/
obj-y					+= mediatek/
obj-y					+= qcom/
+4 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_QCOM_CPR)		+= cpr.o
obj-$(CONFIG_QCOM_RPMPD)	+= rpmpd.o
obj-$(CONFIG_QCOM_RPMHPD)	+= rpmhpd.o
+0 −0

File moved.

+0 −0

File moved.

Loading