Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1ba1415 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

msm: avs: move avs driver to a new location in kernel



This patch moves the AVS driver to appropriate directory
in the kernel tree (i.e drivers/power/avs).

Change-Id: I9d393a6f4e6baf5c9a1b30b60a6e638992deb6d3
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent c25a13bd
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -688,15 +688,6 @@ config MSM_DEVFREQ_CPUBW
	  agnostic interface to so that some of the devfreq governors can be
	  shared across SoCs.

config MSM_AVS_HW
	bool "Enable Adaptive Voltage Scaling (AVS)"
	default n
	help
	  Enable AVS hardware to fine tune voltage at each frequency. The
	  AVS hardware blocks associated with each Qualcomm ARMv7 cores can
	  fine tune the voltages based on the feedback from the ring
	  oscillators.

config RTAC
	bool "MSM8K real-time audio calibration support"
	default y
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ obj-$(CONFIG_DEBUG_FS) += perf_debug.o
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o

obj-$(CONFIG_MSM_AVS_HW) += avs.o

obj-$(CONFIG_MSM_SCM) += scm-boot.o
obj-$(CONFIG_MSM_XPU_ERR_FATAL) += scm-xpu.o
obj-$(CONFIG_MSM_TEST_QMI_CLIENT) += kernel_test_service_v01.o test_qmi_client.o
+9 −0
Original line number Diff line number Diff line
@@ -10,3 +10,12 @@ menuconfig POWER_AVS
	  AVS is also called SmartReflex on OMAP devices.

	  Say Y here to enable Adaptive Voltage Scaling class support.

config POWER_AVS_MSM
	bool "Enable Adaptive Voltage Scaling (AVS) for QCOM chipsets"
	default n
	help
	  Enable AVS hardware to fine tune voltage at each frequency. The
	  AVS hardware blocks associated with each Qualcomm ARMv7 cores can
	  fine tune the voltages based on the feedback from the ring
	  oscillators.
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_POWER_AVS_OMAP)		+= smartreflex.o
obj-$(CONFIG_POWER_AVS_MSM)		+= qcom-avs.o
+0 −0

File moved.