summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qoriq_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: qoriq: Update the settings for TMUv2Yuantian Tang2020-05-291-2/+24
* thermal: qoriq: Sort includes alphabeticallyAnson Huang2020-03-201-3/+2
* thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanupsAnson Huang2020-03-201-21/+14
* thermal: qoriq: Add hwmon supportAndrey Smirnov2020-01-271-0/+6
* thermal: qoriq: Do not report invalid temperature readingAndrey Smirnov2020-01-271-1/+18
* thermal: qoriq: Enable all sensors before registering themAndrey Smirnov2020-01-271-19/+12
* thermal: qoriq: Convert driver to use regmap APIAndrey Smirnov2020-01-271-130/+99
* thermal: qoriq: Drop unnecessary drvdata cleanupAndrey Smirnov2020-01-271-2/+0
* thermal: qoriq: Pass data to qoriq_tmu_calibration() directlyAndrey Smirnov2020-01-271-10/+9
* thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directlyAndrey Smirnov2020-01-271-4/+4
* thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_dataAndrey Smirnov2020-01-271-15/+8
* thermal: qoriq: Add local struct qoriq_sensor pointerAndrey Smirnov2020-01-271-5/+9
* thermal: qoriq: Don't store struct thermal_zone_device referenceAndrey Smirnov2020-01-271-6/+11
* thermal: qoriq: Add local struct device pointerAndrey Smirnov2020-01-271-5/+6
* thermal: qoriq: add thermal monitor unit version 2 supportYuantian Tang2019-11-071-23/+97
* thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2019-08-281-4/+2
* thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()Anson Huang2019-08-281-12/+6
* thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone failAnson Huang2019-08-281-1/+1
* thermal: qoriq: Add clock operationsAnson Huang2019-08-281-0/+23
* thermal: qoriq: Remove unnecessary DT node is NULL checkAndrey Smirnov2019-05-141-5/+0
* thermal: qoriq: add multiple sensors supportYuantian Tang2019-02-051-57/+47
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-10-261-2/+3
|\
| * thermal: qoriq: add i.mx8mq supportAnson Huang2018-10-221-0/+1
| * thermal: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-221-2/+2
* | thermal: qoriq: Switch to SPDX identifierFabio Estevam2018-08-201-13/+3
* | thermal: qoriq: Simplify the 'site' variable assignmentFabio Estevam2018-08-201-2/+2
* | thermal: qoriq: Use devm_thermal_zone_of_sensor_register()Fabio Estevam2018-08-201-4/+3
|/
* thermal: qoriq: constify thermal_zone_of_device_ops structuresJulia Lawall2017-08-111-1/+1
* thermal: qoriq: remove useless call for of_thermal_get_trip_points()Masahiro Yamada2017-05-231-3/+0
* thermal: qoriq: Add thermal management supportJia Hongtao2016-09-271-0/+328