summaryrefslogtreecommitdiff
path: root/drivers/thermal/imx_thermal.c
AgeCommit message (Expand)Author
2022-06-15imx_thermal.c: Use new temperature trip point valuesPhilippe Schenker
2020-07-22thermal/drivers: imx: Fix missing of_node_put() at probe timeAnson Huang
2019-01-02thermal: imx: save one condition block for normal case of nvmem initializationAnson Huang
2019-01-02thermal: imx: fix for dependency on cpu-freqAnson Huang
2018-10-22thermal: imx: handle error path in one place to save duplicated codeAnson Huang
2018-10-22thermal: imx: improve error messageAnson Huang
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2018-07-02thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibrat...Jean-Christophe Dubois
2018-07-02cpufreq: imx6q/thermal: imx: register cooling device depending on OFBastian Stender
2018-06-01thermal: imx: Switch to SPDX identifierFabio Estevam
2018-05-06thermal: imx: add i.MX7 thermal sensor supportAnson Huang
2018-03-14thermal: imx: Fix race condition in imx_thermal_probe()Mikhail Lappo
2018-01-01thermal: imx: update to new formula according to NXP AN5215Uwe Kleine-König
2018-01-01thermal: imx: use consistent style to write temperaturesUwe Kleine-König
2018-01-01thermal: imx: improve comments describing algorithm for temp calculationUwe Kleine-König
2018-01-01thermal: imx: Use better parameter names than "val"Uwe Kleine-König
2017-09-20thermal: imx: Add support for reading OCOTP through nvmemLeonard Crestez
2017-06-30thermal: imx: Handle return value of clk_prepare_enableArvind Yadav
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar
2017-02-18thermal: imx: Fix possible NULL dereference.Shailendra Verma
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada
2016-08-19thermal: imx: fix a possible NULL dereferenceCorentin LABBE
2015-11-23imx: thermal: use CPU temperature grade info for thresholdsTim Harvey
2015-10-30thermal: underflow bug in imx_set_trip_temp()Dan Carpenter
2015-10-30thermal: imx: register irq handler later in probeBai Ping
2015-08-03thermal: consistently use int for temperaturesSascha Hauer
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh
2015-01-06Thermal: imx: add clk disable/enable for suspend/resumeAnson Huang
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-12thermal: imx: Do not print error message in the EPROBE_DEFER caseFabio Estevam
2014-12-08thermal: imx: pass cpu_present_mask to cpufreq_cooling_register()Viresh Kumar
2014-12-08thermal: cpu_cooling: check for the readiness of cpufreq layerEduardo Valentin
2014-11-09imx: thermal: imx_get_temp might be called before sensor clock is preparedHeiner Kallweit
2014-11-07thermal: imx: correct driver load sequence for cpu coolingBai Ping
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-20thermal: drop owner assignment from platform_driversWolfram Sang
2014-08-09Thermal: imx: add i.mx6sx thermal supportAnson Huang
2014-07-01Thermal: imx: correct critical trip temperature settingAnson Huang
2014-04-08thermal: imx: update formula for thermal sensorAnson Huang
2014-01-06Merge branch 'misc' of .git into nextZhang Rui
2014-01-06thermal: remove const flag from .ops of imx thermalEduardo Valentin
2014-01-03thermal: imx: add necessary clk operationAnson Huang
2014-01-02thermal: imx_thermal: add module device tableRussell King
2014-01-02thermal: imx: correct suspend/resume flowAnson Huang
2013-08-15thermal: imx: implement thermal alarm interrupt handlingPhilipp Zabel
2013-08-15thermal: imx: dynamic passive and SoC specific critical trip pointsPhilipp Zabel
2013-08-13thermal: add imx thermal driver supportShawn Guo