summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_hwmon.c
Commit message (Expand)AuthorAgeFilesLines
* thermal/hwmon: Add error information printing for devm_thermal_add_hwmon_sysfs()Yangtao Li2023-06-261-1/+4
* thermal: thermal_hwmon: Revert recent message adjustmentRafael J. Wysocki2023-03-291-1/+1
* thermal: thermal_hwmon: Fix a kernel NULL pointer dereferenceZhang Rui2023-03-291-1/+1
* thermal/hwmon: Use the thermal_core.h headerDaniel Lezcano2023-03-031-0/+1
* thermal: Don't use 'device' internal thermal zone structure fieldDaniel Lezcano2023-03-031-2/+2
* thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano2023-03-031-2/+2
* thermal/core: Protect hwmon accesses to thermal operations with thermal zone ...Guenter Roeck2022-11-141-1/+9
* thermal: move from strlcpy() with unused retval to strscpy()Wolfram Sang2022-08-311-1/+1
* thermal/drivers/thermal_hwmon: Use hwmon_device_register_for_thermal()Guenter Roeck2022-05-221-2/+4
* thermal/drivers/hwmon: Cleanup coding style a bitBernard Zhao2020-11-121-2/+1
* thermal/drivers/thermal_hwmon: Include export.hAmit Kucheria2020-05-221-0/+1
* thermal/drivers/thermal_hwmon: Sort headers alphabeticallyAmit Kucheria2020-05-221-2/+3
* thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()Andrey Smirnov2020-01-271-0/+28
* thermal_hwmon: Sanitize thermal_zone typeStefan Mavrodiev2019-09-241-2/+6
* thermal_hwmon: Pass the originating device down to hwmon_device_register_with...Marc Zyngier2018-07-271-1/+1
* thermal_hwmon: Sanitize attribute name passed to hwmonMarc Zyngier2018-07-271-0/+1
* drivers: thermal: Update license to SPDX formatLina Iyer2018-05-301-16/+1
* thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam2018-01-151-17/+3
* Revert "thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()"Fabio Estevam2017-01-251-3/+17
* thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam2017-01-041-17/+3
* thermal: hwmon: Properly report critical temperature in sysfsKrzysztof Kozlowski2016-11-301-1/+1
* thermal: hwmon: use permission-specific DEVICE_ATTR variantsJulia Lawall2016-11-231-1/+1
* thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfsKuninori Morimoto2016-08-081-0/+2
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-5/+5
* thermal: hwmon: Make the check for critical temp valid consistentAaron Lu2014-06-301-15/+18
* Revert "drivers: thermal: parent virtual hwmon with thermal zone"Zhang Rui2013-10-211-1/+1
* drivers: thermal: parent virtual hwmon with thermal zoneEduardo Valentin2013-09-031-1/+1
* thermal: hwmon: move hwmon support to single fileEduardo Valentin2013-09-031-0/+269