summaryrefslogtreecommitdiff
path: root/drivers/devfreq/Makefile
diff options
context:
space:
mode:
authorRohit Gupta <rohgup@codeaurora.org>2016-05-11 10:36:52 -0700
committerJeevan Shriram <jshriram@codeaurora.org>2016-05-20 19:23:45 -0700
commitdb19421224498dc2a3a0126a6e0944d1a0a67635 (patch)
tree0510cd5782580209922fd82890e72d3960e71bad /drivers/devfreq/Makefile
parent1dc614f15901e5e15cd97c4f5a849a7240c16100 (diff)
PM / devfreq: Change the 'MSM' in devfreq device names to 'QCOM'
Substitute 'MSM' in the devfreq device/config names to 'QCOM' to comply with the current standards. Change-Id: I156ba6e2b5f8e06a28540ca5def5b178c3604512 Signed-off-by: Rohit Gupta <rohgup@codeaurora.org>
Diffstat (limited to 'drivers/devfreq/Makefile')
-rw-r--r--drivers/devfreq/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/devfreq/Makefile b/drivers/devfreq/Makefile
index 73992be83c23..0fbb2b2c5296 100644
--- a/drivers/devfreq/Makefile
+++ b/drivers/devfreq/Makefile
@@ -6,13 +6,13 @@ obj-$(CONFIG_DEVFREQ_GOV_POWERSAVE) += governor_powersave.o
obj-$(CONFIG_DEVFREQ_GOV_USERSPACE) += governor_userspace.o
obj-$(CONFIG_DEVFREQ_GOV_QCOM_ADRENO_TZ) += governor_msm_adreno_tz.o
obj-$(CONFIG_DEVFREQ_GOV_CPUFREQ) += governor_cpufreq.o
-obj-$(CONFIG_MSM_BIMC_BWMON) += bimc-bwmon.o
+obj-$(CONFIG_QCOM_BIMC_BWMON) += bimc-bwmon.o
obj-$(CONFIG_ARMBW_HWMON) += armbw-pm.o
obj-$(CONFIG_ARM_MEMLAT_MON) += arm-memlat-mon.o
-obj-$(CONFIG_MSMCCI_HWMON) += msmcci-hwmon.o
-obj-$(CONFIG_MSM_M4M_HWMON) += m4m-hwmon.o
-obj-$(CONFIG_DEVFREQ_GOV_MSM_BW_HWMON) += governor_bw_hwmon.o
-obj-$(CONFIG_DEVFREQ_GOV_MSM_CACHE_HWMON) += governor_cache_hwmon.o
+obj-$(CONFIG_QCOMCCI_HWMON) += msmcci-hwmon.o
+obj-$(CONFIG_QCOM_M4M_HWMON) += m4m-hwmon.o
+obj-$(CONFIG_DEVFREQ_GOV_QCOM_BW_HWMON) += governor_bw_hwmon.o
+obj-$(CONFIG_DEVFREQ_GOV_QCOM_CACHE_HWMON) += governor_cache_hwmon.o
obj-$(CONFIG_DEVFREQ_GOV_SPDM_HYP) += governor_spdm_bw_hyp.o
obj-$(CONFIG_DEVFREQ_GOV_QCOM_GPUBW_MON) += governor_gpubw_mon.o
obj-$(CONFIG_DEVFREQ_GOV_QCOM_GPUBW_MON) += governor_bw_vbif.o
@@ -22,7 +22,7 @@ obj-$(CONFIG_DEVFREQ_GOV_MEMLAT) += governor_memlat.o
obj-$(CONFIG_ARM_EXYNOS4_BUS_DEVFREQ) += exynos/
obj-$(CONFIG_ARM_EXYNOS5_BUS_DEVFREQ) += exynos/
obj-$(CONFIG_ARM_TEGRA_DEVFREQ) += tegra-devfreq.o
-obj-$(CONFIG_MSM_DEVFREQ_DEVBW) += devfreq_devbw.o
+obj-$(CONFIG_QCOM_DEVFREQ_DEVBW) += devfreq_devbw.o
obj-$(CONFIG_DEVFREQ_SIMPLE_DEV) += devfreq_simple_dev.o
obj-$(CONFIG_DEVFREQ_SPDM) += devfreq_spdm.o devfreq_spdm_debugfs.o