aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into for-rcZhang Rui5-7/+89
2015-05-09thermal: armada: Update Armada 380 thermal sensor coefficientsNadav Haklai1-3/+3
2015-05-09thermal: rockchip: fix an error codeDan Carpenter1-1/+1
2015-05-09thermal/powerclamp: fix missing newer package c-statesJacob Pan1-37/+43
2015-05-09thermal/intel_powerclamp: add id for broadwell serverJacob Pan1-0/+1
2015-05-09thermal/intel_powerclamp: add __init / __exit annotationsMathias Krause1-4/+4
2015-05-08thermal: ti-soc-thermal: OMAP5: Implement Workaround for Errata i813Keerthy3-3/+45
2015-05-08thermal: ti-soc-thermal: dra7: Implement Workaround for Errata i814Keerthy3-2/+42
2015-05-01thermal: Use bool function return values of true/false not 1/0Joe Perches1-1/+1
2015-04-07drivers: thermal: st: remove several sparse warningsEduardo Valentin3-11/+11
2015-04-07thermal: constify of_device_id arrayFabian Frederick2-2/+2
2015-04-07thermal: Do not log an error if thermal_zone_get_temp returns -EAGAINHans de Goede1-2/+4
2015-03-05thermal: Make sysfs attributes of cooling devices default attributesMatthias Kaehlcke1-20/+17
2015-03-05Thermal/int340x: Fix memleak for aux tripSrinivas Pandruvada1-4/+6
2015-03-02thermal: exynos: Fix wrong control of power down detection mode for Exynos7Chanwoo Choi1-1/+2
2015-02-28thermal: int340x_thermal: Ignore missing _ART, _TRT tablesSrinivas Pandruvada1-6/+4
2015-02-28thermal/intel_powerclamp: add id for Avoton SoCMiguel Bernal Marin1-0/+1
2015-02-24thermal: exynos: Clean-up code to use oneline entry for exynos compatible tableChanwoo Choi1-28/+10
2015-02-24thermal: rcar: Make error and remove paths symmetrical with initGeert Uytterhoeven1-2/+2
2015-02-24thermal: rcar: Fix race condition between init and interruptGeert Uytterhoeven1-13/+9
2015-02-24ti-soc-thermal: Delete an unnecessary check before the function call "cpufreq_cooling_unregister"Markus Elfring1-1/+1
2015-02-24thermal: ti-soc-thermal: bandgap: Fix build warning if !CONFIG_PM_SLEEPGrygorii Strashko1-1/+1
2015-02-20thermal: exynos: fix: Check if data->tmu_read callback is present before readLukasz Majewski1-1/+1
2015-02-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds9-1030/+447
2015-02-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds9-392/+515
2015-02-06Thermal/int340x_thermal: remove unused uuids.Zhang Rui1-4/+0
2015-02-06thermal: step_wise: spelling fixesBrian Norris1-2/+2
2015-02-06thermal: int340x: fix sparse warningLad, Prabhakar1-1/+1
2015-01-31thermal: exynos: Add TMU support for Exynos7 SoCAbhilash Kesavan2-8/+198
2015-01-30Merge branches 'intel-dts-soc-thermal' and 'int340x-enhancement' of .git into nextZhang Rui6-369/+482
2015-01-29Thermal/int340x: LPAT conversion for temperatureSrinivas Pandruvada2-3/+20
2015-01-29thermal: Intel SoC DTS: Add Braswell supportSrinivas Pandruvada1-16/+30
2015-01-28thermal: exynos: Correct sanity check at exynos_report_trigger() functionLukasz Majewski1-2/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+16
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-24thermal: rockchip: make temperature reporting much more accurateCaesar Wang1-13/+23
2015-01-24thermal: exynos: Remove exynos_thermal_common.[c|h] filesLukasz Majewski2-551/+0
2015-01-24thermal: samsung: core: Exynos TMU rework to use device tree for configurationLukasz Majewski3-182/+220
2015-01-24thermal: exynos: Modify exynos thermal code to use device tree for cpu cooling configurationLukasz Majewski4-103/+73
2015-01-24thermal: exynos: Provide thermal_exynos.h file to be included in device tree filesLukasz Majewski1-9/+3
2015-01-24thermal: 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-20Thermal/int340x/int3402: Provide notification supportSrinivas Pandruvada1-0/+33
2015-01-20Thermal/int340x/processor_thermal: Add thermal zone supportSrinivas Pandruvada1-0/+90
2015-01-20Thermal/int340x/int3403: Use int340x thermal APISrinivas Pandruvada1-198/+10
2015-01-20Thermal/int340x/int3402: Use int340x thermal APISrinivas Pandruvada1-178/+11
2015-01-20Thermal/int340x: Add common thermal zone handlerSrinivas Pandruvada3-0/+328
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-5/+1
2015-01-15Merge branch 'thermal-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds4-9/+16