summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-12thermal: core: Use kstrdup_const() during cooling device registrationChristophe JAILLET2-4/+4
2024-01-12thermal/debugfs: Add thermal debugfs information for mitigation episodesDaniel Lezcano3-4/+417
2024-01-12thermal/debugfs: Add thermal cooling device debugfs informationDaniel Lezcano8-6/+497
2024-01-09thermal: netlink: Pass thermal zone pointer to notify routinesRafael J. Wysocki3-28/+28
2024-01-09thermal: netlink: Drop thermal_notify_tz_trip_add/delete()Rafael J. Wysocki2-46/+1
2024-01-09thermal: netlink: Pass pointers to thermal_notify_tz_trip_up/down()Rafael J. Wysocki3-14/+20
2024-01-09thermal: netlink: Pass pointers to thermal_notify_tz_trip_change()Rafael J. Wysocki3-16/+17
2024-01-04thermal: trip: Constify thermal zone argument of thermal_zone_trip_id()Rafael J. Wysocki2-2/+2
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki18-357/+491
2024-01-02thermal/drivers/exynos: Use set_trips opsMateusz Majewski1-180/+205
2024-01-02thermal/drivers/exynos: Use BIT wherever possibleMateusz Majewski1-12/+12
2024-01-02thermal/drivers/exynos: Split initialization of TMU and the thermal zoneMateusz Majewski1-34/+50
2024-01-02thermal/drivers/exynos: Stop using the threshold mechanism on Exynos 4210Mateusz Majewski1-14/+3
2024-01-02thermal/drivers/exynos: Simplify regulator (de)initializationMateusz Majewski1-34/+15
2024-01-02thermal/drivers/exynos: Handle devm_regulator_get_optional return value corre...Mateusz Majewski1-2/+10
2024-01-02thermal/drivers/exynos: Wwitch from workqueue-driven interrupt handling to th...Mateusz Majewski1-20/+9
2024-01-02thermal/drivers/exynos: Drop id fieldMateusz Majewski1-6/+0
2024-01-02thermal/drivers/exynos: Remove an unnecessary field descriptionMateusz Majewski1-1/+0
2024-01-02tools/thermal/tmon: Fix compilation warning for wrong formatFlorian Eckert1-1/+1
2024-01-02dt-bindings: thermal: qcom-spmi-adc-tm5/hc: Clean up examplesJohan Hovold2-6/+9
2024-01-02dt-bindings: thermal: qcom-spmi-adc-tm5/hc: Fix example node namesJohan Hovold2-3/+6
2024-01-02thermal/drivers/sun8i: Add D1/T113s THS controller supportMaxim Kiselev1-0/+13
2024-01-02dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controllerMaxim Kiselev1-1/+6
2024-01-02thermal: amlogic: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+6
2024-01-02thermal: amlogic: Make amlogic_thermal_disable() return voidUwe Kleine-König1-4/+4
2024-01-02thermal/thermal_of: Allow rebooting after critical tempFabio Estevam1-0/+6
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam4-11/+30
2024-01-02thermal/core: Prepare for introduction of thermal rebootFabio Estevam3-9/+20
2024-01-02dt-bindings: thermal-zones: Document critical-actionFabio Estevam1-0/+16
2024-01-02dt-bindings: thermal: qcom-tsens: document the SM8650 Temperature SensorNeil Armstrong1-0/+1
2024-01-02drivers/thermal/loongson2_thermal: Fix incorrect PTR_ERR() judgmentBinbin Zhou1-1/+1
2024-01-02dt-bindings: thermal: loongson,ls2k-thermal: Fix binding check issuesBinbin Zhou1-1/+9
2024-01-02dt-bindings: thermal: convert Mediatek Thermal to the json-schemaRafał Miłecki2-52/+99
2023-12-29thermal: gov_power_allocator: Support new update callback of weightsLukasz Luba1-6/+9
2023-12-29thermal/sysfs: Update governors when the 'weight' has changedLukasz Luba2-0/+6
2023-12-29thermal/sysfs: Update instance->weight under tz lockLukasz Luba1-0/+4
2023-12-29thermal: gov_power_allocator: Simplify checks for valid power actorLukasz Luba1-23/+17
2023-12-29thermal: gov_power_allocator: Move memory allocation out of throttle()Lukasz Luba1-71/+136
2023-12-29thermal: gov_power_allocator: Change trace functionsLukasz Luba2-23/+32
2023-12-29thermal: gov_power_allocator: Refactor checks in divvy_up_power()Lukasz Luba1-10/+10
2023-12-29thermal: gov_power_allocator: Refactor check_power_actors()Lukasz Luba1-4/+6
2023-12-29thermal: core: Add governor callback for thermal zone changeLukasz Luba3-0/+22
2023-12-28thermal: netlink: Add thermal_group_has_listeners() helperStanislaw Gruszka1-0/+11
2023-12-28thermal: netlink: Add enum for mutlicast groups indexesStanislaw Gruszka1-4/+9
2023-12-28thermal: core: Resume thermal zones asynchronouslyRafael J. Wysocki1-4/+26
2023-12-28thermal: core: Initialize poll_queue in thermal_zone_device_init()Rafael J. Wysocki1-10/+13
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki2-7/+25
2023-12-21thermal: cpuidle_cooling: fix kernel-doc warning and a spelloRandy Dunlap1-2/+2
2023-12-15thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki1-1/+0
2023-12-13thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano1-6/+1