summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2023-12-28thermal: core: Initialize poll_queue in thermal_zone_device_init()Rafael J. Wysocki
2023-12-28thermal: core: Fix thermal zone suspend-resume synchronizationRafael J. Wysocki
2023-12-21thermal: cpuidle_cooling: fix kernel-doc warning and a spelloRandy Dunlap
2023-12-15thermal: core: Fix NULL pointer dereference in zone registration error pathRafael J. Wysocki
2023-12-13thermal/core: Check get_temp ops is present when registering a tzDaniel Lezcano
2023-12-13thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki
2023-12-13thermal: netlink: Use for_each_trip() in thermal_genl_cmd_tz_get_trip()Rafael J. Wysocki
2023-12-13thermal: helpers: Use for_each_trip() in __thermal_zone_get_temp()Rafael J. Wysocki
2023-12-13thermal: trip: Use for_each_trip() in __thermal_zone_set_trips()Rafael J. Wysocki
2023-12-13thermal: trip: Drop redundant __thermal_zone_get_trip() headerRafael J. Wysocki
2023-12-12thermal: core: Rework thermal zone availability checkRafael J. Wysocki
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki
2023-12-11thermal: core: Make thermal_zone_device_unregister() return after freeing the...Rafael J. Wysocki
2023-12-06thermal: sysfs: Rework the reading of trip point attributesRafael J. Wysocki
2023-12-06thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki
2023-11-30thermal: trip: Drop a redundant check from thermal_zone_set_trip()Rafael J. Wysocki
2023-11-28thermal: gov_power_allocator: Rearrange initialization of local variablesLukasz Luba
2023-11-28thermal: gov_power_allocator: Remove excessive local variablesLukasz Luba
2023-11-28thermal: gov_power_allocator: Use shorter paths to access data when possibleLukasz Luba
2023-11-28thermal: gov_power_allocator: Rearrange local variablesLukasz Luba
2023-11-28thermal: gov_power_allocator: Check the cooling devices only for trip_maxLukasz Luba
2023-11-28thermal: gov_power_allocator: Set up trip points earlierLukasz Luba
2023-11-28thermal: gov_power_allocator: Rename trip_max_desired_temperatureLukasz Luba
2023-11-21thermal: ACPI: Move the ACPI thermal library to drivers/acpi/Rafael J. Wysocki
2023-11-20thermal: core: Add trip thresholds for trip crossing detectionRafael J. Wysocki
2023-10-31Merge tag 'thermal-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-25Merge tag 'thermal-v6.7-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki
2023-10-23Merge branch 'thermal-intel'Rafael J. Wysocki
2023-10-23Merge branch 'thermal-core'Rafael J. Wysocki
2023-10-23Merge branch 'acpi-thermal'Rafael J. Wysocki
2023-10-20thermal: ACPI: Include the right header fileRafael J. Wysocki
2023-10-20thermal: core: Don't update trip points inside the hysteresis rangeNĂ­colas F. R. A. Prado
2023-10-20thermal: core: Pass trip pointer to governor throttle callbackRafael J. Wysocki
2023-10-20thermal: gov_step_wise: Fold update_passive_instance() into its callerRafael J. Wysocki
2023-10-20thermal: gov_power_allocator: Use trip pointers instead of trip indicesRafael J. Wysocki
2023-10-20thermal: gov_fair_share: Rearrange get_trip_level()Rafael J. Wysocki
2023-10-20thermal: trip: Define for_each_trip() macroRafael J. Wysocki
2023-10-20thermal: trip: Simplify computing trip indicesRafael J. Wysocki
2023-10-19thermal/qcom/tsens: Drop ops_v0_1Dmitry Baryshkov
2023-10-19thermal/drivers/mediatek/lvts_thermal: Update calibration data documentationBalsam CHIHI
2023-10-19thermal/drivers/mediatek/lvts_thermal: Add mt8192 supportBalsam CHIHI
2023-10-19thermal/drivers/mediatek/lvts_thermal: Add suspend and resumeBalsam CHIHI
2023-10-17thermal/drivers/mediatek: Fix probe for THERMAL_V2Markus Schneider-Pargmann
2023-10-15thermal/drivers/max77620: Remove duplicate error messageThierry Reding
2023-10-15thermal/drivers/mediatek/lvts_thermal: Fix error check in lvts_debugfs_init()Minjie Du
2023-10-15thermal/drivers/imx8mm_thermal: Fix function pointer declaration by adding id...Bragatheswaran Manickavel
2023-10-15thermal/drivers/mediatek/lvts_thermal: Add mt7988 supportFrank Wunderlich
2023-10-15thermal/drivers/mediatek/lvts_thermal: Make coeff configurableFrank Wunderlich
2023-10-12thermal: int340x: processor_thermal: Enable power floor supportSrinivas Pandruvada