summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2024-09-1011-67/+41
|\
| * thermal/drivers/imx_sc_thermal: Use dev_err_probeAlexander Stein2024-09-041-2/+1
| * thermal/drivers/ti-soc-thermal: Remove unused declarationsZhang Zekun2024-09-021-4/+0
| * thermal/drivers/imx: Remove __maybe_unused notationsFabio Estevam2024-09-021-8/+8
| * thermal/drivers/qoriq: Remove __maybe_unused notationsFabio Estevam2024-09-021-5/+5
| * thermal/drivers/sprd: Use devm_clk_get_enabled() helpersHuan Yang2024-09-021-11/+3
| * thermal/drivers/renesas: Remove trailing space after \n newlineColin Ian King2024-09-021-1/+1
| * thermal/drivers/brcmstb_thermal: Simplify with dev_err_probe()Yan Zhen2024-09-021-9/+6
| * thermal/drivers/sti: Depend on THERMAL_OF subsystemRaphael Gallais-Pou2024-09-022-18/+12
| * thermal/drivers/st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou2024-09-023-9/+5
* | Merge branch 'thermal-core'Rafael J. Wysocki2024-09-094-52/+49
|\ \ | |/ |/|
| * thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki2024-09-053-15/+2
| * thermal: core: Check passive delay in monitor_thermal_zone()Rafael J. Wysocki2024-09-051-13/+3
| * thermal: core: Drop dead code from monitor_thermal_zone()Rafael J. Wysocki2024-09-051-3/+1
| * thermal: core: Drop redundant lockdep_assert_held()Rafael J. Wysocki2024-09-051-2/+0
| * thermal: gov_bang_bang: Adjust states of all uninitialized instancesRafael J. Wysocki2024-09-051-8/+6
| * thermal: sysfs: Add sanity checks for trip temperature and hysteresisRafael J. Wysocki2024-09-051-12/+38
* | Merge branch 'thermal-core'Rafael J. Wysocki2024-08-2919-567/+1015
|\|
| * 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: of: Fix OF node leak in of_thermal_zone_find() error pathsKrzysztof Kozlowski2024-08-221-6/+7
* | | thermal: of: Fix OF node leak in thermal_of_zone_register()Krzysztof Kozlowski2024-08-221-1/+5