summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2024-09-02thermal/drivers/sti: Depend on THERMAL_OF subsystemRaphael Gallais-Pou2-18/+12
2024-09-02thermal/drivers/st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou3-9/+5
2024-08-29Merge branch 'thermal-core'Rafael J. Wysocki19-567/+1015
2024-08-23thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki3-4/+1
2024-08-23thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()Rafael J. Wysocki1-6/+0
2024-08-23thermal: core: Rename cdev-to-thermal-zone bind/unbind functionsRafael J. Wysocki1-8/+8
2024-08-23thermal: core: Fix rounding of delay jiffiesRafael J. Wysocki1-13/+10
2024-08-23thermal: core: Clean up trip bind/unbind functionsRafael J. Wysocki1-33/+21
2024-08-23thermal: core: Drop unused bind/unbind functions and callbacksRafael J. Wysocki1-72/+3
2024-08-23thermal/of: Use the .should_bind() thermal zone callbackRafael J. Wysocki1-131/+40
2024-08-22thermal: of: Fix OF node leak in of_thermal_zone_find() error pathsKrzysztof Kozlowski1-6/+7
2024-08-22thermal: of: Fix OF node leak in thermal_of_zone_register()Krzysztof Kozlowski1-1/+5
2024-08-22thermal: of: Fix OF node leak in thermal_of_trips_init() error pathKrzysztof Kozlowski1-2/+2
2024-08-22thermal: imx: Use the .should_bind() thermal zone callbackRafael J. Wysocki1-14/+6
2024-08-22thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki1-6/+4
2024-08-22thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki1-24/+82
2024-08-22thermal: core: Move thermal zone locking out of bind/unbind functionsRafael J. Wysocki1-8/+22
2024-08-22thermal: sysfs: Use the dev argument in instance-related show/storeRafael J. Wysocki1-8/+7
2024-08-22thermal: core: Drop redundant thermal instance checksRafael J. Wysocki1-2/+2
2024-08-22thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()Rafael J. Wysocki1-12/+4
2024-08-22thermal: core: Fold two functions into their respective callersRafael J. Wysocki1-36/+19
2024-08-22thermal: Introduce a debugfs-based testing facilityRafael J. Wysocki6-0/+717
2024-08-21thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()Yang Ruibin1-3/+3
2024-08-19thermal/core: Compute low and high boundaries in thermal_zone_device_update()Daniel Lezcano3-29/+12
2024-08-19Merge back thermal core material for 6.12.Rafael J. Wysocki10-254/+150
2024-08-16thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki2-1/+20
2024-08-16thermal: gov_bang_bang: Add .manage() callbackRafael J. Wysocki1-0/+30
2024-08-16thermal: gov_bang_bang: Split bang_bang_control()Rafael J. Wysocki1-19/+23
2024-08-16thermal: gov_bang_bang: Call __thermal_cdev_update() directlyRafael J. Wysocki1-4/+1
2024-08-13thermal: sysfs: Refine the handling of trip hysteresis changesRafael J. Wysocki3-7/+7
2024-08-13thermal: sysfs: Get to trips via attribute pointersRafael J. Wysocki1-34/+20
2024-08-13thermal: core: Store trip sysfs attributes in thermal_trip_descRafael J. Wysocki2-82/+46
2024-08-02thermal: trip: Drop thermal_zone_get_trip()Rafael J. Wysocki1-14/+0
2024-08-02thermal: trip: Get rid of thermal_zone_get_num_trips()Rafael J. Wysocki2-11/+1
2024-08-02thermal: helpers: Drop get_thermal_instance()Rafael J. Wysocki2-29/+6
2024-08-02thermal: tegra: Use thermal_zone_for_each_trip() for walking trip pointsRafael J. Wysocki2-31/+32
2024-08-02thermal: tegra: Introduce struct trip_temps for critical and hot tripsRafael J. Wysocki1-14/+20
2024-08-02thermal: qcom: Use thermal_zone_get_crit_temp() in qpnp_tm_init()Rafael J. Wysocki1-19/+3
2024-08-02thermal: hisi: Use thermal_zone_for_each_trip() in hisi_thermal_register_sens...Rafael J. Wysocki1-11/+14
2024-08-02thermal: broadcom: Use thermal_zone_get_crit_temp() in bcm2835_thermal_probe()Rafael J. Wysocki1-4/+3
2024-07-31Merge branch 'thermal-intel'Rafael J. Wysocki1-7/+22
2024-07-31thermal: trip: Avoid skipping trips in thermal_zone_set_trips()Rafael J. Wysocki1-2/+2
2024-07-30thermal: intel: int340x: Free MSI IRQ vectors on module exitSrinivas Pandruvada1-0/+3
2024-07-30thermal: intel: int340x: Allow limited thermal MSI supportSrinivas Pandruvada1-5/+5
2024-07-30thermal: intel: int340x: Fix kernel warning during MSI cleanupSrinivas Pandruvada1-2/+14
2024-07-24thermal: core: Back off when polling thermal zones on errorsRafael J. Wysocki2-7/+61
2024-07-23thermal: trip: Split thermal_zone_device_set_mode()Rafael J. Wysocki1-7/+24
2024-07-18thermal: core: Allow thermal zones to tell the core to ignore themRafael J. Wysocki3-27/+29
2024-07-15Merge branch 'thermal-intel'Rafael J. Wysocki11-79/+412
2024-07-15Merge branch 'thermal-core'Rafael J. Wysocki13-102/+132