summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: int340x: processor_thermal: Add AlderLake PCI device idSrinivas Pandruvada2020-12-102-0/+2
* thermal: int340x: processor_thermal: Refactor MMIO interfaceSrinivas Pandruvada2020-12-105-211/+263
* thermal: rcar_gen3_thermal: Add r8a779a0 supportNiklas Söderlund2020-12-081-1/+6
* thermal: imx8mm: Disable the clock on probe failureFabio Estevam2020-12-041-1/+5
* thermal: imx8mm: Print the correct error codeFabio Estevam2020-12-041-1/+2
* thermal: rcar_gen3_thermal: Do not use interrupts for normal operationNiklas Söderlund2020-11-301-106/+2
* thermal: core: Constify static attribute_group structsRikard Falkeborn2020-11-301-3/+3
* thermal: power allocator: change the 'k_*' always in estimate_pid_constants()Lukasz Luba2020-11-261-19/+9
* thermal: power allocator: refactor sustainable power estimationLukasz Luba2020-11-261-12/+40
* thermal: power allocator: change the 'k_i' coefficient estimationLukasz Luba2020-11-261-2/+6
* thermal: intel_pch_thermal: fix build for ACPI not enabledRandy Dunlap2020-11-171-0/+4
* thermal: amlogic: Add hwmon supportMartin Blumenstingl2020-11-161-0/+4
* thermal: intel_pch_thermal: Add PCI ids for Lewisburg PCH.Andres Freund2020-11-141-1/+9
* thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changedZhuguangqing2020-11-121-3/+1
* thermal/drivers/hwmon: Cleanup coding style a bitBernard Zhao2020-11-121-2/+1
* thermal: sun8i: Use bitmap API instead of open codeYangtao Li2020-11-121-16/+17
* thermal: intel: pch: fix S0ix failure due to PCH temperature above thresholdSumeet Pawnikar2020-11-071-6/+70
* thermal: mtk_thermal: make device_reset optionalFabien Parent2020-10-271-1/+1
* thermal/drivers/rcar: Replace spin_lock_irqsave by spin_lock in hard IRQTian Tao2020-10-271-3/+2
* drivers/thermal/core: Optimize trip points checkBernard Zhao2020-10-271-6/+3
* thermal: core: Move power_actor_set_power into IPALukasz Luba2020-10-273-43/+32
* thermal: core: Remove unused functions in power actor sectionLukasz Luba2020-10-272-51/+0
* thermal: power_allocator: Respect upper and lower bounds for cooling deviceLukasz Luba2020-10-271-2/+6
* thermal: core: Add upper and lower limits to power_actor_set_powerMichael Kao2020-10-261-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-1718-74/+145
|\
| * thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()Jing Xiangfeng2020-10-121-1/+2
| * thermal: ti-soc-thermal: Enable addition power managementAdam Ford2020-10-122-1/+59
| * thermal: sun8i: Add A100's THS controller supportYangtao Li2020-10-121-0/+14
| * thermal: sun8i: add TEMP_CALIB_MASK for calibration data in sun50i_h6_ths_cal...Yangtao Li2020-10-121-1/+1
| * thermal: cooling: Remove unused variable *tzzhuguangqing2020-10-125-22/+11
| * thermal: int340x: Add keep alive response methodSrinivas Pandruvada2020-10-121-0/+29
| * thermal: int340x: Provide notification for OEM variable changeSrinivas Pandruvada2020-10-121-11/+11
| * thermal: core: remove unnecessary mutex_init()Qinglang Miao2020-10-121-1/+0
| * thermal/idle_inject: Fix comment of idle_duration_us and name of latency_nszhuguangqing2020-10-121-1/+1
| * thermal: Kconfig: Update description for RCAR_GEN3_THERMAL configLad Prabhakar2020-10-121-3/+3
| * thermal: stm32: simplify the return expression of stm_thermal_prepare()Qinglang Miao2020-10-121-6/+1
| * thermal: rcar_thermal: Add missing braces to conditional statementGeert Uytterhoeven2020-10-121-2/+2
| * thermal: Use kobj_to_dev() instead of container_of()Tian Tao2020-10-121-1/+1
| * thermal: imx8mm: Use dev_err_probe() to simplify error handlingAnson Huang2020-10-121-7/+3
| * thermal: imx: Use dev_err_probe() to simplify error handlingAnson Huang2020-10-121-16/+6
| * drivers: thermal: Kconfig: fix spelling mistake "acces" -> "access"Colin Ian King2020-10-121-1/+1
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | genetlink: add small version of opsJakub Kicinski2020-10-021-1/+1
|/
* Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-044-18/+24
|\
| * thermal: core: Fix use-after-free in thermal_zone_device_unregister()Dmitry Osipenko2020-09-041-2/+3
| * thermal: qcom-spmi-temp-alarm: Don't suppress negative tempVeera Vegivada2020-09-041-2/+2
| * thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2020-09-042-14/+19
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-6/+6
|/
* Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-08-153-0/+174
|\