summaryrefslogtreecommitdiff
path: root/drivers/thermal/qoriq_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11thermal/drivers/qoriq: Fix getting tmu rangePeng Fan1-4/+8
2023-06-26thermal/drivers/qoriq: Remove redundant msg in qoriq_tmu_register_tmu_zone()Yangtao Li1-3/+1
2023-06-26thermal/drivers/qoriq: Support version 2.1Peng Fan1-4/+10
2023-06-26thermal/drivers/qoriq: Only enable supported sensorsPeng Fan1-11/+19
2023-06-26thermal/drivers/qoriq: No need to program site adjustment registerPankit Garg1-4/+0
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano1-1/+1
2023-02-15thermal: Remove core header inclusion from driversDaniel Lezcano1-1/+0
2022-08-17thermal/drivers/qoriq: Switch to new of APIDaniel Lezcano1-6/+6
2020-05-29thermal: qoriq: Update the settings for TMUv2Yuantian Tang1-2/+24
2020-03-20thermal: qoriq: Sort includes alphabeticallyAnson Huang1-3/+2
2020-03-20thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanupsAnson Huang1-21/+14
2020-01-27thermal: qoriq: Add hwmon supportAndrey Smirnov1-0/+6
2020-01-27thermal: qoriq: Do not report invalid temperature readingAndrey Smirnov1-1/+18
2020-01-27thermal: qoriq: Enable all sensors before registering themAndrey Smirnov1-19/+12
2020-01-27thermal: qoriq: Convert driver to use regmap APIAndrey Smirnov1-130/+99
2020-01-27thermal: qoriq: Drop unnecessary drvdata cleanupAndrey Smirnov1-2/+0
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_calibration() directlyAndrey Smirnov1-10/+9
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directlyAndrey Smirnov1-4/+4
2020-01-27thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_dataAndrey Smirnov1-15/+8
2020-01-27thermal: qoriq: Add local struct qoriq_sensor pointerAndrey Smirnov1-5/+9
2020-01-27thermal: qoriq: Don't store struct thermal_zone_device referenceAndrey Smirnov1-6/+11
2020-01-27thermal: qoriq: Add local struct device pointerAndrey Smirnov1-5/+6
2019-11-07thermal: qoriq: add thermal monitor unit version 2 supportYuantian Tang1-23/+97
2019-08-28thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang1-4/+2
2019-08-28thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()Anson Huang1-12/+6
2019-08-28thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone failAnson Huang1-1/+1
2019-08-28thermal: qoriq: Add clock operationsAnson Huang1-0/+23
2019-05-14thermal: qoriq: Remove unnecessary DT node is NULL checkAndrey Smirnov1-5/+0
2019-02-05thermal: qoriq: add multiple sensors supportYuantian Tang1-57/+47
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds1-2/+3
2018-10-22thermal: qoriq: add i.mx8mq supportAnson Huang1-0/+1
2018-10-22thermal: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-08-20thermal: qoriq: Switch to SPDX identifierFabio Estevam1-13/+3
2018-08-20thermal: qoriq: Simplify the 'site' variable assignmentFabio Estevam1-2/+2
2018-08-20thermal: qoriq: Use devm_thermal_zone_of_sensor_register()Fabio Estevam1-4/+3
2017-08-11thermal: qoriq: constify thermal_zone_of_device_ops structuresJulia Lawall1-1/+1
2017-05-23thermal: qoriq: remove useless call for of_thermal_get_trip_points()Masahiro Yamada1-3/+0
2016-09-27thermal: qoriq: Add thermal management supportJia Hongtao1-0/+328