summaryrefslogtreecommitdiff
path: root/drivers/thermal/imx_tmu.c
Commit message (Expand)AuthorAgeFilesLines
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-2/+2
* thermal: imx_tmu: enable monitoring and default alert/criticalTim Harvey2021-03-011-0/+6
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-9/+9
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* thermal: imx_tmu: fix missing includeTim Harvey2020-11-011-0/+1
* thermal: imx_tmu: support i.MX8MPPeng Fan2020-05-101-7/+69
* thermal: imx_tmu: Check the TEMP range for iMX8MMPeng Fan2020-05-101-3/+11
* thermal: imx_tmu: Fix for temperature out of rangePeng Fan2020-05-101-3/+10
* thermal: imx_tmu: support TMU arch level initializationPeng Fan2020-05-101-0/+6
* thermal: imx_tmu: Add support for thermal sensor on iMX8MMPeng Fan2020-05-101-27/+86
* thermal: Add thermal driver for i.MX8MPeng Fan2020-05-101-0/+325