summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2016-09-27thermal: Add Mediatek thermal driver for mt2701.dawei.chien@mediatek.com1-63/+152
2016-09-27thermal: max77620: Add thermal driver for reporting junction tempLaxman Dewangan3-0/+176
2016-09-27thermal: tango: add resume supportMarc Gonzalez1-2/+17
2016-09-27devfreq_cooling: no need to check state with negative numberShawn Lin1-1/+1
2016-09-27thermal: rcar_thermal: don't call thermal_zone_device_unregister when USE_OF_...Bui Duc Phuc1-1/+2
2016-09-27Thermal: of thermal: typo fixZhang Rui1-1/+1
2016-09-27thermal: imx: depend on imx SoC archPeter Robinson1-1/+1
2016-09-27thermal: qcom: tsens: Fix return value check in init_common()Wei Yongjun1-3/+3
2016-09-27thermal: rockchip: optimize sensor auto accessing periodRocky Hao1-2/+2
2016-09-27thermal: rockchip: enhance the tsadc's bandgap feature for rk3399Rocky Hao1-5/+6
2016-09-27thermal: qcom: tsens-8916: mark PM functions __maybe_unusedArnd Bergmann1-2/+2
2016-09-27thermal: qoriq: Add thermal management supportJia Hongtao3-0/+339
2016-09-27thermal: rcar-thermal: enable hwmon when thermal_zone_of_sensor_register is usedKuninori Morimoto1-2/+18
2016-09-27thermal: of-thermal: Fix setting of set_emul_temp hookKeerthy1-4/+3
2016-09-27thermal: rockchip: fixes the exception interruptsCaesar Wang1-3/+17
2016-09-27thermal: rockchip: fixes the period time for tsadcCaesar Wang1-10/+24
2016-09-27thermal: rockchip: add the set_trips functionCaesar Wang1-0/+39
2016-09-27thermal: bang-bang governor: act on lower trip boundarySascha Hauer1-1/+1
2016-09-27thermal: streamline get_trend callbacksSascha Hauer4-36/+15
2016-09-27thermal: of: implement .set_trips for device tree thermal zonesSascha Hauer1-0/+19
2016-09-27thermal: Add support for hardware-tracked trip pointsSascha Hauer1-0/+55
2016-09-27thermal: qcom: remove declare local symbols as staticEduardo Valentin4-4/+4
2016-09-27thermal: qcom: tsens-8996: Add support for 8996 family of SoCsRajendra Nayak4-2/+89
2016-09-27thermal: qcom: tsens-8960: Add support for 8960 family of SoCsRajendra Nayak4-6/+298
2016-09-27thermal: core: export apis to get slope and offsetRajendra Nayak1-0/+30
2016-09-27thermal: qcom: tsens-8974: Add support for 8974 family of SoCsRajendra Nayak4-2/+247
2016-09-27thermal: qcom: tsens-8916: Add support for 8916 family of SoCsRajendra Nayak4-1/+117
2016-09-27thermal: qcom: tsens: Add a skeletal TSENS driversRajendra Nayak7-0/+445
2016-08-19thermal: imx: fix a possible NULL dereferenceCorentin LABBE1-3/+1
2016-08-19Thermal-INT3406: Delete owner assignmentMarkus Elfring1-1/+0
2016-08-19thermal: cpu_cooling: Fix NULL dereference in cpufreq_state2powerBrendan Jackman1-5/+16
2016-08-08Merge branches 'thermal-intel' and 'thermal-core' into nextZhang Rui7-3/+18
2016-08-08thermal: clock_cooling: Fix missing mutex_init()Wei Yongjun1-0/+1
2016-08-08thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfsKuninori Morimoto1-0/+2
2016-08-08thermal: fix race condition when updating cooling deviceMichele Di Giorgio5-3/+15
2016-08-08thermal/powerclamp: Prevent division by zero when counting intervalPetr Mladek1-4/+7
2016-08-08thermal: intel_pch_thermal: Add suspend/resume callbackSrinivas Pandruvada1-1/+59
2016-06-14Merge branch 'x86/cpu'Rafael J. Wysocki1-1/+3
2016-06-14Merge branch 'x86/cpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Rafael J. Wysocki1-1/+3
2016-06-14Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki1-5/+19
2016-06-12Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds1-8/+8
2016-06-09cpufreq: Remove cpufreq_frequency_get_table()Viresh Kumar1-5/+19
2016-06-08x86, thermal: Clean up and fix CPU model detection for intel_soc_dts_thermalDave Hansen1-1/+3
2016-06-03Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor'Rafael J. Wysocki27-695/+2525
2016-06-01thermal: cpu_cooling: fix improper order during initializationLukasz Luba1-8/+8
2016-05-30ACPI / Thermal / video: fix max_level incorrect valueAaron Lu1-1/+1
2016-05-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds24-670/+2243
2016-05-18Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui23-669/+2236
2016-05-17thermal: tango: initialize TEMPSI_CFGMarc Gonzalez1-0/+1
2016-05-17thermal: rockchip: use the usleep_range instead of udelayCaesar Wang1-2/+2