summaryrefslogtreecommitdiff
path: root/drivers/thermal/imx_tmu.c
AgeCommit message (Expand)AuthorFilesLines
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-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-9/+9
2020-12-14dm: 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