summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.h
AgeCommit message (Expand)AuthorFilesLines
2025-03-17thermal: core: allow user configuration of hardware protection actionAhmad Fatoum1-0/+1
2025-01-17thermal: core: Rename function argument related to trip crossingRafael J. Wysocki1-1/+1
2024-10-24thermal: core: Use trip lists for trip crossing detectionRafael J. Wysocki1-1/+6
2024-10-24thermal: core: Eliminate thermal_zone_trip_down()Rafael J. Wysocki1-2/+0
2024-10-24thermal: core: Pass trip descriptor to thermal_trip_crossed()Rafael J. Wysocki1-1/+1
2024-10-24thermal: core: Rename trip list node in struct thermal_trip_descRafael J. Wysocki1-1/+1
2024-10-23thermal: core: Introduce thermal_cdev_update_nocheck()Rafael J. Wysocki1-0/+1
2024-10-23thermal: core: Add and use a reverse thermal zone guardRafael J. Wysocki1-0/+3
2024-10-23thermal: core: Add and use thermal zone guardRafael J. Wysocki1-0/+4
2024-10-22thermal: core: Move lists of thermal instances to trip descriptorsRafael J. Wysocki1-3/+2
2024-10-22thermal: core: Drop need_update field from struct thermal_zone_deviceRafael J. Wysocki1-2/+0
2024-10-22thermal: core: Mark thermal zones as exiting before unregistrationRafael J. Wysocki1-0/+1
2024-10-22thermal: core: Mark thermal zones as initializing to start withRafael J. Wysocki1-0/+1
2024-10-22thermal: core: Represent suspend-related thermal zone flags as bitsRafael J. Wysocki1-4/+7
2024-10-11thermal: core: Add user thresholds supportDaniel Lezcano1-0/+2
2024-10-04thermal: core: Reference count the zone in thermal_zone_get_by_id()Rafael J. Wysocki1-0/+3
2024-09-05thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki1-3/+0
2024-08-23thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki1-1/+0
2024-08-19thermal/core: Compute low and high boundaries in thermal_zone_device_update()Daniel Lezcano1-1/+1
2024-08-13thermal: sysfs: Refine the handling of trip hysteresis changesRafael J. Wysocki1-2/+2
2024-08-13thermal: core: Store trip sysfs attributes in thermal_trip_descRafael J. Wysocki1-11/+12
2024-08-02thermal: helpers: Drop get_thermal_instance()Rafael J. Wysocki1-5/+0
2024-07-24thermal: core: Back off when polling thermal zones on errorsRafael J. Wysocki1-3/+7
2024-07-18thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki1-0/+3
2024-07-10Merge back thermal control material for 6.11.Rafael J. Wysocki1-1/+3
2024-07-04thermal: core: Call monitor_thermal_zone() if zone temperature is invalidRafael J. Wysocki1-0/+6
2024-06-25Merge branch 'thermal-core'Rafael J. Wysocki1-1/+3
2024-06-14thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki1-0/+4
2024-06-11thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki1-1/+1
2024-06-11thermal: trip: Use common set of trip type namesRafael J. Wysocki1-0/+2
2024-05-27thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki1-0/+2
2024-04-24thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki1-4/+0
2024-04-23thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki1-0/+2
2024-04-19thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki1-0/+4
2024-04-08thermal: core: Relocate the struct thermal_governor definitionRafael J. Wysocki1-0/+25
2024-04-08thermal: core: Sort trip point crossing notifications by temperatureRafael J. Wysocki1-0/+2
2024-04-08thermal: core: Make struct thermal_zone_device definition internalRafael J. Wysocki1-0/+85
2024-04-08thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki1-2/+5
2024-02-27thermal: core: Add flags to struct thermal_tripRafael J. Wysocki1-1/+1
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano1-0/+1
2024-01-04thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Rafael J. Wysocki1-1/+1
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-0/+1
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam1-0/+1
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba1-0/+2
2023-12-13thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki1-2/+0
2023-12-06thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki1-0/+2
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-1/+1
2023-10-20thermal: trip: Define for_each_trip() macroRafael J. Wysocki1-0/+3
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-1/+3
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki1-1/+1