summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()Yang Ruibin2024-08-211-3/+3
* thermal: trip: Use common set of trip type namesRafael J. Wysocki2024-06-111-9/+1
* thermal/debugfs: Move some statements from under thermal_dbg->lockRafael J. Wysocki2024-06-111-8/+8
* thermal/debugfs: Compute maximum temperature for mitigation episode as a wholeRafael J. Wysocki2024-06-111-10/+11
* thermal/debugfs: Adjust check for trips without statistics in tze_seq_show()Rafael J. Wysocki2024-06-111-1/+2
* thermal/debugfs: Fix up units in "mitigations" filesRafael J. Wysocki2024-06-111-2/+2
* thermal/debugfs: Print mitigation timestamp value in millisecondsRafael J. Wysocki2024-06-111-2/+2
* thermal/debugfs: Do not extend mitigation episodes beyond system resumeRafael J. Wysocki2024-06-111-0/+36
* thermal/debugfs: Use helper to update trip point overstepping durationRafael J. Wysocki2024-06-111-9/+13
* thermal/debugfs: Allow tze_seq_show() to print statistics for invalid tripsRafael J. Wysocki2024-05-271-4/+0
* thermal/debugfs: Print initial trip temperature and hysteresis in tze_seq_show()Rafael J. Wysocki2024-05-271-3/+11
* thermal/debugfs: Avoid printing zero duration for mitigation events in progressRafael J. Wysocki2024-04-261-6/+33
* thermal/debugfs: Pass cooling device state to thermal_debug_cdev_add()Rafael J. Wysocki2024-04-261-2/+10
* thermal/debugfs: Create records for cdev states as they get usedRafael J. Wysocki2024-04-261-0/+8
* Merge back earlier thermal core changes for v6.10.Rafael J. Wysocki2024-04-261-26/+32
|\
| * thermal/debugfs: Make tze_seq_show() skip invalid trips and trips with no statsRafael J. Wysocki2024-04-241-6/+16
| * thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_t...Rafael J. Wysocki2024-04-241-1/+1
| * thermal/debugfs: Clean up thermal_debug_update_temp()Rafael J. Wysocki2024-04-241-10/+11
| * thermal/debugfs: Avoid excessive updates of trip point statisticsRafael J. Wysocki2024-04-241-7/+0
| * Merge back earlier thermal control material for v6.10.Rafael J. Wysocki2024-04-191-2/+4
| |\
| | * thermal: core: Move threshold out of struct thermal_tripRafael J. Wysocki2024-04-081-2/+4
* | | thermal/debugfs: Prevent use-after-free from occurring after cdev removalRafael J. Wysocki2024-04-261-3/+11
* | | thermal/debugfs: Fix two locking issues with thermal zone debugRafael J. Wysocki2024-04-261-12/+22
* | | thermal/debugfs: Free all thermal zone debug memory on zone removalRafael J. Wysocki2024-04-261-0/+13
|/ /
* / thermal/debugfs: Add missing count increment to thermal_debug_tz_trip_up()Rafael J. Wysocki2024-04-191-0/+1
|/
* thermal/debugfs: Unlock on error path in thermal_debug_tz_trip_up()Dan Carpenter2024-01-121-1/+2
* thermal/debugfs: Add thermal debugfs information for mitigation episodesDaniel Lezcano2024-01-121-4/+396
* thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano2024-01-121-0/+446