summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2022-08-31thermal: move from strlcpy() with unused retval to strscpy()Wolfram Sang2-2/+2
2022-08-31thermal: da9062-thermal: Drop redundant error messagezhaoxiao1-3/+2
2022-08-31thermal/drivers/thermal_mmio: Drop of_match_ptr()Jean Delvare1-1/+1
2022-08-30thermal: gov_user_space: Do not lock thermal zone mutexRafael J. Wysocki1-2/+3
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-27Merge branch 'thermal-core'Rafael J. Wysocki1-0/+1
2022-08-23thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTRLee, Chun-Yi1-4/+5
2022-08-17thermal/core: Fix lockdep_assert() warningDaniel Lezcano1-3/+0
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano4-52/+61
2022-08-17thermal/core: Move the thermal zone lock out of the governorsDaniel Lezcano5-19/+11
2022-08-17thermal/governors: Group the thermal zone lock inside the throttle functionDaniel Lezcano4-31/+20
2022-08-17thermal/core: Rework the monitoring a bitDaniel Lezcano1-14/+5
2022-08-17thermal/core: Rearm the monitoring only one timeDaniel Lezcano1-5/+2
2022-08-17thermal/drivers/qcom/spmi-adc-tm5: Remove unnecessary print function dev_err()Jiapeng Chong1-3/+1
2022-08-17thermal/of: Remove old OF codeDaniel Lezcano2-811/+1
2022-08-17thermal/core: Move set_trip_temp ops to the sysfs codeDaniel Lezcano2-24/+4
2022-08-17thermal/drivers/samsung: Switch to new of thermal APIDaniel Lezcano1-14/+10
2022-08-17thermal/drivers/ti-soc: Switch to new of APIDaniel Lezcano1-8/+8
2022-08-17thermal/drivers/hisilicon: Switch to new of APIDaniel Lezcano1-7/+7
2022-08-17thermal/drivers/maxim: Switch to new of APIDaniel Lezcano1-4/+4
2022-08-17thermal/drivers/banggap: Switch to new of APIDaniel Lezcano2-13/+11
2022-08-17thermal/drivers/mtk: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-17thermal/drivers/qoriq: Switch to new of APIDaniel Lezcano1-6/+6
2022-08-17thermal/drivers/rzg2l: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-17thermal/drivers/rcar: Switch to new of APIDaniel Lezcano2-18/+11
2022-08-17thermal/drivers/imx: Switch to new of APIDaniel Lezcano2-14/+14
2022-08-17thermal/drivers/db8500: Switch to new of APIDaniel Lezcano1-4/+4
2022-08-17thermal/drivers/armada: Switch to new of APIDaniel Lezcano1-6/+6
2022-08-17thermal/drivers/amlogic: Switch to new of APIDaniel Lezcano1-8/+8
2022-08-17thermal/drivers/st: Switch to new of APIDaniel Lezcano1-10/+8
2022-08-17thermal/drivers/qcom: Switch to new of APIDaniel Lezcano3-24/+23
2022-08-17thermal/drivers/broadcom: Switch to new of APIDaniel Lezcano5-61/+53
2022-08-17thermal/drivers/sprd: Switch to new of APIDaniel Lezcano1-9/+9
2022-08-17thermal/drivers/sun8i: Switch to new of APIDaniel Lezcano1-7/+7
2022-08-17thermal/drivers/tegra: Switch to new of APIDaniel Lezcano3-24/+28
2022-08-17thermal/drivers/mmio: Switch to new of APIDaniel Lezcano1-9/+8
2022-08-17thermal/drivers/generic-adc: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-17thermal/drivers/uniphier: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-17thermal/drivers/rockchip: Switch to new of APIDaniel Lezcano1-7/+7
2022-08-17thermal/of: Make new code and old code co-existDaniel Lezcano2-8/+11
2022-08-17thermal/of: Fix free after use in thermal_of_unregister()Daniel Lezcano1-3/+7
2022-08-17thermal/of: Return -ENODEV instead of -EINVAL if registration failsDaniel Lezcano1-4/+5
2022-08-17thermal/of: Fix error code in of_thermal_zone_find()Dan Carpenter1-0/+1
2022-08-17thermal/of: Rework the thermal device tree initializationDaniel Lezcano1-10/+450
2022-08-16thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode APINuno Sá1-1/+2
2022-08-15thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano1-0/+1
2022-08-09Merge tag 'thermal-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+11
2022-08-08Merge branches 'thermal-core' and 'thermal-tools'Rafael J. Wysocki2-5/+9
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-9/+1
2022-08-03thermal: Drop obsolete dependency on COMPILE_TESTJean Delvare1-2/+2