summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05thermal: core: Remove excess empty line from a commentFlavio Suligoi1-1/+0
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki1-25/+3
2024-02-27thermal: core: Add flags to struct thermal_tripRafael J. Wysocki1-1/+8
2024-02-27thermal: core: Move initial num_trips assignment before memcpy()Nathan Chancellor1-1/+1
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki1-20/+20
2024-02-23thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki1-9/+9
2024-01-12thermal: core: Use kstrdup_const() during cooling device registrationChristophe JAILLET1-3/+3
2024-01-12thermal/debugfs: Add thermal debugfs information for mitigation episodesDaniel Lezcano1-0/+7
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano1-0/+6
2024-01-09thermal: netlink: Pass thermal zone pointer to notify routinesRafael J. Wysocki1-8/+5
2024-01-09thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()Rafael J. Wysocki1-6/+2
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-4/+17
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam1-0/+7
2024-01-02thermal/core: Prepare for introduction of thermal rebootFabio Estevam1-4/+10
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba1-0/+14
2023-12-28thermal: core: Resume thermal zones asynchronouslyRafael J. Wysocki1-4/+26
2023-12-28thermal: core: Initialize poll_queue in thermal_zone_device_init()Rafael J. Wysocki1-10/+13
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki1-7/+23
2023-12-15thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki1-1/+0
2023-12-13thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano1-6/+1
2023-12-12thermal: core: Rework thermal zone availability checkRafael J. Wysocki1-3/+12
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki1-9/+0
2023-12-11thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki1-1/+5
2023-11-20thermal: core: Add trip thresholds for trip crossing detectionRafael J. Wysocki1-7/+36
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki1-25/+25
2023-10-11Merge branch 'acpi-thermal'Rafael J. Wysocki1-19/+0
2023-10-11thermal: core: prevent potential string overflowDan Carpenter1-2/+4
2023-10-05thermal: core: Drop thermal_zone_device_exec()Rafael J. Wysocki1-19/+0
2023-09-28thermal: core: Allow trip pointers to be used for cooling device bindingRafael J. Wysocki1-20/+34
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki1-5/+10
2023-09-25thermal: core: Drop trips_disabled bitmaskRafael J. Wysocki1-13/+0
2023-09-14thermal: core: Fix disabled trip point check in handle_thermal_trip()Rafael J. Wysocki1-2/+4
2023-09-05thermal: core: Drop thermal_zone_device_register()Rafael J. Wysocki1-11/+0
2023-09-05thermal: core: Add function for registering tripless thermal zonesRafael J. Wysocki1-0/+11
2023-08-29thermal: core: Drop unused .get_trip_*() callbacksRafael J. Wysocki1-1/+1
2023-08-25Merge branch 'acpi-thermal'Rafael J. Wysocki1-1/+21
2023-08-17thermal: core: Introduce thermal_zone_device_exec()Rafael J. Wysocki1-0/+19
2023-08-10thermal: core: Do not handle trip points with invalid temperatureRafael J. Wysocki1-1/+2
2023-07-24thermal: core: constify params in thermal_zone_device_registerAhmad Fatoum1-2/+2
2023-04-27thermal: core: Encapsulate tz->device fieldDaniel Lezcano1-0/+6
2023-04-07thermal/core: Alloc-copy-free the thermal zone parameters structureDaniel Lezcano1-2/+13
2023-04-07thermal/core: Remove thermal_bind_params structureZhang Rui1-118/+11
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki1-1/+1
2023-04-03thermal: core: Clean up thermal_list_lock lockingRafael J. Wysocki1-6/+2
2023-04-01thermal/core: Relocate the traces definition in thermal directoryDaniel Lezcano1-1/+1
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki1-0/+18
2023-03-24Merge branch 'thermal-acpi'Rafael J. Wysocki1-7/+97
2023-03-22thermal: core: Restore behavior regarding invalid trip pointsIdo Schimmel1-1/+1
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki1-1/+82
2023-03-22thermal: core: Introduce thermal_cooling_device_present()Rafael J. Wysocki1-6/+15