diff options
author | Dan Murphy <dmurphy@ti.com> | 2011-07-05 13:55:52 -0500 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2011-08-04 14:43:58 -0700 |
commit | 525609a031184658094d355c8a9108c7480308a7 (patch) | |
tree | 5b2bb52e897ca824dad96c00a481559ccb657315 /drivers/misc/Makefile | |
parent | 909ae4339b04595d147db1fa8e18481cc42b9254 (diff) | |
download | kernel_samsung_tuna-525609a031184658094d355c8a9108c7480308a7.zip kernel_samsung_tuna-525609a031184658094d355c8a9108c7480308a7.tar.gz kernel_samsung_tuna-525609a031184658094d355c8a9108c7480308a7.tar.bz2 |
Add OMAP on die temp sensor support
Add the OMAP4 on-die temperature sensor support.
[ccross]
Removed debug and thermal framework support
Split *_enable(..., 0/1) functions into *_enable and *_disable
Added calls to omap_thermal_throttle and omap_thermal_unthrottle
Fixed sleeping-while-atomic in idle
Change-Id: I6b3a5e0de1620b229f2d6e61111da20f148bf7d8
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Moiz Sonasath <m-sonasath@ti.com>
Signed-off-by: Colin Cross <ccross@android.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 5f03172..68e3240 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -46,3 +46,4 @@ obj-y += ti-st/ obj-$(CONFIG_AB8500_PWM) += ab8500-pwm.o obj-y += lis3lv02d/ obj-y += carma/ +obj-$(CONFIG_OMAP_DIE_TEMP_SENSOR) += omap_temp_sensor.o |