aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2015-02-20thermal: exynos: fix: Check if data->tmu_read callback is present before readGravatar Lukasz Majewski 1-1/+1
2015-02-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 9-1030/+447
2015-02-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 9-392/+515
2015-02-06Thermal/int340x_thermal: remove unused uuids.Gravatar Zhang Rui 1-4/+0
2015-02-06thermal: step_wise: spelling fixesGravatar Brian Norris 1-2/+2
2015-02-06thermal: int340x: fix sparse warningGravatar Lad, Prabhakar 1-1/+1
2015-01-31thermal: exynos: Add TMU support for Exynos7 SoCGravatar Abhilash Kesavan 2-8/+198
2015-01-30Merge branches 'intel-dts-soc-thermal' and 'int340x-enhancement' of .git into...Gravatar Zhang Rui 6-369/+482
2015-01-29Thermal/int340x: LPAT conversion for temperatureGravatar Srinivas Pandruvada 2-3/+20
2015-01-29thermal: Intel SoC DTS: Add Braswell supportGravatar Srinivas Pandruvada 1-16/+30
2015-01-28thermal: exynos: Correct sanity check at exynos_report_trigger() functionGravatar Lukasz Majewski 1-2/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-9/+16
2015-01-27thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_COREGravatar Lukasz Majewski 1-9/+0
2015-01-26thermal: exynos: Remove exynos_tmu_data.c fileGravatar Lukasz Majewski 1-228/+0
2015-01-24thermal: rockchip: make temperature reporting much more accurateGravatar Caesar Wang 1-13/+23
2015-01-24thermal: exynos: Remove exynos_thermal_common.[c|h] filesGravatar Lukasz Majewski 2-551/+0
2015-01-24thermal: samsung: core: Exynos TMU rework to use device tree for configurationGravatar Lukasz Majewski 3-182/+220
2015-01-24thermal: exynos: Modify exynos thermal code to use device tree for cpu coolin...Gravatar Lukasz Majewski 4-103/+73
2015-01-24thermal: exynos: Provide thermal_exynos.h file to be included in device tree ...Gravatar Lukasz Majewski 1-9/+3
2015-01-24thermal: exynos: cosmetic: Correct comment formatGravatar Lukasz Majewski 1-1/+1
2015-01-21thermal: of: Enable thermal_zoneX when sensor is correctly addedGravatar Lukasz Majewski 1-0/+3
2015-01-20Thermal/int340x/int3402: Provide notification supportGravatar Srinivas Pandruvada 1-0/+33
2015-01-20Thermal/int340x/processor_thermal: Add thermal zone supportGravatar Srinivas Pandruvada 1-0/+90
2015-01-20Thermal/int340x/int3403: Use int340x thermal APIGravatar Srinivas Pandruvada 1-198/+10
2015-01-20Thermal/int340x/int3402: Use int340x thermal APIGravatar Srinivas Pandruvada 1-178/+11
2015-01-20Thermal/int340x: Add common thermal zone handlerGravatar Srinivas Pandruvada 3-0/+328
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidGravatar Johannes Berg 1-5/+1
2015-01-15Merge branch 'thermal-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 4-9/+16
2015-01-12thermal: rcar: Spelling/grammar: s/drier use .../driver uses ...s/Gravatar Geert Uytterhoeven 1-1/+1
2015-01-07thermal: rcar: change type of ctemp in rcar_thermal_update_temp()Gravatar Yoshihiro Shimoda 1-2/+2
2015-01-07thermal: rcar: fix ENR register valueGravatar Yoshihiro Shimoda 1-3/+8
2015-01-06Thermal: imx: add clk disable/enable for suspend/resumeGravatar Anson Huang 1-0/+2
2015-01-06int340x_thermal/processor_thermal_device: return failure whenGravatar Zhang Rui 1-0/+2
2015-01-06ACPI/int340x_thermal: enumerate INT340X devices even if they're not in _ART/_TRTGravatar Zhang Rui 1-12/+4
2015-01-05thermal: of: Remove bogus type qualifier for of_thermal_get_trip_points()Gravatar Geert Uytterhoeven 2-3/+3
2014-12-24Merge branches 'thermal-core', 'thermal-soc' and 'thermal-int340x' of .git in...Gravatar Zhang Rui 16-271/+491
2014-12-24Thermal/int340x/int3403: Free acpi notification handlerGravatar Srinivas Pandruvada 1-0/+2
2014-12-24Thermal/int340x/processor_thermal: Fix memory leakGravatar Srinivas Pandruvada 1-9/+20
2014-12-24Thermal/int340x/int3403: Fix memory leakGravatar Srinivas Pandruvada 1-0/+2
2014-12-24thermal: int340x: Introduce processor reporting deviceGravatar Srinivas Pandruvada 2-0/+299
2014-12-22thermal: int340x_thermal: drop owner assignment from platform_driversGravatar Wolfram Sang 2-2/+0
2014-12-22thermal: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 8-264/+172
2014-12-21thermal: cpu_cooling: document node in struct cpufreq_cooling_deviceGravatar Javi Merino 1-0/+1
2014-12-21thermal/powerclamp: add ids for future xeon cpusGravatar Jacob Pan 1-0/+1
2014-12-21Thermal/int340x: Handle properly the case when _trt or _art acpi entry is mis...Gravatar Ilkka Koskinen 1-4/+4
2014-12-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+0
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseGravatar Thomas Gleixner 1-2/+0
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 20-809/+2407
2014-12-17thermal: cpu_cooling: small memory leak on errorGravatar Dan Carpenter 1-1/+0