summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | thermal: of: Fix OF node leak in thermal_of_trips_init() error pathKrzysztof Kozlowski2024-08-221-2/+2
* | | thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()Yang Ruibin2024-08-211-3/+3
|/ /
* | thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki2024-08-162-1/+20
* | thermal: gov_bang_bang: Add .manage() callbackRafael J. Wysocki2024-08-161-0/+30
* | thermal: gov_bang_bang: Split bang_bang_control()Rafael J. Wysocki2024-08-161-19/+23
* | thermal: gov_bang_bang: Call __thermal_cdev_update() directlyRafael J. Wysocki2024-08-161-4/+1
|/
* Merge branch 'thermal-intel'Rafael J. Wysocki2024-07-311-7/+22
|\
| * thermal: intel: int340x: Free MSI IRQ vectors on module exitSrinivas Pandruvada2024-07-301-0/+3
| * thermal: intel: int340x: Allow limited thermal MSI supportSrinivas Pandruvada2024-07-301-5/+5
| * thermal: intel: int340x: Fix kernel warning during MSI cleanupSrinivas Pandruvada2024-07-301-2/+14
* | thermal: trip: Avoid skipping trips in thermal_zone_set_trips()Rafael J. Wysocki2024-07-311-2/+2
|/
* thermal: core: Back off when polling thermal zones on errorsRafael J. Wysocki2024-07-242-7/+61
* thermal: trip: Split thermal_zone_device_set_mode()Rafael J. Wysocki2024-07-231-7/+24
* thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki2024-07-183-27/+29
* Merge branch 'thermal-intel'Rafael J. Wysocki2024-07-1511-79/+412
|\
| * thermal: intel: hfi: Give HFI instances package scopeZhang Rui2024-07-091-13/+17
| * thermal: intel: int340x: Enable WLT and power floor support for Lunar LakeSrinivas Pandruvada2024-06-211-1/+2
| * thermal: intel: int340x: Support MSI interrupt for Lunar LakeSrinivas Pandruvada2024-06-212-23/+90
| * thermal: intel: int340x: Remove unnecessary calls to free irqSrinivas Pandruvada2024-06-211-3/+0
| * thermal: intel: int340x: Add DLVR support for Lunar LakeSrinivas Pandruvada2024-06-212-3/+33
| * thermal: intel: int340x: Capability to map user space to firmware valuesSrinivas Pandruvada2024-06-211-4/+76
| * thermal: intel: int340x: Cleanup of DLVR sysfs on driver removeSrinivas Pandruvada2024-06-211-1/+2
| * thermal: intel: intel_tcc_cooling: Use a model-specific bitmask for TCC offsetRicardo Neri2024-06-211-1/+1
| * thermal: intel: intel_tcc: Add model checks for temperature registersRicardo Neri2024-06-211-5/+172
| * Merge back thermal control changes related to Intel platforms for v6.11Rafael J. Wysocki2024-06-215-28/+22
| |\
| | * thermal: intel: intel_pch: Improve cooling logZhang Rui2024-06-071-0/+5
| | * thermal: int3403: remove unused struct 'int3403_performance_state'Dr. David Alan Gilbert2024-06-071-11/+0
| | * thermal: int3400: Use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-06-071-1/+1
| | * thermal: intel: intel_soc_dts_thermal: Switch to new Intel CPU model definesTony Luck2024-06-071-1/+1
| | * thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model definesTony Luck2024-06-071-15/+15
* | | Merge branch 'thermal-core'Rafael J. Wysocki2024-07-1513-102/+132
|\ \ \
| * | | thermal: core: Add sanity checks for polling_delay and passive_delayRafael J. Wysocki2024-07-121-0/+8
| * | | thermal: trip: Fold __thermal_zone_get_trip() into its callerRafael J. Wysocki2024-07-121-14/+4
| * | | thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki2024-07-129-39/+55
| * | | thermal: imx: Drop critical trip check from imx_set_trip_temp()Rafael J. Wysocki2024-07-101-9/+0
| * | | thermal: trip: Add conversion macros for thermal trip priv fieldRafael J. Wysocki2024-07-091-12/+2
| * | | thermal: helpers: Introduce thermal_trip_is_bound_to_cdev()Rafael J. Wysocki2024-07-091-12/+35
| * | | thermal: core: Change passive_delay and polling_delay data typeRafael J. Wysocki2024-07-091-1/+2
| * | | thermal: core: constify 'type' in devm_thermal_of_cooling_device_register()Krzysztof Kozlowski2024-07-041-1/+1
| * | | thermal: uniphier: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki2024-07-041-14/+25
* | | | thermal/drivers/sti: Cleanup code related to stih416Raphael Gallais-Pou2024-07-151-10/+0
* | | | thermal/drivers/generic-adc: Simplify with dev_err_probe()Krzysztof Kozlowski2024-07-151-6/+2
* | | | thermal/drivers/generic-adc: Simplify probe() with local dev variableKrzysztof Kozlowski2024-07-151-10/+11
* | | | thermal/drivers/qcom-tsens: Simplify with dev_err_probe()Krzysztof Kozlowski2024-07-151-5/+3
* | | | thermal/drivers/qcom-spmi-adc-tm5: Simplify with dev_err_probe()Krzysztof Kozlowski2024-07-151-6/+3
* | | | thermal/drivers/imx: Simplify with dev_err_probe()Krzysztof Kozlowski2024-07-151-3/+1
* | | | thermal/drivers/imx: Simplify probe() with local dev variableKrzysztof Kozlowski2024-07-151-20/+20
* | | | thermal/drivers/hisi: Simplify with dev_err_probe()Krzysztof Kozlowski2024-07-151-7/+2
* | | | thermal/drivers/exynos: Simplify with dev_err_probe()Krzysztof Kozlowski2024-07-151-13/+7
* | | | thermal/drivers/exynos: Simplify probe() with local dev variableKrzysztof Kozlowski2024-07-151-22/+20