summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2015-01-27thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORELukasz Majewski1-9/+0
2015-01-26thermal: exynos: Remove exynos_tmu_data.c fileLukasz Majewski1-228/+0
2015-01-25thermal: rockchip: make temperature reporting much more accurateCaesar Wang1-13/+23
2015-01-25thermal: exynos: Remove exynos_thermal_common.[c|h] filesLukasz Majewski2-551/+0
2015-01-25thermal: samsung: core: Exynos TMU rework to use device tree for configurationLukasz Majewski3-182/+220
2015-01-25thermal: exynos: Modify exynos thermal code to use device tree for cpu coolin...Lukasz Majewski4-103/+73
2015-01-25thermal: exynos: Provide thermal_exynos.h file to be included in device tree ...Lukasz Majewski1-9/+3
2015-01-25thermal: exynos: cosmetic: Correct comment formatLukasz Majewski1-1/+1
2015-01-21thermal: of: Enable thermal_zoneX when sensor is correctly addedLukasz Majewski1-0/+3
2015-01-15Merge branch 'thermal-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-9/+16
2015-01-12thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/Geert Uytterhoeven1-1/+1
2015-01-07thermal: rcar: change type of ctemp in rcar_thermal_update_temp()Yoshihiro Shimoda1-2/+2
2015-01-07thermal: rcar: fix ENR register valueYoshihiro Shimoda1-3/+8
2015-01-06Thermal: imx: add clk disable/enable for suspend/resumeAnson Huang1-0/+2
2015-01-06int340x_thermal/processor_thermal_device: return failure whenZhang Rui1-0/+2
2015-01-06ACPI/int340x_thermal: enumerate INT340X devices even if they're not in _ART/_TRTZhang Rui1-12/+4
2015-01-05thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()Geert Uytterhoeven2-3/+3
2014-12-24Merge branches 'thermal-core', 'thermal-soc' and 'thermal-int340x' of .git in...Zhang Rui16-271/+491
2014-12-24Thermal/int340x/int3403: Free acpi notification handlerSrinivas Pandruvada1-0/+2
2014-12-24Thermal/int340x/processor_thermal: Fix memory leakSrinivas Pandruvada1-9/+20
2014-12-24Thermal/int340x/int3403: Fix memory leakSrinivas Pandruvada1-0/+2
2014-12-24thermal: int340x: Introduce processor reporting deviceSrinivas Pandruvada2-0/+299
2014-12-22thermal: int340x_thermal: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-12-22thermal: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui8-264/+172
2014-12-21thermal: cpu_cooling: document node in struct cpufreq_cooling_deviceJavi Merino1-0/+1
2014-12-21thermal/powerclamp: add ids for future xeon cpusJacob Pan1-0/+1
2014-12-21Thermal/int340x: Handle properly the case when _trt or _art acpi entry is mis...Ilkka Koskinen1-4/+4
2014-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner1-2/+0
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds20-809/+2407
2014-12-17thermal: cpu_cooling: small memory leak on errorDan Carpenter1-1/+0
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-10/+0
2014-12-13Merge branches 'thermal-core-fix', 'thermal-soc' and 'thermal-int340x' into nextZhang Rui19-806/+2402
2014-12-12thermal: ti-soc-thermal: Do not print error message in the EPROBE_DEFER caseEduardo Valentin1-3/+8
2014-12-12thermal: db8500: Do not print error message in the EPROBE_DEFER caseEduardo Valentin1-2/+8
2014-12-12thermal: imx: Do not print error message in the EPROBE_DEFER caseFabio Estevam1-2/+4
2014-12-10drivers: thermal: Remove ARCH_HAS_BANDGAP dependency for samsungAbhilash Kesavan1-1/+1
2014-12-09Thermal/int340x: Clear the error value of the last acpi_bus_get_device() callIlkka Koskinen1-0/+2
2014-12-09Merge branch 'eduardo-soc-thermal' into thermal-socZhang Rui14-791/+2308
2014-12-09thermal/powerclamp: add id for braswell cpuJacob Pan1-0/+1
2014-12-09thermal: Intel SoC DTS: Don't do thermal zone update inside spin_lockMaurice Petallo1-5/+7
2014-12-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui14-791/+2308
2014-12-09Thermal: fix platform_no_drv_owner.cocci warningsWu Fengguang1-1/+0
2014-12-09Thermal/int340x: avoid unnecessary pointer castingJacob Pan1-5/+5
2014-12-09thermal: int3403: Delete a check before thermal_zone_device_unregister()Markus Elfring1-2/+1
2014-12-09thermal/int3400: export uuidsSrinivas Pandruvada1-2/+78
2014-12-09thermal:core:fix: Check return code of the ->get_max_state() callbackLukasz Majewski1-2/+4
2014-12-09thermal: of: Extend current of-thermal.c code to allow setting emulated tempLukasz Majewski1-0/+24
2014-12-08thermal: of: Extend of-thermal to export table of trip pointsLukasz Majewski2-0/+29