summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-10Merge tag 'thermal-v6.12-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki
2024-09-09Merge branch 'thermal-core'Rafael J. Wysocki
2024-09-05thermal: core: Drop thermal_zone_device_is_enabled()Rafael J. Wysocki
2024-09-05thermal: core: Check passive delay in monitor_thermal_zone()Rafael J. Wysocki
2024-09-05thermal: core: Drop dead code from monitor_thermal_zone()Rafael J. Wysocki
2024-09-05thermal: core: Drop redundant lockdep_assert_held()Rafael J. Wysocki
2024-09-05thermal: gov_bang_bang: Adjust states of all uninitialized instancesRafael J. Wysocki
2024-09-05thermal: sysfs: Add sanity checks for trip temperature and hysteresisRafael J. Wysocki
2024-09-04thermal/drivers/imx_sc_thermal: Use dev_err_probeAlexander Stein
2024-09-02thermal/drivers/ti-soc-thermal: Remove unused declarationsZhang Zekun
2024-09-02thermal/drivers/imx: Remove __maybe_unused notationsFabio Estevam
2024-09-02thermal/drivers/qoriq: Remove __maybe_unused notationsFabio Estevam
2024-09-02thermal/drivers/sprd: Use devm_clk_get_enabled() helpersHuan Yang
2024-09-02thermal/drivers/renesas: Remove trailing space after \n newlineColin Ian King
2024-09-02thermal/drivers/brcmstb_thermal: Simplify with dev_err_probe()Yan Zhen
2024-09-02thermal/drivers/sti: Depend on THERMAL_OF subsystemRaphael Gallais-Pou
2024-09-02thermal/drivers/st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Raphael Gallais-Pou
2024-08-29Merge branch 'thermal-core'Rafael J. Wysocki
2024-08-23thermal: core: Drop tz field from struct thermal_instanceRafael J. Wysocki
2024-08-23thermal: core: Drop redundant checks from thermal_bind_cdev_to_trip()Rafael J. Wysocki
2024-08-23thermal: core: Rename cdev-to-thermal-zone bind/unbind functionsRafael J. Wysocki
2024-08-23thermal: core: Fix rounding of delay jiffiesRafael J. Wysocki
2024-08-23thermal: core: Clean up trip bind/unbind functionsRafael J. Wysocki
2024-08-23thermal: core: Drop unused bind/unbind functions and callbacksRafael J. Wysocki
2024-08-23thermal/of: Use the .should_bind() thermal zone callbackRafael J. Wysocki
2024-08-22thermal: of: Fix OF node leak in of_thermal_zone_find() error pathsKrzysztof Kozlowski
2024-08-22thermal: of: Fix OF node leak in thermal_of_zone_register()Krzysztof Kozlowski
2024-08-22thermal: of: Fix OF node leak in thermal_of_trips_init() error pathKrzysztof Kozlowski
2024-08-22thermal: imx: Use the .should_bind() thermal zone callbackRafael J. Wysocki
2024-08-22thermal: core: Unexport thermal_bind_cdev_to_trip() and thermal_unbind_cdev_f...Rafael J. Wysocki
2024-08-22thermal: core: Introduce .should_bind() thermal zone callbackRafael J. Wysocki
2024-08-22thermal: core: Move thermal zone locking out of bind/unbind functionsRafael J. Wysocki
2024-08-22thermal: sysfs: Use the dev argument in instance-related show/storeRafael J. Wysocki
2024-08-22thermal: core: Drop redundant thermal instance checksRafael J. Wysocki
2024-08-22thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()Rafael J. Wysocki
2024-08-22thermal: core: Fold two functions into their respective callersRafael J. Wysocki
2024-08-22thermal: Introduce a debugfs-based testing facilityRafael J. Wysocki
2024-08-21thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()Yang Ruibin
2024-08-19thermal/core: Compute low and high boundaries in thermal_zone_device_update()Daniel Lezcano
2024-08-19Merge back thermal core material for 6.12.Rafael J. Wysocki
2024-08-16thermal: gov_bang_bang: Use governor_data to reduce overheadRafael J. Wysocki
2024-08-16thermal: gov_bang_bang: Add .manage() callbackRafael J. Wysocki
2024-08-16thermal: gov_bang_bang: Split bang_bang_control()Rafael J. Wysocki
2024-08-16thermal: gov_bang_bang: Call __thermal_cdev_update() directlyRafael J. Wysocki
2024-08-13thermal: sysfs: Refine the handling of trip hysteresis changesRafael J. Wysocki
2024-08-13thermal: sysfs: Get to trips via attribute pointersRafael J. Wysocki
2024-08-13thermal: core: Store trip sysfs attributes in thermal_trip_descRafael J. Wysocki
2024-08-02thermal: trip: Drop thermal_zone_get_trip()Rafael J. Wysocki