summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2014-11-18thermal: exynos3250: Add interrupt mask for rising/falling interrupt to pdata.Jonghwa Lee1-0/+4
2014-11-18thermal: samsung: Only update available threshold limitsTushar Behera1-0/+4
2014-11-18thermal: Bind cooling devices with the correct argumentsPunit Agrawal1-2/+2
2014-11-18thermal: Add braces around suspect codeStephen Boyd1-1/+2
2014-11-18thermal:samsung: fix compilation warningNaveen Krishna Chatradhi1-1/+1
2014-11-18thermal: introduce device tree parserEduardo Valentin5-1/+880
2014-11-18thermal: allow registering without .get_tempEduardo Valentin1-2/+8
2014-11-18thermal: samsung: Change calculation type from TWO_POINT_TRIMMING to ONE_POIN...Chanwoo Choi1-1/+1
2014-11-18thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250Chanwoo Choi4-7/+22
2014-11-18thermal: Use THERMAL_TREND_{RISING|FALLING} to indicate thermal trendsLukasz Majewski1-3/+5
2014-11-18thermal: samsung: Add TMU support for Exynos3250 SoCChanwoo Choi4-2/+100
2014-11-18thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos...Lukasz Majewski4-0/+13
2014-11-18thermal: exynos: Provide separate TMU data for Exynos4412Lukasz Majewski4-12/+37
2014-11-18thermal: exynos: Remove check for thermal device pointer at exynos_report_tri...Lukasz Majewski1-2/+0
2014-11-18Revert "thermal: exynos: Set MUX bits in tmu's control register to work corre...Jonghwa Lee2-13/+0
2014-11-18thermal: exynos: Set MUX bits in tmu's control register to work correctly.Jonghwa Lee2-0/+13
2014-11-18thermal: EXYNOS: always register TMU driver with core thermal frameworkBartlomiej Zolnierkiewicz3-24/+4
2014-11-18drivers: thermal: add check when unregistering cpu coolingEduardo Valentin1-1/+5
2014-11-18thermal: thermal_core: allow binding with limits on bind_paramsEduardo Valentin1-4/+15
2014-11-18drivers: thermal: make usage of CONFIG_THERMAL_HWMON optionalEduardo Valentin1-3/+5
2014-11-18drivers: thermal: parent virtual hwmon with thermal zoneEduardo Valentin1-1/+1
2014-11-18thermal: hwmon: move hwmon support to single fileEduardo Valentin5-254/+331
2014-11-18thermal: exynos: Clean up non-DT remnantsSachin Kamat2-19/+13
2014-11-18thermal: exynos: Fix potential NULL pointer dereferenceSachin Kamat1-3/+3
2014-11-18thermal: exynos: Fix typos in KconfigSachin Kamat1-5/+5
2014-11-18thermal: ti-soc-thermal: Ensure to compute thermal trendRanganath Krishnan1-1/+5
2014-11-18thermal: ti-soc-thermal: Set the bandgap mask counter delay valueRanganath Krishnan1-0/+7
2014-11-18thermal: ti-soc-thermal: Initialize counter_delay field for TI DRA752 sensorsRanganath Krishnan1-0/+5
2014-11-18thermal: step_wise: return instance->target by defaultEduardo Valentin1-11/+18
2014-11-18thermal: step_wise: cdev only needs update on a new target stateShawn Guo1-0/+3
2014-11-18Thermal/cpu_cooling: Return directly for the cpu out of allowed_cpus in the c...Lan Tianyu1-0/+2
2014-11-18thermal: exynos_tmu: fix wrong error check for mapped memoryNaveen Krishna Chatradhi1-1/+1
2014-11-18thermal: imx: implement thermal alarm interrupt handlingPhilipp Zabel1-13/+127
2014-11-18thermal: imx: dynamic passive and SoC specific critical trip pointsPhilipp Zabel1-10/+40
2014-11-18thermal: exynos: Support for TMU regulator defined at device treeAmit Daniel Kachhap1-0/+23
2014-11-18thermal: exynos: Add hardware mode thermal calibration supportAmit Daniel Kachhap4-1/+44
2014-11-18thermal: exynos: Fix to set the second point correction valueAmit Daniel Kachhap1-4/+9
2014-11-18thermal: exynos: Add thermal configuration data for exynos5440 TMU sensorAmit Daniel Kachhap3-0/+82
2014-11-18thermal: exynos: Add driver support for exynos5440 TMU sensorAmit Daniel Kachhap4-9/+90
2014-11-18thermal: exynos: Add support to access common register for multistanceAmit Daniel Kachhap1-0/+20
2014-11-18thermal: exynos: use device resource management infrastructureAmit Daniel Kachhap1-13/+23
2014-11-18thermal: exynos: Add TMU features to check instead of using SOC typeAmit Daniel Kachhap3-11/+52
2014-11-18thermal: exynos: Add support to handle many instances of TMUAmit Daniel Kachhap5-118/+203
2014-11-18thermal: exynos: Remove non DT based supportAmit Daniel Kachhap1-16/+1
2014-11-18thermal: exynos: Make the zone handling use trip informationAmit Daniel Kachhap3-28/+47
2014-11-18thermal: exynos: Return success even if no cooling data suppliedAmit Daniel Kachhap1-2/+2
2014-11-18thermal: exynos: Modify private_data to appropriate name driver_dataAmit Daniel Kachhap3-4/+4
2014-11-18thermal: exynos: Add support for instance based register/unregisterAmit Daniel Kachhap3-26/+49
2014-11-18thermal: exynos: Fix to clear only the generated interruptsAmit Daniel Kachhap2-6/+7
2014-11-18thermal: exynos: Support thermal trippingAmit Daniel Kachhap3-5/+44