aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Merge tag 'thermal-v5.11-2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-0/+2
2020-12-17thermal: int340x: Support Alder LakeGravatar Srinivas Pandruvada 2-0/+2
2020-12-15Merge tag 'thermal-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 22-742/+1183
2020-12-15thermal/drivers/devfreq_cooling: Fix the build when !ENERGY_MODELGravatar Lukasz Luba 1-13/+12
2020-12-15thermal/drivers/rcar: Remove notification usageGravatar Daniel Lezcano 1-19/+0
2020-12-11thermal/core: Add critical and hot opsGravatar Daniel Lezcano 1-16/+27
2020-12-11thermal/core: Emit a warning if the thermal zone is updated without opsGravatar Daniel Lezcano 1-1/+2
2020-12-11thermal: devfreq_cooling: remove old power model and use EMGravatar Lukasz Luba 1-210/+97
2020-12-11thermal: devfreq_cooling: add new registration functions with Energy ModelGravatar Lukasz Luba 1-1/+53
2020-12-11thermal: devfreq_cooling: use a copy of device statusGravatar Lukasz Luba 1-10/+37
2020-12-11thermal: devfreq_cooling: change tracing function and argumentsGravatar Lukasz Luba 1-2/+1
2020-12-10thermal: int340x: processor_thermal: Correct workload type nameGravatar Srinivas Pandruvada 1-1/+1
2020-12-10thermal: broadcom: simplify the return expression of bcm2711_thermal_probe()Gravatar Zheng Yongjun 1-5/+1
2020-12-10thermal: intel: pch: use macro for temperature calculationGravatar Sumeet Pawnikar 1-10/+3
2020-12-10thermal: int340x: processor_thermal: Add mailbox driverGravatar Srinivas Pandruvada 4-2/+232
2020-12-10thermal: int340x: processor_thermal: Add RFIM driverGravatar Srinivas Pandruvada 4-3/+270
2020-12-10thermal: int340x: processor_thermal: Add AlderLake PCI device idGravatar Srinivas Pandruvada 2-0/+2
2020-12-10thermal: int340x: processor_thermal: Refactor MMIO interfaceGravatar Srinivas Pandruvada 5-211/+263
2020-12-08thermal: rcar_gen3_thermal: Add r8a779a0 supportGravatar Niklas Söderlund 1-1/+6
2020-12-04thermal: imx8mm: Disable the clock on probe failureGravatar Fabio Estevam 1-1/+5
2020-12-04thermal: imx8mm: Print the correct error codeGravatar Fabio Estevam 1-1/+2
2020-11-30thermal: rcar_gen3_thermal: Do not use interrupts for normal operationGravatar Niklas Söderlund 1-106/+2
2020-11-30thermal: core: Constify static attribute_group structsGravatar Rikard Falkeborn 1-3/+3
2020-11-26thermal: power allocator: change the 'k_*' always in estimate_pid_constants()Gravatar Lukasz Luba 1-19/+9
2020-11-26thermal: power allocator: refactor sustainable power estimationGravatar Lukasz Luba 1-12/+40
2020-11-26thermal: power allocator: change the 'k_i' coefficient estimationGravatar Lukasz Luba 1-2/+6
2020-11-17thermal: intel_pch_thermal: fix build for ACPI not enabledGravatar Randy Dunlap 1-0/+4
2020-11-16thermal: amlogic: Add hwmon supportGravatar Martin Blumenstingl 1-0/+4
2020-11-14thermal: intel_pch_thermal: Add PCI ids for Lewisburg PCH.Gravatar Andres Freund 1-1/+9
2020-11-12thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430Gravatar Peter Ujfalusi 1-2/+16
2020-11-12thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changedGravatar Zhuguangqing 1-3/+1
2020-11-12thermal/drivers/hwmon: Cleanup coding style a bitGravatar Bernard Zhao 1-2/+1
2020-11-12thermal: sun8i: Use bitmap API instead of open codeGravatar Yangtao Li 1-16/+17
2020-11-07thermal: intel: pch: fix S0ix failure due to PCH temperature above thresholdGravatar Sumeet Pawnikar 1-6/+70
2020-10-27thermal: mtk_thermal: make device_reset optionalGravatar Fabien Parent 1-1/+1
2020-10-27thermal/drivers/rcar: Replace spin_lock_irqsave by spin_lock in hard IRQGravatar Tian Tao 1-3/+2
2020-10-27drivers/thermal/core: Optimize trip points checkGravatar Bernard Zhao 1-6/+3
2020-10-27thermal: core: Move power_actor_set_power into IPAGravatar Lukasz Luba 3-43/+32
2020-10-27thermal: core: Remove unused functions in power actor sectionGravatar Lukasz Luba 2-51/+0
2020-10-27thermal: power_allocator: Respect upper and lower bounds for cooling deviceGravatar Lukasz Luba 1-2/+6
2020-10-26thermal: core: Add upper and lower limits to power_actor_set_powerGravatar Michael Kao 1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-10-17Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 18-74/+145
2020-10-12thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()Gravatar Jing Xiangfeng 1-1/+2
2020-10-12thermal: ti-soc-thermal: Enable addition power managementGravatar Adam Ford 2-1/+59
2020-10-12thermal: sun8i: Add A100's THS controller supportGravatar Yangtao Li 1-0/+14
2020-10-12thermal: sun8i: add TEMP_CALIB_MASK for calibration data in sun50i_h6_ths_cal...Gravatar Yangtao Li 1-1/+1
2020-10-12thermal: cooling: Remove unused variable *tzGravatar zhuguangqing 5-22/+11
2020-10-12thermal: int340x: Add keep alive response methodGravatar Srinivas Pandruvada 1-0/+29
2020-10-12thermal: int340x: Provide notification for OEM variable changeGravatar Srinivas Pandruvada 1-11/+11