aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2024-07-04thermal: core: constify 'type' in devm_thermal_of_cooling_device_register()Krzysztof Kozlowski1-1/+1
2024-07-04thermal: gov_power_allocator: Return early in manage if trip_max is NULLNĂ­colas F. R. A. Prado1-0/+3
2024-07-04thermal: uniphier: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki1-14/+25
2024-06-27Merge back thermal control material for v6.11.Rafael J. Wysocki7-80/+112
2024-06-25Merge branch 'thermal-core'Rafael J. Wysocki7-80/+112
2024-06-25thermal: gov_step_wise: Go straight to instance->lower when mitigation is overRafael J. Wysocki1-18/+5
2024-06-21Merge tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+38
2024-06-21thermal: intel: int340x: Enable WLT and power floor support for Lunar LakeSrinivas Pandruvada1-1/+2
2024-06-21thermal: intel: int340x: Support MSI interrupt for Lunar LakeSrinivas Pandruvada2-23/+90
2024-06-21thermal: intel: int340x: Remove unnecessary calls to free irqSrinivas Pandruvada1-3/+0
2024-06-21thermal: intel: int340x: Add DLVR support for Lunar LakeSrinivas Pandruvada2-3/+33
2024-06-21thermal: intel: int340x: Capability to map user space to firmware valuesSrinivas Pandruvada1-4/+76
2024-06-21thermal: intel: int340x: Cleanup of DLVR sysfs on driver removeSrinivas Pandruvada1-1/+2
2024-06-21thermal: intel: intel_tcc_cooling: Use a model-specific bitmask for TCC offsetRicardo Neri1-1/+1
2024-06-21thermal: intel: intel_tcc: Add model checks for temperature registersRicardo Neri1-5/+172
2024-06-21Merge back thermal control changes related to Intel platforms for v6.11Rafael J. Wysocki5-28/+22
2024-06-21Merge back thermal control material for v6.11.Rafael J. Wysocki2-2/+28
2024-06-19thermal: int340x: processor_thermal: Support shared interruptsSrinivas Pandruvada1-1/+2
2024-06-17Merge tag 'thermal-v6.10-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki1-7/+5
2024-06-14thermal: core: Change PM notifier priority to the minimumRafael J. Wysocki1-0/+6
2024-06-14thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki2-0/+25
2024-06-12thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...Julien Panis1-1/+5
2024-06-11thermal: core: Avoid calling .trip_crossed() for critical and hot tripsRafael J. Wysocki1-0/+3
2024-06-11thermal: gov_bang_bang: Drop unnecessary cooling device target state checksRafael J. Wysocki1-11/+3
2024-06-11thermal: trip: Use READ_ONCE() for lockless access to trip propertiesRafael J. Wysocki2-4/+4
2024-06-11thermal: trip: Make thermal_zone_set_trips() use trip thresholdsRafael J. Wysocki2-12/+6
2024-06-11thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki3-4/+4
2024-06-11thermal: trip: Use common set of trip type namesRafael J. Wysocki4-21/+19
2024-06-11thermal/debugfs: Move some statements from under thermal_dbg->lockRafael J. Wysocki1-8/+8
2024-06-11thermal/debugfs: Compute maximum temperature for mitigation episode as a wholeRafael J. Wysocki1-10/+11
2024-06-11thermal/debugfs: Adjust check for trips without statistics in tze_seq_show()Rafael J. Wysocki1-1/+2
2024-06-11thermal/debugfs: Fix up units in "mitigations" filesRafael J. Wysocki1-2/+2
2024-06-11thermal/debugfs: Print mitigation timestamp value in millisecondsRafael J. Wysocki1-2/+2
2024-06-11thermal/debugfs: Do not extend mitigation episodes beyond system resumeRafael J. Wysocki3-0/+39
2024-06-11thermal/debugfs: Use helper to update trip point overstepping durationRafael J. Wysocki1-9/+13
2024-06-11thermal: gov_step_wise: Restore passive polling managementRafael J. Wysocki1-0/+17
2024-06-07thermal: intel: intel_pch: Improve cooling logZhang Rui1-0/+5
2024-06-07thermal: int3403: remove unused struct 'int3403_performance_state'Dr. David Alan Gilbert1-11/+0
2024-06-07thermal: int3400: Use sizeof(*pointer) instead of sizeof(type)Erick Archer1-1/+1
2024-06-07thermal: intel: intel_soc_dts_thermal: Switch to new Intel CPU model definesTony Luck1-1/+1
2024-06-07thermal: intel: intel_tcc_cooling: Switch to new Intel CPU model definesTony Luck1-15/+15
2024-06-07thermal: core: Do not fail cdev registration because of invalid initial stateRafael J. Wysocki1-2/+11
2024-06-04thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188Julien Panis1-6/+0
2024-05-27thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki3-8/+20
2024-05-27thermal: core: Introduce thermal_trip_crossed()Rafael J. Wysocki1-10/+19
2024-05-27thermal/debugfs: Allow tze_seq_show() to print statistics for invalid tripsRafael J. Wysocki1-4/+0
2024-05-27thermal/debugfs: Print initial trip temperature and hysteresis in tze_seq_show()Rafael J. Wysocki1-3/+11
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-5/+5
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+1
2024-05-21Merge tag 'thermal-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+35