PM: AVS: qcom-cpr: Move the driver to the qcom specific drivers
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 6 Oct 2020 16:05:13 +0000 (18:05 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Oct 2020 16:38:21 +0000 (18:38 +0200)
commita7305e684fcfb33029fe3d0af6b7d8dc4c8ca7a1
treee80f85ed5b5b579dc7aca3b36398c238aba05f5a
parentbca815d620544c27288abf4841e39922d694425c
PM: AVS: qcom-cpr: Move the driver to the qcom specific drivers

The avs drivers are all SoC specific drivers that doesn't share any code.
Instead they are located in a directory, mostly to keep similar
functionality together. From a maintenance point of view, it makes better
sense to collect SoC specific drivers like these, into the SoC specific
directories.

Therefore, let's move the qcom-cpr driver to the qcom directory.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Niklas Cassel <nks@flawful.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
MAINTAINERS
drivers/power/avs/Kconfig
drivers/power/avs/Makefile
drivers/soc/qcom/Kconfig
drivers/soc/qcom/Makefile
drivers/soc/qcom/cpr.c [moved from drivers/power/avs/qcom-cpr.c with 100% similarity]