aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/qoriq_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26thermal/drivers/qoriq: Remove redundant msg in qoriq_tmu_register_tmu_zone()Gravatar Yangtao Li 1-3/+1
2023-06-26thermal/drivers/qoriq: Support version 2.1Gravatar Peng Fan 1-4/+10
2023-06-26thermal/drivers/qoriq: Only enable supported sensorsGravatar Peng Fan 1-11/+19
2023-06-26thermal/drivers/qoriq: No need to program site adjustment registerGravatar Pankit Garg 1-4/+0
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Gravatar Daniel Lezcano 1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 1-1/+1
2023-02-15thermal: Remove core header inclusion from driversGravatar Daniel Lezcano 1-1/+0
2022-08-17thermal/drivers/qoriq: Switch to new of APIGravatar Daniel Lezcano 1-6/+6
2020-05-29thermal: qoriq: Update the settings for TMUv2Gravatar Yuantian Tang 1-2/+24
2020-03-20thermal: qoriq: Sort includes alphabeticallyGravatar Anson Huang 1-3/+2
2020-03-20thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanupsGravatar Anson Huang 1-21/+14
2020-01-27thermal: qoriq: Add hwmon supportGravatar Andrey Smirnov 1-0/+6
2020-01-27thermal: qoriq: Do not report invalid temperature readingGravatar Andrey Smirnov 1-1/+18
2020-01-27thermal: qoriq: Enable all sensors before registering themGravatar Andrey Smirnov 1-19/+12
2020-01-27thermal: qoriq: Convert driver to use regmap APIGravatar Andrey Smirnov 1-130/+99
2020-01-27thermal: qoriq: Drop unnecessary drvdata cleanupGravatar Andrey Smirnov 1-2/+0
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_calibration() directlyGravatar Andrey Smirnov 1-10/+9
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directlyGravatar Andrey Smirnov 1-4/+4
2020-01-27thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_dataGravatar Andrey Smirnov 1-15/+8
2020-01-27thermal: qoriq: Add local struct qoriq_sensor pointerGravatar Andrey Smirnov 1-5/+9
2020-01-27thermal: qoriq: Don't store struct thermal_zone_device referenceGravatar Andrey Smirnov 1-6/+11
2020-01-27thermal: qoriq: Add local struct device pointerGravatar Andrey Smirnov 1-5/+6
2019-11-07thermal: qoriq: add thermal monitor unit version 2 supportGravatar Yuantian Tang 1-23/+97
2019-08-28thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEPGravatar Anson Huang 1-4/+2
2019-08-28thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()Gravatar Anson Huang 1-12/+6
2019-08-28thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone failGravatar Anson Huang 1-1/+1
2019-08-28thermal: qoriq: Add clock operationsGravatar Anson Huang 1-0/+23
2019-05-14thermal: qoriq: Remove unnecessary DT node is NULL checkGravatar Andrey Smirnov 1-5/+0
2019-02-05thermal: qoriq: add multiple sensors supportGravatar Yuantian Tang 1-57/+47
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 1-2/+3
2018-10-22thermal: qoriq: add i.mx8mq supportGravatar Anson Huang 1-0/+1
2018-10-22thermal: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-08-20thermal: qoriq: Switch to SPDX identifierGravatar Fabio Estevam 1-13/+3
2018-08-20thermal: qoriq: Simplify the 'site' variable assignmentGravatar Fabio Estevam 1-2/+2
2018-08-20thermal: qoriq: Use devm_thermal_zone_of_sensor_register()Gravatar Fabio Estevam 1-4/+3
2017-08-11thermal: qoriq: constify thermal_zone_of_device_ops structuresGravatar Julia Lawall 1-1/+1
2017-05-23thermal: qoriq: remove useless call for of_thermal_get_trip_points()Gravatar Masahiro Yamada 1-3/+0
2016-09-27thermal: qoriq: Add thermal management supportGravatar Jia Hongtao 1-0/+328