aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 17-679/+876
2024-01-05Merge branch 'thermal-intel'Gravatar Rafael J. Wysocki 1-26/+65
2024-01-04thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Gravatar Rafael J. Wysocki 2-2/+2
2024-01-03thermal: intel: hfi: Disable an HFI instance when all its CPUs go offlineGravatar Ricardo Neri 1-0/+35
2024-01-03thermal: intel: hfi: Enable an HFI instance from its first online CPUGravatar Ricardo Neri 1-7/+10
2024-01-03thermal: intel: hfi: Refactor enabling code into helper functionsGravatar Ricardo Neri 1-21/+22
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Rafael J. Wysocki 7-278/+313
2024-01-02thermal/drivers/exynos: Use set_trips opsGravatar Mateusz Majewski 1-180/+205
2024-01-02thermal/drivers/exynos: Use BIT wherever possibleGravatar Mateusz Majewski 1-12/+12
2024-01-02thermal/drivers/exynos: Split initialization of TMU and the thermal zoneGravatar Mateusz Majewski 1-34/+50
2024-01-02thermal/drivers/exynos: Stop using the threshold mechanism on Exynos 4210Gravatar Mateusz Majewski 1-14/+3
2024-01-02thermal/drivers/exynos: Simplify regulator (de)initializationGravatar Mateusz Majewski 1-34/+15
2024-01-02thermal/drivers/exynos: Handle devm_regulator_get_optional return value corre...Gravatar Mateusz Majewski 1-2/+10
2024-01-02thermal/drivers/exynos: Wwitch from workqueue-driven interrupt handling to th...Gravatar Mateusz Majewski 1-20/+9
2024-01-02thermal/drivers/exynos: Drop id fieldGravatar Mateusz Majewski 1-6/+0
2024-01-02thermal/drivers/exynos: Remove an unnecessary field descriptionGravatar Mateusz Majewski 1-1/+0
2024-01-02thermal/drivers/sun8i: Add D1/T113s THS controller supportGravatar Maxim Kiselev 1-0/+13
2024-01-02thermal: amlogic: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsGravatar Uwe Kleine-König 1-5/+6
2024-01-02thermal: amlogic: Make amlogic_thermal_disable() return voidGravatar Uwe Kleine-König 1-4/+4
2024-01-02thermal/thermal_of: Allow rebooting after critical tempGravatar Fabio Estevam 1-0/+6
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Gravatar Fabio Estevam 2-0/+8
2024-01-02thermal/core: Prepare for introduction of thermal rebootGravatar Fabio Estevam 1-4/+10
2024-01-02drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgmentGravatar Binbin Zhou 1-1/+1
2023-12-29thermal: gov_power_allocator: Support new update callback of weightsGravatar Lukasz Luba 1-6/+9
2023-12-29thermal/sysfs: Update governors when the 'weight' has changedGravatar Lukasz Luba 1-0/+5
2023-12-29thermal/sysfs: Update instance->weight under tz lockGravatar Lukasz Luba 1-0/+4
2023-12-29thermal: gov_power_allocator: Simplify checks for valid power actorGravatar Lukasz Luba 1-23/+17
2023-12-29thermal: gov_power_allocator: Move memory allocation out of throttle()Gravatar Lukasz Luba 1-71/+136
2023-12-29thermal: gov_power_allocator: Change trace functionsGravatar Lukasz Luba 2-23/+32
2023-12-29thermal: gov_power_allocator: Refactor checks in divvy_up_power()Gravatar Lukasz Luba 1-10/+10
2023-12-29thermal: gov_power_allocator: Refactor check_power_actors()Gravatar Lukasz Luba 1-4/+6
2023-12-29thermal: core: Add governor callback for thermal zone changeGravatar Lukasz Luba 2-0/+16
2023-12-28thermal: netlink: Add thermal_group_has_listeners() helperGravatar Stanislaw Gruszka 1-0/+11
2023-12-28thermal: netlink: Add enum for mutlicast groups indexesGravatar Stanislaw Gruszka 1-4/+9
2023-12-28thermal: core: Resume thermal zones asynchronouslyGravatar Rafael J. Wysocki 1-4/+26
2023-12-28thermal: core: Initialize poll_queue in thermal_zone_device_init()Gravatar Rafael J. Wysocki 1-10/+13
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationGravatar Rafael J. Wysocki 1-7/+23
2023-12-21thermal: cpuidle_cooling: fix kernel-doc warning and a spelloGravatar Randy Dunlap 1-2/+2
2023-12-15thermal: core: Fix NULL pointer dereference in zone registration error pathGravatar Rafael J. Wysocki 1-1/+0
2023-12-13thermal/core: Check get_temp ops is present when registering a tzGravatar Daniel Lezcano 1-6/+1
2023-12-13thermal: trip: Send trip change notifications on all trip updatesGravatar Rafael J. Wysocki 3-6/+20
2023-12-13thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()Gravatar Rafael J. Wysocki 1-12/+8
2023-12-13thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()Gravatar Rafael J. Wysocki 1-7/+5
2023-12-13thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()Gravatar Rafael J. Wysocki 1-11/+7
2023-12-13thermal: trip: Drop redundant __thermal_zone_get_trip() headerGravatar Rafael J. Wysocki 1-2/+0
2023-12-12thermal: core: Rework thermal zone availability checkGravatar Rafael J. Wysocki 1-3/+12
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksGravatar Rafael J. Wysocki 4-72/+7
2023-12-11thermal: core: Make thermal_zone_device_unregister() return after freeing the...Gravatar Rafael J. Wysocki 1-1/+5
2023-12-06thermal: sysfs: Rework the reading of trip point attributesGravatar Rafael J. Wysocki 1-27/+25
2023-12-06thermal: sysfs: Rework the handling of trip point updatesGravatar Rafael J. Wysocki 3-52/+47