summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-0917-679/+876
|\
| * Merge branch 'thermal-intel'Rafael J. Wysocki2024-01-051-26/+65
| |\
| | * thermal: intel: hfi: Disable an HFI instance when all its CPUs go offlineRicardo Neri2024-01-031-0/+35
| | * thermal: intel: hfi: Enable an HFI instance from its first online CPURicardo Neri2024-01-031-7/+10
| | * thermal: intel: hfi: Refactor enabling code into helper functionsRicardo Neri2024-01-031-21/+22
| * | thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Rafael J. Wysocki2024-01-042-2/+2
| |/
| * Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2024-01-027-278/+313
| |\
| | * thermal/drivers/exynos: Use set_trips opsMateusz Majewski2024-01-021-180/+205
| | * thermal/drivers/exynos: Use BIT wherever possibleMateusz Majewski2024-01-021-12/+12
| | * thermal/drivers/exynos: Split initialization of TMU and the thermal zoneMateusz Majewski2024-01-021-34/+50
| | * thermal/drivers/exynos: Stop using the threshold mechanism on Exynos 4210Mateusz Majewski2024-01-021-14/+3
| | * thermal/drivers/exynos: Simplify regulator (de)initializationMateusz Majewski2024-01-021-34/+15
| | * thermal/drivers/exynos: Handle devm_regulator_get_optional return value corre...Mateusz Majewski2024-01-021-2/+10
| | * thermal/drivers/exynos: Wwitch from workqueue-driven interrupt handling to th...Mateusz Majewski2024-01-021-20/+9
| | * thermal/drivers/exynos: Drop id fieldMateusz Majewski2024-01-021-6/+0
| | * thermal/drivers/exynos: Remove an unnecessary field descriptionMateusz Majewski2024-01-021-1/+0
| | * thermal/drivers/sun8i: Add D1/T113s THS controller supportMaxim Kiselev2024-01-021-0/+13
| | * thermal: amlogic: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König2024-01-021-5/+6
| | * thermal: amlogic: Make amlogic_thermal_disable() return voidUwe Kleine-König2024-01-021-4/+4
| | * thermal/thermal_of: Allow rebooting after critical tempFabio Estevam2024-01-021-0/+6
| | * reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam2024-01-022-0/+8
| | * thermal/core: Prepare for introduction of thermal rebootFabio Estevam2024-01-021-4/+10
| | * drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgmentBinbin Zhou2024-01-021-1/+1
| * | thermal: gov_power_allocator: Support new update callback of weightsLukasz Luba2023-12-291-6/+9
| * | thermal/sysfs: Update governors when the 'weight' has changedLukasz Luba2023-12-291-0/+5
| * | thermal/sysfs: Update instance->weight under tz lockLukasz Luba2023-12-291-0/+4
| * | thermal: gov_power_allocator: Simplify checks for valid power actorLukasz Luba2023-12-291-23/+17
| * | thermal: gov_power_allocator: Move memory allocation out of throttle()Lukasz Luba2023-12-291-71/+136
| * | thermal: gov_power_allocator: Change trace functionsLukasz Luba2023-12-292-23/+32
| * | thermal: gov_power_allocator: Refactor checks in divvy_up_power()Lukasz Luba2023-12-291-10/+10
| * | thermal: gov_power_allocator: Refactor check_power_actors()Lukasz Luba2023-12-291-4/+6
| * | thermal: core: Add governor callback for thermal zone changeLukasz Luba2023-12-292-0/+16
| * | thermal: netlink: Add thermal_group_has_listeners() helperStanislaw Gruszka2023-12-281-0/+11
| * | thermal: netlink: Add enum for mutlicast groups indexesStanislaw Gruszka2023-12-281-4/+9
| * | thermal: core: Resume thermal zones asynchronouslyRafael J. Wysocki2023-12-281-4/+26
| * | thermal: core: Initialize poll_queue in thermal_zone_device_init()Rafael J. Wysocki2023-12-281-10/+13
| * | thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki2023-12-281-7/+23
| |/
| * thermal: cpuidle_cooling: fix kernel-doc warning and a spelloRandy Dunlap2023-12-211-2/+2
| * thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki2023-12-151-1/+0
| * thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano2023-12-131-6/+1
| * thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki2023-12-133-6/+20
| * thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()Rafael J. Wysocki2023-12-131-12/+8
| * thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()Rafael J. Wysocki2023-12-131-7/+5
| * thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()Rafael J. Wysocki2023-12-131-11/+7
| * thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki2023-12-131-2/+0
| * thermal: core: Rework thermal zone availability checkRafael J. Wysocki2023-12-121-3/+12
| * thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki2023-12-124-72/+7
| * thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki2023-12-111-1/+5
| * thermal: sysfs: Rework the reading of trip point attributesRafael J. Wysocki2023-12-061-27/+25
| * thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki2023-12-063-52/+47