summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2024-07-15thermal/drivers/renesas/rcar: Add dependency on OFNiklas Söderlund
2024-07-15thermal/drivers/renesas: Group all renesas thermal drivers togetherNiklas Söderlund
2024-07-12thermal: core: Add sanity checks for polling_delay and passive_delayRafael J. Wysocki
2024-07-12thermal: trip: Fold __thermal_zone_get_trip() into its callerRafael J. Wysocki
2024-07-12thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki
2024-07-10thermal: imx: Drop critical trip check from imx_set_trip_temp()Rafael J. Wysocki
2024-07-10Merge back thermal control material for 6.11.Rafael J. Wysocki
2024-07-09thermal: intel: hfi: Give HFI instances package scopeZhang Rui
2024-07-09thermal: trip: Add conversion macros for thermal trip priv fieldRafael J. Wysocki
2024-07-09thermal: helpers: Introduce thermal_trip_is_bound_to_cdev()Rafael J. Wysocki
2024-07-09thermal: core: Change passive_delay and polling_delay data typeRafael J. Wysocki
2024-07-08thermal: core: Fix list sorting in __thermal_zone_device_update()Rafael J. Wysocki
2024-07-04thermal: core: Call monitor_thermal_zone() if zone temperature is invalidRafael J. Wysocki
2024-07-04thermal: core: constify 'type' in devm_thermal_of_cooling_device_register()Krzysztof Kozlowski
2024-07-04thermal: gov_power_allocator: Return early in manage if trip_max is NULLNícolas F. R. A. Prado
2024-07-04thermal: uniphier: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki
2024-06-27Merge back thermal control material for v6.11.Rafael J. Wysocki
2024-06-25Merge branch 'thermal-core'Rafael J. Wysocki
2024-06-25thermal: gov_step_wise: Go straight to instance->lower when mitigation is overRafael J. Wysocki
2024-06-21Merge tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-21thermal: intel: int340x: Enable WLT and power floor support for Lunar LakeSrinivas Pandruvada
2024-06-21thermal: intel: int340x: Support MSI interrupt for Lunar LakeSrinivas Pandruvada
2024-06-21thermal: intel: int340x: Remove unnecessary calls to free irqSrinivas Pandruvada
2024-06-21thermal: intel: int340x: Add DLVR support for Lunar LakeSrinivas Pandruvada
2024-06-21thermal: intel: int340x: Capability to map user space to firmware valuesSrinivas Pandruvada
2024-06-21thermal: intel: int340x: Cleanup of DLVR sysfs on driver removeSrinivas Pandruvada
2024-06-21thermal: intel: intel_tcc_cooling: Use a model-specific bitmask for TCC offsetRicardo Neri
2024-06-21thermal: intel: intel_tcc: Add model checks for temperature registersRicardo Neri
2024-06-21Merge back thermal control changes related to Intel platforms for v6.11Rafael J. Wysocki
2024-06-21Merge back thermal control material for v6.11.Rafael J. Wysocki
2024-06-19thermal: int340x: processor_thermal: Support shared interruptsSrinivas Pandruvada
2024-06-17Merge tag 'thermal-v6.10-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki
2024-06-14thermal: core: Change PM notifier priority to the minimumRafael J. Wysocki
2024-06-14thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki
2024-06-12thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...Julien Panis
2024-06-11thermal: core: Avoid calling .trip_crossed() for critical and hot tripsRafael J. Wysocki
2024-06-11thermal: gov_bang_bang: Drop unnecessary cooling device target state checksRafael J. Wysocki
2024-06-11thermal: trip: Use READ_ONCE() for lockless access to trip propertiesRafael J. Wysocki
2024-06-11thermal: trip: Make thermal_zone_set_trips() use trip thresholdsRafael J. Wysocki
2024-06-11thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki
2024-06-11thermal: trip: Use common set of trip type namesRafael J. Wysocki
2024-06-11thermal/debugfs: Move some statements from under thermal_dbg->lockRafael J. Wysocki
2024-06-11thermal/debugfs: Compute maximum temperature for mitigation episode as a wholeRafael J. Wysocki
2024-06-11thermal/debugfs: Adjust check for trips without statistics in tze_seq_show()Rafael J. Wysocki
2024-06-11thermal/debugfs: Fix up units in "mitigations" filesRafael J. Wysocki
2024-06-11thermal/debugfs: Print mitigation timestamp value in millisecondsRafael J. Wysocki
2024-06-11thermal/debugfs: Do not extend mitigation episodes beyond system resumeRafael J. Wysocki
2024-06-11thermal/debugfs: Use helper to update trip point overstepping durationRafael J. Wysocki
2024-06-11thermal: gov_step_wise: Restore passive polling managementRafael J. Wysocki
2024-06-07thermal: intel: intel_pch: Improve cooling logZhang Rui