aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-15thermal/drivers/sti: Cleanup code related to stih416Raphael Gallais-Pou1-10/+0
2024-07-15thermal/drivers/generic-adc: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2024-07-15thermal/drivers/generic-adc: Simplify probe() with local dev variableKrzysztof Kozlowski1-10/+11
2024-07-15thermal/drivers/qcom-tsens: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2024-07-15thermal/drivers/qcom-spmi-adc-tm5: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2024-07-15thermal/drivers/imx: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+1
2024-07-15thermal/drivers/imx: Simplify probe() with local dev variableKrzysztof Kozlowski1-20/+20
2024-07-15thermal/drivers/hisi: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
2024-07-15thermal/drivers/exynos: Simplify with dev_err_probe()Krzysztof Kozlowski1-13/+7
2024-07-15thermal/drivers/exynos: Simplify probe() with local dev variableKrzysztof Kozlowski1-22/+20
2024-07-15thermal/drivers/broadcom: Simplify with dev_err_probe()Krzysztof Kozlowski1-11/+4
2024-07-15thermal/drivers/broadcom: Simplify probe() with local dev variableKrzysztof Kozlowski1-14/+9
2024-07-15thermal/drivers/broadcom: Fix race between removal and clock disableKrzysztof Kozlowski1-15/+4
2024-07-15thermal/drivers/mediatek/lvts_thermal: Provide default calibration dataChen-Yu Tsai1-8/+26
2024-07-15dt-bindings: thermal: mediatek: Fix thermal zone definitions for MT8188Julien Panis1-5/+5
2024-07-15dt-bindings: thermal: mediatek: Fix thermal zone definition for MT8186Julien Panis1-1/+1
2024-07-15thermal/drivers/k3_j72xx_bandgap: Implement suspend/resume supportThéo Lebrun1-33/+78
2024-07-15thermal/drivers/renesas/rcar: Add dependency on OFNiklas Söderlund1-0/+1
2024-07-15thermal/drivers/renesas: Group all renesas thermal drivers togetherNiklas Söderlund7-32/+38
2024-07-12thermal: core: Add sanity checks for polling_delay and passive_delayRafael J. Wysocki1-0/+8
2024-07-12thermal: trip: Fold __thermal_zone_get_trip() into its callerRafael J. Wysocki1-14/+4
2024-07-12thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callbackRafael J. Wysocki9-39/+55
2024-07-10thermal: imx: Drop critical trip check from imx_set_trip_temp()Rafael J. Wysocki1-9/+0
2024-07-10Merge back thermal control material for 6.11.Rafael J. Wysocki7-80/+112