summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-11-20thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-03-11thermal: intel: powerclamp: Fix cur_state for multi package systemSrinivas Pandruvada1-4/+16
2023-03-11thermal: intel: quark_dts: fix error pointer dereferenceDan Carpenter1-10/+2
2023-03-11thermal: intel: Fix unsigned comparison with less than zeroYang Li1-1/+1
2022-10-26thermal: intel_powerclamp: Use first online CPU as control_cpuRafael J. Wysocki1-5/+1
2022-10-26thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avo...Srinivas Pandruvada1-2/+4
2022-04-20thermal: int340x: Increase bitmap sizeSrinivas Pandruvada1-1/+1
2022-03-28thermal: int340x: fix memory leak in int3400_notify()Chuansheng Liu1-0/+4
2021-12-08thermal: core: Reset previous low and high trip during thermal zone initManaf Meethalavalappu Pallikunhi1-0/+2
2021-10-06thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter1-4/+3
2021-09-26thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()Dan Carpenter1-0/+1
2021-07-28thermal/core: Correct function name thermal_zone_device_unregister()Yang Yingliang1-1/+1
2021-05-22thermal/core/fair share: Lock the thermal zone while looping over instancesLukasz Luba1-0/+4
2020-09-09thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2-14/+19
2020-08-21thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter1-1/+1
2020-07-22thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from powerFinley Xiao1-3/+3
2020-07-22Revert "thermal: mediatek: fix register index error"Enric Balletbo i Serra1-4/+2
2020-06-25thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTRSudip Mukherjee1-3/+3
2020-01-27thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke1-1/+1
2020-01-27thermal: mediatek: fix register index errorMichael Kao1-2/+4
2019-12-17thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang1-2/+2
2019-12-01thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2019-10-11thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel1-1/+1
2019-06-15drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria1-1/+2
2019-06-15thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang1-0/+3
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra1-1/+1
2019-04-20thermal/intel_powerclamp: fix truncated kthread nameZhang Rui1-1/+1
2019-04-20thermal/int340x_thermal: fix mode settingMatthew Garrett1-4/+3
2019-04-20thermal/int340x_thermal: Add additional UUIDsMatthew Garrett1-0/+14
2019-04-20thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell1-5/+4
2019-04-20thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck1-1/+1
2019-03-05drivers: thermal: int340x_thermal: Fix sysfs race conditionAaron Hill1-13/+15
2019-03-05thermal: int340x_thermal: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2019-02-12thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin1-2/+2
2019-02-12thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson1-4/+8
2019-02-12thermal: bcm2835: enable hwmon explicitlyMatthias Brugger1-0/+11
2019-02-12Thermal: do not clear passive state during system sleepWei Wang1-4/+8
2018-12-08thermal/drivers/hisi: Remove costly sensor inspectionDaniel Lezcano1-110/+93
2018-12-08thermal/drivers/hisi: Fix configuration register settingDaniel Lezcano1-5/+29
2018-12-08thermal/drivers/hisi: Encapsulate register writes into helpersDaniel Lezcano1-22/+70
2018-12-08thermal/drivers/hisi: Remove pointless lockDaniel Lezcano1-5/+1
2018-12-08thermal/drivers/hisi: Remove the multiple sensors supportDaniel Lezcano1-56/+19
2018-11-21thermal: enable broadcom menu for arm64 bcm2835Allen Wild1-1/+1
2018-11-13thermal: da9062/61: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2018-10-04thermal: of-thermal: disable passive polling when thermal zone is disabledAnson Huang1-2/+5
2018-08-03thermal: exynos: fix setting rising_threshold for Exynos5433Bartlomiej Zolnierkiewicz1-0/+1
2018-07-03thermal: bcm2835: Stop using printk format %pCrGeert Uytterhoeven1-2/+2
2018-06-20thermal: int3403_thermal: Fix NULL pointer deref on module load / probeHans de Goede1-2/+1
2018-05-16thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski1-2/+7
2018-05-16thermal: exynos: Reading temperature makes sense only when TMU is turned onMarek Szyprowski1-1/+4