summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: imx_tmu: enable monitoring and default alert/criticalTim Harvey2021-03-011-0/+6
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-133-15/+15
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-134-4/+4
* thermal: imx_tmu: fix missing includeTim Harvey2020-11-011-0/+1
* thermal: imx_scu_thermal: prevent boot hang with zero pdataAnatolij Gustschin2020-05-221-1/+3
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-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-103-0/+335
* thermal: imx_scu_thermal: Update driver for i.MX8QM thermal sensorYe Li2020-05-101-0/+8
* thermal: ti-bandgap: Fix adc value datatypeFaiz Abbas2020-01-201-3/+3
* thermal: add i.MX8 thermal driverPeng Fan2019-07-193-0/+213
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-073-7/+3
* thermal: ti-bandgap: Add support for temperature sensorFaiz Abbas2017-11-213-0/+205
* thermal: imx: fix calculationPeng Fan2017-05-181-4/+6
* imx: thermal: update imx6 thermal driver according new equationPeng Fan2017-05-181-17/+21
* imx: thermal: Kconfig: add MX7Peng Fan2017-01-021-1/+1
* thermal: Kconfig: Add IMX_THERMAL entryJagan Teki2016-10-261-0/+13
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-051-1/+1
* imx: mx7: fix the temperature checking for Rev1.1Peng Fan2016-01-071-8/+15
* thermal: imx_thermal: Do not print on errorFabio Estevam2015-09-131-1/+1
* thermal: imx: add imx7d soc thermal supportAdrian Alonso2015-09-131-6/+84
* thermal: imx_thermal: rework driver to be reusedAdrian Alonso2015-09-132-8/+12
* thermal: imx_thermal: fix busywait if IMX6 temp <0CTim Harvey2015-07-101-1/+1
* thermal:imx_thermal: enter busywait cooling loop when over max CPU tempTim Harvey2015-07-101-10/+6
* thermal: imx_thermal: increase critical temperature thresholdTim Harvey2015-05-261-6/+9
* thermal: imx_thermal: use CPU temperature grade for trip pointsTim Harvey2015-05-191-10/+19
* dm: Expand and complete Kconfig in drivers/Simon Glass2015-02-121-0/+7
* thermal: imx_thermal: Do not display calibration dataFabio Estevam2014-12-011-2/+0
* DM: thermal: Add imx thermal DM driverYe.Li2014-11-213-0/+216