summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi2021-12-081-0/+2
* thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter2021-10-061-4/+3
* thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()Dan Carpenter2021-09-261-0/+1
* thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang2021-07-281-1/+1
* thermal/core/fair share: Lock the thermal zone while looping over instancesLukasz Luba2021-05-221-0/+4
* thermal/core: Add NULL pointer check before using cooling device statsManaf Meethalavalappu Pallikunhi2021-04-071-0/+3
* thermal: rcar_thermal: Handle probe error gracefullyNiklas Söderlund2020-10-011-2/+4
* thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2020-09-092-14/+19
* thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter2020-08-191-1/+1
* thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from powerFinley Xiao2020-07-221-3/+3
* Revert "thermal: mediatek: fix register index error"Enric Balletbo i Serra2020-07-221-4/+2
* thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTRSudip Mukherjee2020-06-251-3/+3
* thermal: brcmstb_thermal: Do not use DT coefficientsFlorian Fainelli2020-03-051-22/+9
* thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke2020-01-271-1/+1
* thermal: rcar_gen3_thermal: fix interrupt typeJiada Wang2020-01-271-32/+6
* thermal: mediatek: fix register index errorMichael Kao2020-01-271-2/+4
* thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang2019-12-131-2/+2
* thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven2019-12-011-2/+2
* thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov2019-12-011-1/+1
* thermal: armada: fix a test in probe()Dan Carpenter2019-12-011-2/+2
* thermal_hwmon: Sanitize thermal_zone typeStefan Mavrodiev2019-10-111-2/+6
* thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel2019-10-111-1/+1
* drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria2019-06-151-1/+2
* thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang2019-06-151-0/+3
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-141-1/+1
* thermal/intel_powerclamp: fix truncated kthread nameZhang Rui2019-04-201-1/+1
* thermal/int340x_thermal: fix mode settingMatthew Garrett2019-04-201-4/+3
* thermal/int340x_thermal: Add additional UUIDsMatthew Garrett2019-04-201-0/+14
* thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell2019-04-201-5/+4
* thermal: samsung: Fix incorrect check after code mergeMarek Szyprowski2019-04-201-1/+1
* thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck2019-04-201-1/+1
* drivers: thermal: int340x_thermal: Fix sysfs race conditionAaron Hill2019-03-051-13/+15
* thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter2019-03-051-1/+1
* thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin2019-02-121-2/+2
* thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson2019-02-121-4/+8
* thermal: bcm2835: enable hwmon explicitlyMatthias Brugger2019-02-121-0/+11
* thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath2019-02-121-4/+7
* Thermal: do not clear passive state during system sleepWei Wang2019-02-121-4/+8
* thermal: armada: fix legacy validity test senseRussell King2018-12-211-1/+1
* thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfsDmitry Osipenko2018-11-211-1/+2
* thermal: da9062/61: Prevent hardware access during system suspendGeert Uytterhoeven2018-11-131-2/+2
* thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven2018-11-131-0/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-08-284-45/+16
|\
| * thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang2018-08-201-2/+5
| * thermal: rcar_gen3_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-10/+1
| * thermal: rcar_thermal: convert to SPDX identifiersKuninori Morimoto2018-08-201-14/+2
| * thermal: qoriq: Switch to SPDX identifierFabio Estevam2018-08-201-13/+3
| * thermal: qoriq: Simplify the 'site' variable assignmentFabio Estevam2018-08-201-2/+2
| * thermal: qoriq: Use devm_thermal_zone_of_sensor_register()Fabio Estevam2018-08-201-4/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-08-242-4/+24
|\ \