aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2022-05-30Merge tag 'thermal-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+2
2022-05-25thermal: int340x: Add Meteor Lake PCI device IDGravatar Sumeet Pawnikar 2-0/+2
2022-05-25ACPI: DPTF: Support Meteor LakeGravatar Sumeet Pawnikar 2-0/+2
2022-05-24Merge tag 'thermal-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 18-96/+1123
2022-05-24Merge tag 'pm-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-4/+6
2022-05-24Merge tag 'hwmon-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+4
2022-05-23Merge branches 'thermal-int340x', 'thermal-pch' and 'thermal-misc'Gravatar Rafael J. Wysocki 4-41/+57
2022-05-23Merge back earlier thermal control updates for 5.19-rc1.Gravatar Rafael J. Wysocki 14-69/+1098
2022-05-23Merge branches 'pm-em' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 2-4/+6
2022-05-22thermal/drivers/thermal_hwmon: Use hwmon_device_register_for_thermal()Gravatar Guenter Roeck 1-2/+4
2022-05-19thermal: intel: pch: improve the cooling delay logGravatar Zhang Rui 1-11/+20
2022-05-19thermal: intel: pch: enhance overheat handlingGravatar Zhang Rui 1-5/+8
2022-05-19thermal: intel: pch: move cooling delay to suspend_noirq phaseGravatar Zhang Rui 1-2/+3
2022-05-19thermal: k3_j72xx_bandgap: Add the bandgap driver supportGravatar Keerthy 2-1/+567
2022-05-19thermal/drivers/imx_sc_thermal: Fix refcount leak in imx_sc_thermal_probeGravatar Miaoqian Lin 1-2/+4
2022-05-19thermal/core: Fix memory leak in __thermal_cooling_device_register()Gravatar Yang Yingliang 1-0/+1
2022-05-19thermal/drivers/qcom/lmh: Add sc8180x compatibleGravatar Bjorn Andersson 1-0/+1
2022-05-19thermal/drivers/rz2gl: Fix OTP Calibration Register valuesGravatar Biju Das 1-2/+8
2022-05-19thermal: thermal_of: fix typo on __thermal_bind_paramsGravatar Corentin Labbe 1-1/+1
2022-05-19thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probeGravatar Zheng Yongjun 1-0/+3
2022-05-19thermal/drivers/thermal_of: Add change_mode ops support for thermal_of sensorGravatar Manaf Meethalavalappu Pallikunhi 1-0/+12
2022-05-19thermal/drivers/bcm2711: Don't clamp temperature at zeroGravatar Stefan Wahren 1-4/+1
2022-05-19thermal/drivers/tsens: Add compat string for the qcom,msm8960Gravatar Dmitry Baryshkov 1-0/+3
2022-05-19thermal/drivers/k3: Add hwmon supportGravatar Massimiliano Minella 1-0/+5
2022-05-19thermal/drivers/qcom: Add support for PMIC5 Gen2 ADCTMGravatar Jishnu Prakash 1-7/+397
2022-05-19thermal/drivers/qcom: Add support for multiple generations of devicesGravatar Jishnu Prakash 1-31/+51
2022-05-19thermal/drivers/rcar_thermal: Use platform_get_irq_optional() to get the inte...Gravatar Lad Prabhakar 1-5/+12
2022-05-18thermal: intel: hfi: remove NULL check after container_of() callGravatar Haowen Bai 1-2/+0
2022-05-18Merge back earlier int340x driver changes for 5.19.Gravatar Rafael J. Wysocki 1-15/+9
2022-05-11thermal: int340x: Mode setting with new OS handshakeGravatar Srinivas Pandruvada 1-16/+32
2022-05-05Merge back earlier int340x thermal driver changes for 5.19.Gravatar Rafael J. Wysocki 1-15/+9
2022-04-28Merge branch 'thermal-int340x'Gravatar Rafael J. Wysocki 1-2/+2
2022-04-22thermal/governor: Remove deprecated informationGravatar Daniel Lezcano 2-4/+5
2022-04-22Revert "thermal/core: Deprecate changing cooling device state from userspace"Gravatar Daniel Lezcano 1-3/+0
2022-04-21thermal: int340x: Fix attr.show callback prototypeGravatar Kees Cook 1-2/+2
2022-04-13thermal: devfreq_cooling: use local ops instead of global opsGravatar Kant Fan 1-7/+18
2022-04-13thermal: hisi_termal: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Gravatar Hesham Almatary 1-4/+2
2022-04-13thermal: cooling: Check Energy Model type in cpufreq_cooling and devfreq_coolingGravatar Lukasz Luba 2-4/+6
2022-04-05thermal: int340x: Clean up _OSC context initGravatar Davidlohr Bueso 1-5/+2
2022-04-05thermal: int340x: Consolidate freeing of acpi_buffer pointerGravatar Davidlohr Bueso 1-8/+5
2022-04-05thermal: int340x: Clean up unnecessary acpi_buffer pointer freeingGravatar Davidlohr Bueso 1-2/+2
2022-03-18Merge branch 'thermal-hfi'Gravatar Rafael J. Wysocki 7-0/+690
2022-03-18Merge branches 'thermal-powerclamp', 'thermal-int340x' and 'thermal-docs'Gravatar Rafael J. Wysocki 3-72/+113
2022-03-16thermal: int340x: Update OS policy capability handshakeGravatar Srinivas Pandruvada 1-49/+97
2022-03-16thermal: int340x: Increase bitmap sizeGravatar Srinivas Pandruvada 1-1/+1
2022-03-08thermal/drivers/ti-soc-thermal: Remove unused function ti_thermal_get_temp()Gravatar YueHaibing 1-8/+0
2022-03-08thermal/drivers/brcmstb_thermal: Interrupt is optionalGravatar Florian Fainelli 1-1/+1
2022-03-08thermal: tegra-bpmp: Handle errors in BPMP responseGravatar Mikko Perttunen 1-1/+12
2022-03-08drivers/thermal/ti-soc-thermal: Add hwmon supportGravatar Romain Naour 1-0/+4
2022-03-08thermal/drivers/qcom/lmh: Add support for sm8150Gravatar Thara Gopinath 1-27/+35