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

Commit 4395d599 authored by Ram Chandrasekar's avatar Ram Chandrasekar Committed by Ram Chandrasekar
Browse files

driver: thermal: regulator_aop: Rename AOP Regulator cooling device



Rename AOP based regulator cooling device files to be more informative
and differentiate itself from the regulator based cooling devices.

Change-Id: I1a9714d3612612c7f0de3e4ad2c6dd36105e0a44
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent 089d1cb5
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -41,14 +41,14 @@ config QTI_VIRTUAL_SENSOR
	  sensors to query for temperature and the aggregation logic to
	  determine the virtual sensor temperature.

config QTI_REG_COOLING_DEVICE
	bool "QTI Regulator cooling device"
config QTI_AOP_REG_COOLING_DEVICE
	bool "QTI AOP Regulator cooling device"
	depends on THERMAL_OF && MSM_QMP
	help
	  This enables the Regulator cooling device. This cooling device
	  will be used by QTI chipset to place a floor voltage restriction at
	  low temperatures. The regulator cooling device will message the AOP
	  using mail box to establish the floor voltage.
	  This enables the AOP based Regulator cooling device. This cooling
	  device will be used by QTI chipset to place a floor voltage
	  restriction at low temperatures. The cooling device will message
	  the AOP using mail box to establish the floor voltage.

config QTI_QMI_COOLING_DEVICE
	bool "QTI QMI cooling devices"
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@ qcom_tsens-y += tsens.o tsens-common.o tsens-8916.o tsens-8974.o tsens-8960.o
obj-$(CONFIG_MSM_BCL_PERIPHERAL_CTL) += bcl_peripheral.o
obj-$(CONFIG_QTI_THERMAL_LIMITS_DCVS) += msm_lmh_dcvs.o lmh_dbg.o
obj-$(CONFIG_QTI_VIRTUAL_SENSOR) += qti_virtual_sensor.o
obj-$(CONFIG_QTI_REG_COOLING_DEVICE) += regulator_cooling.o
obj-$(CONFIG_QTI_AOP_REG_COOLING_DEVICE) += regulator_aop_cdev.o
obj-$(CONFIG_QTI_QMI_COOLING_DEVICE) += thermal_mitigation_device_service_v01.o qmi_cooling.o
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#include <linux/slab.h>
#include <linux/mailbox_client.h>

#define REG_CDEV_DRIVER "reg-cooling-device"
#define REG_CDEV_DRIVER "reg-aop-cooling-device"
#define REG_MSG_FORMAT "{class:volt_flr, event:zero_temp, res:%s, value:%s}"
#define REG_CDEV_MAX_STATE 1
#define MBOX_TOUT_MS 1000