diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-05 18:23:33 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-14 11:40:18 +0300 |
commit | 84e9c58c21663b4008ddec3c431aef191c993ffd (patch) | |
tree | 4b480893e749dfdab14cfe4f7aa7a4e039c7a7e4 /drivers/genpd/Makefile | |
parent | fcd9632122d713fe30cd9829188d52d6a175c33a (diff) | |
download | linux-84e9c58c21663b4008ddec3c431aef191c993ffd.tar.xz |
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: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/genpd/Makefile')
-rw-r--r-- | drivers/genpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/genpd/Makefile b/drivers/genpd/Makefile index 1a0a56925756..dfdea14e2a8a 100644 --- a/drivers/genpd/Makefile +++ b/drivers/genpd/Makefile @@ -4,3 +4,4 @@ obj-y += amlogic/ obj-y += apple/ obj-y += bcm/ obj-y += mediatek/ +obj-y += qcom/ |