summaryrefslogtreecommitdiff
path: root/drivers/thermal/imx_sc_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-31thermal: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-26thermal/drivers/imx: Remove redundant msg in imx8mm_tmu_probe() and imx_sc_th...Yangtao Li1-2/+1
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano1-1/+1
2023-03-03thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano1-4/+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
2023-01-17thermal/drivers/imx_sc_thermal: Add iMX8QM sensorsViorel Suman1-1/+5
2023-01-17thermal/drivers/imx_sc_thermal: Fix the loop conditionViorel Suman1-2/+2
2022-12-14thermal/drivers/imx_sc_thermal: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-10-04thermal/drivers/imx_sc: Rely on the platform data to get the resource idDaniel Lezcano1-35/+33
2022-08-17thermal/drivers/imx: Switch to new of APIDaniel Lezcano1-7/+7
2022-05-19thermal/drivers/imx_sc_thermal: Fix refcount leak in imx_sc_thermal_probeMiaoqian Lin1-2/+4
2021-06-14thermal/drivers/imx_sc: Add missing of_node_put for loop iterationKrzysztof Kozlowski1-0/+3
2020-06-12Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2020-05-13dt-bindings: firmware: imx: Move system control into dt-binding headfileDong Aisheng1-1/+1
2020-04-14thermal: imx_sc_thermal: Add hwmon supportAnson Huang1-0/+4
2020-03-23thermal: imx_sc_thermal: Fix incorrect data typeAnson Huang1-2/+2
2020-03-12thermal: imx_sc_thermal: Align imx sc thermal msg structs to 4Anson Huang1-3/+3
2020-03-12thermal: imx_sc: add i.MX system controller thermal supportAnson Huang1-0/+148