summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2024-09-05thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki
2024-09-05thermal: core: Check passive delay in monitor_thermal_zone()Rafael J. Wysocki
2024-09-05thermal: core: Drop dead code from monitor_thermal_zone()Rafael J. Wysocki
2024-09-05thermal: core: Drop redundant lockdep_assert_held()Rafael J. Wysocki
2024-08-23thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki
2024-08-23thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()Rafael J. Wysocki
2024-08-23thermal: core: Rename cdev-to-thermal-zone bind/unbind functionsRafael J. Wysocki
2024-08-23thermal: core: Fix rounding of delay jiffiesRafael J. Wysocki
2024-08-23thermal: core: Clean up trip bind/unbind functionsRafael J. Wysocki
2024-08-23thermal: core: Drop unused bind/unbind functions and callbacksRafael J. Wysocki
2024-08-22thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki
2024-08-22thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki
2024-08-22thermal: core: Move thermal zone locking out of bind/unbind functionsRafael J. Wysocki
2024-08-22thermal: core: Drop redundant thermal instance checksRafael J. Wysocki
2024-08-22thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()Rafael J. Wysocki
2024-08-22thermal: core: Fold two functions into their respective callersRafael J. Wysocki
2024-08-19thermal/core: Compute low and high boundaries in thermal_zone_device_update()Daniel Lezcano
2024-08-16thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki
2024-07-24thermal: core: Back off when polling thermal zones on errorsRafael J. Wysocki
2024-07-23thermal: trip: Split thermal_zone_device_set_mode()Rafael J. Wysocki
2024-07-18thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki
2024-07-15Merge branch 'thermal-core'Rafael J. Wysocki
2024-07-12thermal: core: Add sanity checks for polling_delay and passive_delayRafael J. Wysocki
2024-07-10Merge back thermal control material for 6.11.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-06-25Merge branch 'thermal-core'Rafael J. Wysocki
2024-06-21Merge tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-21Merge back thermal control material for v6.11.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-11thermal: core: Avoid calling .trip_crossed() for critical and hot tripsRafael 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/debugfs: Do not extend mitigation episodes beyond system resumeRafael J. Wysocki
2024-06-07thermal: core: Do not fail cdev registration because of invalid initial stateRafael J. Wysocki
2024-05-27thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki
2024-05-27thermal: core: Introduce thermal_trip_crossed()Rafael J. Wysocki
2024-05-17thermal: core: Fix the handling of invalid trip pointsRafael J. Wysocki
2024-04-30thermal: core: Move passive polling management to the coreRafael J. Wysocki
2024-04-30thermal: core: Do not call handle_thermal_trip() if zone temperature is invalidRafael J. Wysocki
2024-04-26thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()Rafael J. Wysocki
2024-04-24thermal: core: Introduce thermal_governor_trip_crossed()Rafael J. Wysocki
2024-04-24thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_t...Rafael J. Wysocki
2024-04-24thermal/debugfs: Avoid excessive updates of trip point statisticsRafael J. Wysocki
2024-04-24thermal: core: Relocate critical and hot trip handlingRafael J. Wysocki
2024-04-24thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki
2024-04-23thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki