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