summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
AgeCommit message (Expand)AuthorLines
2021-03-17thermal/core: Add NULL pointer check before using cooling device statsManaf Meethalavalappu Pallikunhi-0/+3
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-598/+752
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-14/+55
2021-02-17thermal: cpufreq_cooling: freq_qos_update_request() returns < 0 on errorViresh Kumar-1/+1
2021-02-16thermal: qcom: Fix comparison with uninitialized variable channels_availableColin Ian King-7/+7
2021-02-15thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov-0/+635
2021-02-15thermal: ti-soc-thermal: Use non-inverted define for omap4Tony Lindgren-4/+4
2021-02-15thermal: ti-soc-thermal: Simplify polling with iopollTony Lindgren-16/+14
2021-02-15thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430Tony Lindgren-4/+14
2021-02-15thermal: ti-soc-thermal: Skip pointless register access for dra7Tony Lindgren-14/+15
2021-02-08thermal: Move therm_throt there from x86/mceBorislav Petkov-1/+741
2021-02-03thermal/drivers/zx: Remove zx driverArnd Bergmann-265/+0
2021-02-03thermal/drivers/tango: Remove tango driverArnd Bergmann-136/+0
2021-01-19thermal: power allocator: fail binding for non-power actor devicesLukasz Luba-1/+34
2021-01-19thermal/core: Make cooling device state change privateDaniel Lezcano-1/+2
2021-01-19thermal: intel: pch: Fix unexpected shutdown at critical temperatureKai-Heng Feng-0/+6
2021-01-19thermal: int340x: Fix unexpected shutdown at critical temperatureKai-Heng Feng-0/+6
2021-01-19thermal/core: Remove pointless thermal_zone_device_reset() functionDaniel Lezcano-7/+1
2021-01-19thermal/core: Remove ms based delay fieldsDaniel Lezcano-8/+8
2021-01-19thermal/core: Use precomputed jiffies for the pollingDaniel Lezcano-10/+5
2021-01-19thermal/core: Precompute the delays from msecs to jiffiesDaniel Lezcano-0/+11
2021-01-19thermal/core: Remove THERMAL_TRIPS_NONE testDaniel Lezcano-1/+1
2021-01-19thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macroDaniel Lezcano-4/+1
2021-01-19thermal/core: Remove unused functions rebind/unbind exceptionDaniel Lezcano-41/+0
2021-01-19thermal/core: Remove the 'forced_passive' optionDaniel Lezcano-91/+3
2021-01-14thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platformsViresh Kumar-14/+55
2021-01-07thermal/core: Remove notify opsDaniel Lezcano-3/+0
2020-12-18Merge tag 'thermal-v5.11-2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+2
2020-12-17thermal: int340x: Support Alder LakeSrinivas Pandruvada-0/+2
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-742/+1183
2020-12-15thermal/drivers/devfreq_cooling: Fix the build when !ENERGY_MODELLukasz Luba-13/+12
2020-12-15thermal/drivers/rcar: Remove notification usageDaniel Lezcano-19/+0
2020-12-11thermal/core: Add critical and hot opsDaniel Lezcano-16/+27
2020-12-11thermal/core: Emit a warning if the thermal zone is updated without opsDaniel Lezcano-1/+2
2020-12-11thermal: devfreq_cooling: remove old power model and use EMLukasz Luba-210/+97
2020-12-11thermal: devfreq_cooling: add new registration functions with Energy ModelLukasz Luba-1/+53
2020-12-11thermal: devfreq_cooling: use a copy of device statusLukasz Luba-10/+37
2020-12-11thermal: devfreq_cooling: change tracing function and argumentsLukasz Luba-2/+1
2020-12-10thermal: int340x: processor_thermal: Correct workload type nameSrinivas Pandruvada-1/+1
2020-12-10thermal: broadcom: simplify the return expression of bcm2711_thermal_probe()Zheng Yongjun-5/+1
2020-12-10thermal: intel: pch: use macro for temperature calculationSumeet Pawnikar-10/+3
2020-12-10thermal: int340x: processor_thermal: Add mailbox driverSrinivas Pandruvada-2/+232
2020-12-10thermal: int340x: processor_thermal: Add RFIM driverSrinivas Pandruvada-3/+270
2020-12-10thermal: int340x: processor_thermal: Add AlderLake PCI device idSrinivas Pandruvada-0/+2
2020-12-10thermal: int340x: processor_thermal: Refactor MMIO interfaceSrinivas Pandruvada-211/+263
2020-12-08thermal: rcar_gen3_thermal: Add r8a779a0 supportNiklas Söderlund-1/+6
2020-12-04thermal: imx8mm: Disable the clock on probe failureFabio Estevam-1/+5
2020-12-04thermal: imx8mm: Print the correct error codeFabio Estevam-1/+2
2020-11-30thermal: rcar_gen3_thermal: Do not use interrupts for normal operationNiklas Söderlund-106/+2
2020-11-30thermal: core: Constify static attribute_group structsRikard Falkeborn-3/+3