summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+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 Glass2-0/+2
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass3-15/+15
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass4-4/+4
2020-11-01thermal: imx_tmu: fix missing includeTim Harvey1-0/+1
2020-05-22thermal: imx_scu_thermal: prevent boot hang with zero pdataAnatolij Gustschin1-1/+3
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-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 Fan3-0/+335
2020-05-10thermal: imx_scu_thermal: Update driver for i.MX8QM thermal sensorYe Li1-0/+8
2020-01-20thermal: ti-bandgap: Fix adc value datatypeFaiz Abbas1-3/+3
2019-07-19thermal: add i.MX8 thermal driverPeng Fan3-0/+213
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2017-11-21thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas3-0/+205
2017-05-18thermal: imx: fix calculationPeng Fan1-4/+6
2017-05-18imx: thermal: update imx6 thermal driver according new equationPeng Fan1-17/+21
2017-01-02imx: thermal: Kconfig: add MX7Peng Fan1-1/+1
2016-10-26thermal: Kconfig: Add IMX_THERMAL entryJagan Teki1-0/+13
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day1-1/+1
2016-01-07imx: mx7: fix the temperature checking for Rev1.1Peng Fan1-8/+15
2015-09-13thermal: imx_thermal: Do not print on errorFabio Estevam1-1/+1
2015-09-13thermal: imx: add imx7d soc thermal supportAdrian Alonso1-6/+84
2015-09-13thermal: imx_thermal: rework driver to be reusedAdrian Alonso2-8/+12
2015-07-10thermal: imx_thermal: fix busywait if IMX6 temp <0CTim Harvey1-1/+1
2015-07-10thermal:imx_thermal: enter busywait cooling loop when over max CPU tempTim Harvey1-10/+6
2015-05-26thermal: imx_thermal: increase critical temperature thresholdTim Harvey1-6/+9
2015-05-19thermal: imx_thermal: use CPU temperature grade for trip pointsTim Harvey1-10/+19
2015-02-12dm: Expand and complete Kconfig in drivers/Simon Glass1-0/+7
2014-12-01thermal: imx_thermal: Do not display calibration dataFabio Estevam1-2/+0
2014-11-21DM: thermal: Add imx thermal DM driverYe.Li3-0/+216