summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/imx8mm_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/imx8mm_thermal: Fix function pointer declaration by adding id...Bragatheswaran Manickavel2023-10-151-1/+1
* thermal: imx8mm: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal/drivers/imx8mm: Suppress log message on probe deferralAhmad Fatoum2023-08-161-4/+2
* thermal: Explicitly include correct DT includesRob Herring2023-07-311-1/+0
* thermal/drivers/imx: Remove redundant msg in imx8mm_tmu_probe() and imx_sc_th...Yangtao Li2023-06-261-2/+1
* thermal: Use of_property_present() for testing DT property presenceRob Herring2023-03-301-1/+1
* thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano2023-03-031-1/+1
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-1/+1
* thermal: Remove core header inclusion from driversDaniel Lezcano2023-02-151-1/+0
* thermal/drivers/imx8mm: Add hwmon supportAlexander Stein2022-12-141-0/+4
* thermal/drivers/imx: Add support for loading calibration data from OCOTPMarek Vasut2022-12-141-0/+164
* thermal/drivers/imx8mm_thermal: Validate temperature rangeMarcus Folkesson2022-12-141-1/+7
* thermal/drivers/imx8mm_thermal: Use GENMASK() when appropriateMarcus Folkesson2022-12-141-2/+2
* thermal/drivers/imx: Switch to new of APIDaniel Lezcano2022-08-171-7/+7
* thermal/drivers/imx8mm: Enable ADC when enabling monitorPaul Gerber2021-12-021-0/+3
* thermal: imx8mm: Disable the clock on probe failureFabio Estevam2020-12-041-1/+5
* thermal: imx8mm: Print the correct error codeFabio Estevam2020-12-041-1/+2
* thermal: imx8mm: Use dev_err_probe() to simplify error handlingAnson Huang2020-10-121-7/+3
* thermal: imx8mm: Support module autoloadingAnson Huang2020-07-211-0/+1
* thermal: imx8mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-221-1/+1
* thermal: imx8mm: Fix build warning of incorrect argument typeAnson Huang2020-03-231-4/+3
* thermal: imx8mm: Add i.MX8MP supportAnson Huang2020-03-231-24/+130
* thermal: imx8mm: Add support for i.MX8MM thermal monitoring unitAnson Huang2020-03-121-0/+131