aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/imx_tmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07thermal: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-03-30thermal: imx_tmu: Fix TMU error on iMX8MQYe Li1-0/+3
2024-03-17drivers: imx_tmu: Select polling-rate from cpu-thermal devicetree nodeBenjamin Hahn1-2/+4
2023-09-04thermal: imx_tmu: Increase the polling intervalFabio Estevam1-1/+1
2023-09-04thermal: imx_tmu: Fix the temperature unitFabio Estevam1-2/+2
2023-09-04thermal: imx_tmu: Increase the log level for high temperaturesFabio Estevam1-1/+1
2023-09-04thermal: imx_tmu: Fix the polling defaultFabio Estevam1-1/+5
2023-05-21thermal: imx_tmu: Update TMU driver to support iMX93Ye Li1-0/+101
2023-05-21thermal: imx_tmu: Move architecture code into driverMarek Vasut1-2/+93
2023-05-21thermal: imx_tmu: Clean up all printsMarek Vasut1-15/+15
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-2/+2
2021-03-01thermal: imx_tmu: enable monitoring and default alert/criticalTim Harvey1-0/+6
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-9/+9
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-01thermal: imx_tmu: fix missing includeTim Harvey1-0/+1
2020-05-10thermal: imx_tmu: support i.MX8MPPeng Fan1-7/+69
2020-05-10thermal: imx_tmu: Check the TEMP range for iMX8MMPeng Fan1-3/+11
2020-05-10thermal: imx_tmu: Fix for temperature out of rangePeng Fan1-3/+10
2020-05-10thermal: imx_tmu: support TMU arch level initializationPeng Fan1-0/+6
2020-05-10thermal: imx_tmu: Add support for thermal sensor on iMX8MMPeng Fan1-27/+86
2020-05-10thermal: Add thermal driver for i.MX8MPeng Fan1-0/+325