summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/imx_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-271-1/+1
* thermal: imx: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-271-2/+3
* thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki2024-02-231-0/+1
* thermal: imx: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: Explicitly include correct DT includesRob Herring2023-07-311-1/+1
* Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-04-031-12/+7
|\
| * thermal/drivers/imx: Use the thermal framework for the trip pointDaniel Lezcano2023-04-011-4/+7
| * thermal/drivers/imx: Remove get_trip_temp opsDaniel Lezcano2023-04-011-8/+0
* | thermal: Use of_property_present() for testing DT property presenceRob Herring2023-03-301-2/+2
|/
* thermal: Don't use 'device' internal thermal zone structure fieldDaniel Lezcano2023-03-031-29/+8
* thermal: Remove debug or error messages in get_temp() opsDaniel Lezcano2023-03-031-3/+1
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-3/+3
* thermal/drivers/imx: Use generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-45/+27
* thermal/drivers/imx: Implement runtime PM supportOleksij Rempel2021-11-301-54/+91
* thermal: imx: Use dev_err_probe() to simplify error handlingAnson Huang2020-10-121-16/+6
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-061-41/+19
|\
| * thermal: imx: Use driver's local data to decide whether to run a measurementAndrzej Pietrasiewicz2020-07-071-3/+4
| * thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz2020-06-291-4/+4
| * thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-6/+0
| * thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-19/+14
| * thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-9/+0
| * thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-10/+7
* | thermal/drivers: imx: Fix missing of_node_put() at probe timeAnson Huang2020-06-291-3/+4
|/
* thermal: imx: Calling imx_thermal_unregister_legacy_cooling() in .removeAnson Huang2020-03-201-2/+1
* thermal: imx: Remove unused includesAnson Huang2020-03-201-7/+0
* thermal: imx_thermal: Use __maybe_unused instead of CONFIG_PM_SLEEPAnson Huang2020-03-121-4/+2
* thermal: imx: save one condition block for normal case of nvmem initializationAnson Huang2019-01-021-2/+3
* thermal: imx: fix for dependency on cpu-freqAnson Huang2019-01-021-12/+35
* thermal: imx: handle error path in one place to save duplicated codeAnson Huang2018-10-221-15/+14
* thermal: imx: improve error messageAnson Huang2018-10-221-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-08-161-1/+4
|\
| * thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibrat...Jean-Christophe Dubois2018-07-021-1/+4
* | cpufreq: imx6q/thermal: imx: register cooling device depending on OFBastian Stender2018-07-021-4/+24
|/
* thermal: imx: Switch to SPDX identifierFabio Estevam2018-06-011-8/+3
* thermal: imx: add i.MX7 thermal sensor supportAnson Huang2018-05-061-63/+232
* thermal: imx: Fix race condition in imx_thermal_probe()Mikhail Lappo2018-03-141-3/+3
* thermal: imx: update to new formula according to NXP AN5215Uwe Kleine-König2018-01-011-15/+11
* thermal: imx: use consistent style to write temperaturesUwe Kleine-König2018-01-011-6/+6
* thermal: imx: improve comments describing algorithm for temp calculationUwe Kleine-König2018-01-011-23/+19
* thermal: imx: Use better parameter names than "val"Uwe Kleine-König2018-01-011-5/+5
* thermal: imx: Add support for reading OCOTP through nvmemLeonard Crestez2017-09-201-30/+74
* thermal: imx: Handle return value of clk_prepare_enableArvind Yadav2017-06-301-1/+4
* thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar2017-05-271-5/+17
* thermal: imx: Fix possible NULL dereference.Shailendra Verma2017-02-181-0/+4
* thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada2016-09-271-2/+2
* thermal: imx: fix a possible NULL dereferenceCorentin LABBE2016-08-191-3/+1
* imx: thermal: use CPU temperature grade info for thresholdsTim Harvey2015-11-231-15/+41
* thermal: underflow bug in imx_set_trip_temp()Dan Carpenter2015-10-301-1/+1
* thermal: imx: register irq handler later in probeBai Ping2015-10-301-8/+11
* thermal: consistently use int for temperaturesSascha Hauer2015-08-031-14/+13