summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_hwmon.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki1-2/+2
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki1-4/+1
2023-06-26thermal/hwmon: Add error information printing for devm_thermal_add_hwmon_sysfs()Yangtao Li1-1/+4
2023-03-29thermal: thermal_hwmon: Revert recent message adjustmentRafael J. Wysocki1-1/+1
2023-03-29thermal: thermal_hwmon: Fix a kernel NULL pointer dereferenceZhang Rui1-1/+1
2023-03-03thermal/hwmon: Use the thermal_core.h headerDaniel Lezcano1-0/+1
2023-03-03thermal: Don't use 'device' internal thermal zone structure fieldDaniel Lezcano1-2/+2
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano1-2/+2
2022-11-14thermal/core: Protect hwmon accesses to thermal operations with thermal zone ...Guenter Roeck1-1/+9
2022-08-31thermal: move from strlcpy() with unused retval to strscpy()Wolfram Sang1-1/+1
2022-05-22thermal/drivers/thermal_hwmon: Use hwmon_device_register_for_thermal()Guenter Roeck1-2/+4
2020-11-12thermal/drivers/hwmon: Cleanup coding style a bitBernard Zhao1-2/+1
2020-05-22thermal/drivers/thermal_hwmon: Include export.hAmit Kucheria1-0/+1
2020-05-22thermal/drivers/thermal_hwmon: Sort headers alphabeticallyAmit Kucheria1-2/+3
2020-01-27thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()Andrey Smirnov1-0/+28
2019-09-24thermal_hwmon: Sanitize thermal_zone typeStefan Mavrodiev1-2/+6
2018-07-27thermal_hwmon: Pass the originating device down to hwmon_device_register_with...Marc Zyngier1-1/+1
2018-07-27thermal_hwmon: Sanitize attribute name passed to hwmonMarc Zyngier1-0/+1
2018-05-30drivers: thermal: Update license to SPDX formatLina Iyer1-16/+1
2018-01-15thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam1-17/+3
2017-01-25Revert "thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()"Fabio Estevam1-3/+17
2017-01-04thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam1-17/+3
2016-11-30thermal: hwmon: Properly report critical temperature in sysfsKrzysztof Kozlowski1-1/+1
2016-11-23thermal: hwmon: use permission-specific DEVICE_ATTR variantsJulia Lawall1-1/+1
2016-08-08thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfsKuninori Morimoto1-0/+2
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-5/+5
2014-06-30thermal: hwmon: Make the check for critical temp valid consistentAaron Lu1-15/+18
2013-10-21Revert "drivers: thermal: parent virtual hwmon with thermal zone"Zhang Rui1-1/+1
2013-09-03drivers: thermal: parent virtual hwmon with thermal zoneEduardo Valentin1-1/+1
2013-09-03thermal: hwmon: move hwmon support to single fileEduardo Valentin1-0/+269