aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/temperature_sensor.h
Commit message (Collapse)AuthorAgeFilesLines
* Add new ifdef for temp sensor idleDan Murphy2011-08-291-1/+2
| | | | | | | | | | Added new ifdef for temp sensor idle. Since the driver in drivers/misc and the staging temp driver share the same API we need to differeniate the two calls Change-Id: I69470bcb4327a36980be831dc1a7776c8bf7426c Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ARM: omap: temperature_sensor: Fix build when temperature sensor disabledColin Cross2011-08-041-0/+10
| | | | | | | | | | Provide stubs for omap_temp_sensor_resume_idle, omap_temp_sensor_prepare_idle and omap_temp_sensor_idle when CONFIG_OMAP_TEMP_SENSOR or CONFIG_OMAP_DIE_TEMP_SENSOR are not enabled. Change-Id: Ife9f9f619b2fad8469e18576db63f3d3f439aa8b Signed-off-by: Colin Cross <ccross@android.com>
* OMAP2: Add temp sensor device fileDan Murphy2011-08-041-0/+55
Add the temp sensor device file to the mach-omap2 directory Change-Id: I8ea9a139ca9fe961f452aeff6d5fe5b28becf842 Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Moiz Sonasath <m-sonasath@ti.com>