summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-05-142-0/+2
|\
| *-. Merge branches 'acpi-x86', 'acpi-dptf' and 'acpi-apei'Rafael J. Wysocki2024-05-132-0/+2
| |\ \
| | | * ACPI: DPTF: Add Lunar Lake supportSumeet Pawnikar2024-04-082-0/+2
| | |/
* | | Merge tag 'thermal-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-1436-578/+1225
|\ \ \
| * \ \ Merge branch 'thermal-intel'Rafael J. Wysocki2024-05-108-8/+15
| |\ \ \
| | * | | thermal: intel: hfi: Increase the number of CPU capabilities per netlink eventRicardo Neri2024-05-081-1/+1
| | * | | thermal: intel: hfi: Rename HFI_MAX_THERM_NOTIFY_COUNTRicardo Neri2024-05-081-6/+6
| | * | | thermal: intel: hfi: Shorten the thermal netlink event delay to 100msRicardo Neri2024-05-081-2/+2
| | * | | thermal: intel: hfi: Rename HFI_UPDATE_INTERVALRicardo Neri2024-05-081-2/+2
| | * | | thermal: intel: Add missing module descriptionSrinivas Pandruvada2024-05-027-0/+7
| * | | | Merge branch 'thermal-core'Rafael J. Wysocki2024-05-0610-216/+268
| |\ \ \ \
| | * | | | thermal: core: Move passive polling management to the coreRafael J. Wysocki2024-04-303-18/+18
| | * | | | thermal: core: Do not call handle_thermal_trip() if zone temperature is invalidRafael J. Wysocki2024-04-301-0/+3
| | * | | | thermal: trip: Add missing empty code lineRafael J. Wysocki2024-04-301-0/+1
| | * | | | 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-263-6/+19
| | * | | | 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-2618-309/+600
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | thermal: core: Introduce thermal_governor_trip_crossed()Rafael J. Wysocki2024-04-241-4/+11
| | | * | | 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-243-4/+4
| | | * | | 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-242-8/+2
| | | * | | thermal: core: Relocate critical and hot trip handlingRafael J. Wysocki2024-04-241-7/+4
| | | * | | thermal: core: Drop the .throttle() governor callbackRafael J. Wysocki2024-04-242-15/+0
| | | * | | thermal: gov_user_space: Use .trip_crossed() instead of .throttle()Rafael J. Wysocki2024-04-241-5/+5
| | | * | | thermal: gov_fair_share: Eliminate unnecessary integer divisionsRafael J. Wysocki2024-04-241-17/+15
| | | * | | thermal: gov_fair_share: Use trip thresholds instead of trip temperaturesRafael J. Wysocki2024-04-241-8/+6
| | | * | | thermal: gov_fair_share: Use .manage() callback instead of .throttle()Rafael J. Wysocki2024-04-241-11/+26
| | | * | | thermal: gov_step_wise: Clean up thermal_zone_trip_update()Rafael J. Wysocki2024-04-241-6/+7
| | | * | | thermal: gov_step_wise: Use trip thresholds instead of trip temperaturesRafael J. Wysocki2024-04-241-4/+5
| | | * | | thermal: gov_step_wise: Use .manage() callback instead of .throttle()Rafael J. Wysocki2024-04-241-18/+21
| | | * | | thermal: gov_power_allocator: Eliminate a redundant variableRafael J. Wysocki2024-04-231-6/+3
| | | * | | thermal: gov_power_allocator: Use .manage() callback instead of .throttle()Rafael J. Wysocki2024-04-231-17/+7
| | | * | | thermal: core: Introduce .manage() callback for thermal governorsRafael J. Wysocki2024-04-232-0/+5
| | | * | | thermal: gov_bang_bang: Fold thermal_zone_trip_update() into its callerRafael J. Wysocki2024-04-231-42/+33
| | | * | | thermal: gov_bang_bang: Clean up thermal_zone_trip_update()Rafael J. Wysocki2024-04-231-13/+6
| | | * | | thermal: gov_bang_bang: Use .trip_crossed() instead of .throttle()Rafael J. Wysocki2024-04-231-18/+13
| | | * | | thermal: core: Introduce .trip_crossed() callback for thermal governorsRafael J. Wysocki2024-04-192-2/+21
| * | | | | Merge back thermal cotntrol material for v6.10.Rafael J. Wysocki2024-05-0626-367/+955
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | thermal/drivers/loongson2: Add Loongson-2K2000 supportBinbin Zhou2024-04-231-13/+51
| | * | | | thermal/drivers/loongson2: Trivial code style adjustmentBinbin Zhou2024-04-231-31/+34
| | * | | | thermal/drivers/mediatek/lvts_thermal: Add MT8188 supportNicolas Pitre2024-04-231-0/+96
| | * | | | thermal/drivers/mediatek/lvts_thermal: Allow early empty sensor slotsNicolas Pitre2024-04-231-26/+37
| | * | | | thermal/drivers/mediatek/lvts_thermal: Provision for gt variable locationNicolas Pitre2024-04-231-6/+14
| | * | | | thermal/drivers/mediatek/lvts_thermal: Add MT8186 supportNicolas Pitre2024-04-231-0/+61
| | * | | | thermal/drivers/mediatek/lvts_thermal: Guard against efuse data buffer overflowNicolas Pitre2024-04-231-2/+9
| | * | | | thermal/drivers/mediatek/lvts_thermal: Use offsets for every calibration byteNicolas Pitre2024-04-231-65/+99
| | * | | | thermal/drivers/mediatek/lvts_thermal: Remove .hw_tshut_tempNicolas Pitre2024-04-231-21/+2
| | * | | | thermal/drivers/mediatek/lvts_thermal: Move commentNicolas Pitre2024-04-231-7/+7