diff options
| author | Siddartha Mohanadoss <smohanad@codeaurora.org> | 2016-02-17 12:41:47 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:10:25 -0700 |
| commit | 2021d15137a3095f3f2c0e55fe36bbdc96cd64ba (patch) | |
| tree | a9ed70d709bebb594ac02ced716f3f9d17eb0ab1 /drivers/thermal/Makefile | |
| parent | 31d2a03e6e7c43169cbc7df9c0884da9363a58a3 (diff) | |
thermal: tsens: Enable TSENS
This snapshot is taken as of msm-3.18 commit dbdb6776f
(Merge "msm: camera: Add dummy sub module in sensor pipeline")
Commit 0b46b8a7 (clocksource: arch_timer: Fix code to use
physical timers when requested) introduces the use of
physical counters and requires clients to use api
arch_counter_get_cntvct(). Accordingly update tsens_poll()
to the new API to prevent a BUG_ON() during bootup.
Fixup TSENS to use supported int type for temperature value.
Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
Diffstat (limited to 'drivers/thermal/Makefile')
| -rw-r--r-- | drivers/thermal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index cbfff2226bcd..22abb6a161a0 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -50,7 +50,7 @@ obj-$(CONFIG_TEGRA_SOCTHERM) += tegra_soctherm.o obj-$(CONFIG_HISI_THERMAL) += hisi_thermal.o obj-$(CONFIG_THERMAL_QPNP) += qpnp-temp-alarm.o obj-$(CONFIG_THERMAL_QPNP_ADC_TM) += qpnp-adc-tm.o -obj-$(CONFIG_THERMAL_TSENS8974) += msm8974-tsens.o +obj-$(CONFIG_THERMAL_TSENS8974) += msm-tsens.o obj-$(CONFIG_THERMAL_MONITOR) += msm_thermal.o msm_thermal-dev.o obj-$(CONFIG_LIMITS_MONITOR) += lmh_interface.o obj-$(CONFIG_LIMITS_LITE_HW) += lmh_lite.o |
