summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: sysfs: Add sanity checks for trip temperature and hysteresisRafael J. Wysocki2024-09-051-12/+38
* thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki2024-08-233-4/+1
* thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()Rafael J. Wysocki2024-08-231-6/+0
* thermal: core: Rename cdev-to-thermal-zone bind/unbind functionsRafael J. Wysocki2024-08-231-8/+8
* thermal: core: Fix rounding of delay jiffiesRafael J. Wysocki2024-08-231-13/+10
* thermal: core: Clean up trip bind/unbind functionsRafael J. Wysocki2024-08-231-33/+21
* thermal: core: Drop unused bind/unbind functions and callbacksRafael J. Wysocki2024-08-231-72/+3
* thermal/of: Use the .should_bind() thermal zone callbackRafael J. Wysocki2024-08-231-131/+40
* thermal: imx: Use the .should_bind() thermal zone callbackRafael J. Wysocki2024-08-221-14/+6
* thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki2024-08-221-6/+4
* thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki2024-08-221-24/+82
* thermal: core: Move thermal zone locking out of bind/unbind functionsRafael J. Wysocki2024-08-221-8/+22
* thermal: sysfs: Use the dev argument in instance-related show/storeRafael J. Wysocki2024-08-221-8/+7
* thermal: core: Drop redundant thermal instance checksRafael J. Wysocki2024-08-221-2/+2
* thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()Rafael J. Wysocki2024-08-221-12/+4
* thermal: core: Fold two functions into their respective callersRafael J. Wysocki2024-08-221-36/+19
* thermal: Introduce a debugfs-based testing facilityRafael J. Wysocki2024-08-226-0/+717
* thermal/core: Compute low and high boundaries in thermal_zone_device_update()Daniel Lezcano2024-08-193-29/+12
* Merge back thermal core material for 6.12.Rafael J. Wysocki2024-08-1910-254/+150
|\
| * thermal: sysfs: Refine the handling of trip hysteresis changesRafael J. Wysocki2024-08-133-7/+7
| * thermal: sysfs: Get to trips via attribute pointersRafael J. Wysocki2024-08-131-34/+20
| * thermal: core: Store trip sysfs attributes in thermal_trip_descRafael J. Wysocki2024-08-132-82/+46
| * thermal: trip: Drop thermal_zone_get_trip()Rafael J. Wysocki2024-08-021-14/+0
| * thermal: trip: Get rid of thermal_zone_get_num_trips()Rafael J. Wysocki2024-08-022-11/+1
| * thermal: helpers: Drop get_thermal_instance()Rafael J. Wysocki2024-08-022-29/+6
| * thermal: tegra: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki2024-08-022-31/+32
| * thermal: tegra: Introduce struct trip_temps for critical and hot tripsRafael J. Wysocki2024-08-021-14/+20
| * thermal: qcom: Use thermal_zone_get_crit_temp() in qpnp_tm_init()Rafael J. Wysocki2024-08-021-19/+3
| * thermal: hisi: Use thermal_zone_for_each_trip() in hisi_thermal_register_sens...Rafael J. Wysocki2024-08-021-11/+14
| * thermal: broadcom: Use thermal_zone_get_crit_temp() in bcm2835_thermal_probe()Rafael J. Wysocki2024-08-021-4/+3
* | thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki2024-08-162-1/+20
* | thermal: gov_bang_bang: Add .manage() callbackRafael J. Wysocki2024-08-161-0/+30
* | thermal: gov_bang_bang: Split bang_bang_control()Rafael J. Wysocki2024-08-161-19/+23
* | thermal: gov_bang_bang: Call __thermal_cdev_update() directlyRafael J. Wysocki2024-08-161-4/+1
|/
* Merge branch 'thermal-intel'Rafael J. Wysocki2024-07-311-7/+22
|\
| * thermal: intel: int340x: Free MSI IRQ vectors on module exitSrinivas Pandruvada2024-07-301-0/+3
| * thermal: intel: int340x: Allow limited thermal MSI supportSrinivas Pandruvada2024-07-301-5/+5
| * thermal: intel: int340x: Fix kernel warning during MSI cleanupSrinivas Pandruvada2024-07-301-2/+14
* | thermal: trip: Avoid skipping trips in thermal_zone_set_trips()Rafael J. Wysocki2024-07-311-2/+2
|/
* thermal: core: Back off when polling thermal zones on errorsRafael J. Wysocki2024-07-242-7/+61
* thermal: trip: Split thermal_zone_device_set_mode()Rafael J. Wysocki2024-07-231-7/+24
* thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki2024-07-183-27/+29
* Merge branch 'thermal-intel'Rafael J. Wysocki2024-07-1511-79/+412
|\
| * thermal: intel: hfi: Give HFI instances package scopeZhang Rui2024-07-091-13/+17
| * thermal: intel: int340x: Enable WLT and power floor support for Lunar LakeSrinivas Pandruvada2024-06-211-1/+2
| * thermal: intel: int340x: Support MSI interrupt for Lunar LakeSrinivas Pandruvada2024-06-212-23/+90
| * thermal: intel: int340x: Remove unnecessary calls to free irqSrinivas Pandruvada2024-06-211-3/+0
| * thermal: intel: int340x: Add DLVR support for Lunar LakeSrinivas Pandruvada2024-06-212-3/+33
| * thermal: intel: int340x: Capability to map user space to firmware valuesSrinivas Pandruvada2024-06-211-4/+76
| * thermal: intel: int340x: Cleanup of DLVR sysfs on driver removeSrinivas Pandruvada2024-06-211-1/+2