aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2021-01-19thermal/core: Make cooling device state change privateDaniel Lezcano2-1/+2
2021-01-19thermal: intel: pch: Fix unexpected shutdown at critical temperatureKai-Heng Feng1-0/+6
2021-01-19thermal: int340x: Fix unexpected shutdown at critical temperatureKai-Heng Feng1-0/+6
2021-01-19thermal/core: Remove pointless thermal_zone_device_reset() functionDaniel Lezcano1-7/+1
2021-01-19thermal/core: Remove ms based delay fieldsDaniel Lezcano4-8/+8
2021-01-19thermal/core: Use precomputed jiffies for the pollingDaniel Lezcano1-10/+5
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano3-0/+11
2021-01-19thermal/core: Remove THERMAL_TRIPS_NONE testDaniel Lezcano1-1/+1
2021-01-19thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macroDaniel Lezcano1-4/+1
2021-01-19thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano2-41/+0
2021-01-19thermal/core: Remove the 'forced_passive' optionDaniel Lezcano2-91/+3
2021-01-14thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platformsViresh Kumar1-14/+55
2021-01-07thermal/core: Remove notify opsDaniel Lezcano1-3/+0
2020-12-18Merge tag 'thermal-v5.11-2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds2-0/+2
2020-12-17thermal: int340x: Support Alder LakeSrinivas Pandruvada2-0/+2
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds22-741/+1182
2020-12-15thermal/drivers/devfreq_cooling: Fix the build when !ENERGY_MODELLukasz Luba1-13/+12
2020-12-15thermal/drivers/rcar: Remove notification usageDaniel Lezcano1-19/+0
2020-12-11thermal/core: Add critical and hot opsDaniel Lezcano1-16/+27
2020-12-11thermal/core: Emit a warning if the thermal zone is updated without opsDaniel Lezcano1-1/+2
2020-12-11thermal: devfreq_cooling: remove old power model and use EMLukasz Luba1-210/+97
2020-12-11thermal: devfreq_cooling: add new registration functions with Energy ModelLukasz Luba1-1/+53
2020-12-11thermal: devfreq_cooling: use a copy of device statusLukasz Luba1-10/+37
2020-12-11thermal: devfreq_cooling: change tracing function and argumentsLukasz Luba1-2/+1
2020-12-10thermal: int340x: processor_thermal: Correct workload type nameSrinivas Pandruvada1-1/+1
2020-12-10thermal: broadcom: simplify the return expression of bcm2711_thermal_probe()Zheng Yongjun1-5/+1
2020-12-10thermal: intel: pch: use macro for temperature calculationSumeet Pawnikar1-10/+3
2020-12-10thermal: int340x: processor_thermal: Add mailbox driverSrinivas Pandruvada4-2/+232
2020-12-10thermal: int340x: processor_thermal: Add RFIM driverSrinivas Pandruvada4-3/+270
2020-12-10thermal: int340x: processor_thermal: Add AlderLake PCI device idSrinivas Pandruvada2-0/+2
2020-12-10thermal: int340x: processor_thermal: Refactor MMIO interfaceSrinivas Pandruvada5-211/+263
2020-12-08thermal: rcar_gen3_thermal: Add r8a779a0 supportNiklas Söderlund1-1/+6
2020-12-04thermal: imx8mm: Disable the clock on probe failureFabio Estevam1-1/+5
2020-12-04thermal: imx8mm: Print the correct error codeFabio Estevam1-1/+2
2020-11-30thermal: rcar_gen3_thermal: Do not use interrupts for normal operationNiklas Söderlund1-106/+2
2020-11-30thermal: core: Constify static attribute_group structsRikard Falkeborn1-3/+3
2020-11-26thermal: power allocator: change the 'k_*' always in estimate_pid_constants()Lukasz Luba1-19/+9
2020-11-26thermal: power allocator: refactor sustainable power estimationLukasz Luba1-12/+40
2020-11-26thermal: power allocator: change the 'k_i' coefficient estimationLukasz Luba1-2/+6
2020-11-17thermal: intel_pch_thermal: fix build for ACPI not enabledRandy Dunlap1-0/+4
2020-11-16thermal: amlogic: Add hwmon supportMartin Blumenstingl1-0/+4
2020-11-14thermal: intel_pch_thermal: Add PCI ids for Lewisburg PCH.Andres Freund1-1/+9
2020-11-12thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430Peter Ujfalusi1-2/+16
2020-11-12thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changedZhuguangqing1-3/+1
2020-11-12thermal/drivers/hwmon: Cleanup coding style a bitBernard Zhao1-2/+1
2020-11-12thermal: sun8i: Use bitmap API instead of open codeYangtao Li1-16/+17
2020-11-07thermal: intel: pch: fix S0ix failure due to PCH temperature above thresholdSumeet Pawnikar1-6/+70
2020-10-27thermal: mtk_thermal: make device_reset optionalFabien Parent1-1/+1
2020-10-27thermal/drivers/rcar: Replace spin_lock_irqsave by spin_lock in hard IRQTian Tao1-3/+2
2020-10-27drivers/thermal/core: Optimize trip points checkBernard Zhao1-6/+3