aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/ti-soc-thermal/ti-thermal-common.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackGravatar Rafael J. Wysocki 1-1/+2
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackGravatar Rafael J. Wysocki 1-1/+2
2023-06-26thermal/drivers/ti-soc: Remove redundant msg in ti_thermal_expose_sensor()Gravatar Yangtao Li 1-2/+1
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Rafael J. Wysocki 1-4/+4
2023-04-01thermal/drivers/ti: Use fixed update intervalGravatar Daniel Lezcano 1-4/+4
2023-03-30thermal: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-1/+1
2023-03-03thermal: Use thermal_zone_device_type() accessorGravatar Daniel Lezcano 1-1/+1
2023-03-03thermal: Don't use 'device' internal thermal zone structure fieldGravatar Daniel Lezcano 1-1/+1
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Gravatar Daniel Lezcano 1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 1-2/+2
2022-08-17thermal/drivers/ti-soc: Switch to new of APIGravatar Daniel Lezcano 1-8/+8
2022-03-08thermal/drivers/ti-soc-thermal: Remove unused function ti_thermal_get_temp()Gravatar YueHaibing 1-8/+0
2022-03-08drivers/thermal/ti-soc-thermal: Add hwmon supportGravatar Romain Naour 1-0/+4
2021-01-19thermal/core: Remove ms based delay fieldsGravatar Daniel Lezcano 1-2/+4
2020-07-21thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Gravatar Dan Carpenter 1-1/+1
2020-04-29thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTRGravatar Sudip Mukherjee 1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-15/+1
2017-10-31thermal: ti-soc-thermal: Fix ti_thermal_unregister_cpu_cooling NULL pointer o...Gravatar Tony Lindgren 1-1/+2
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceGravatar Viresh Kumar 1-7/+15
2017-03-29thermal: ti-soc-thermal: Remove redundant codeGravatar Keerthy 1-151/+3
2017-03-29thermal: ti-soc-thermal: Fetch slope and offset from DTGravatar Keerthy 1-2/+2
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-2/+2
2016-09-27thermal: streamline get_trend callbacksGravatar Sascha Hauer 1-17/+8
2016-05-17thermal: convert ti-thermal to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-4/+1
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-5/+5
2015-05-04cleanup ti-soc-thermalGravatar Pavel Machek 1-1/+1
2015-05-04thermal: of: fix cooling device weights in device treeGravatar Kapileshwar Singh 1-1/+2
2015-02-24ti-soc-thermal: Delete an unnecessary check before the function call "cpufreq...Gravatar Markus Elfring 1-1/+1
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 1-9/+8
2014-12-12thermal: ti-soc-thermal: Do not print error message in the EPROBE_DEFER caseGravatar Eduardo Valentin 1-3/+8
2014-12-08thermal: cpu_cooling: check for the readiness of cpufreq layerGravatar Eduardo Valentin 1-6/+0
2014-11-20thermal: of: improve of-thermal sensor registration APIGravatar Eduardo Valentin 1-2/+6
2013-12-04thermal: ti-soc-thermal: use thermal DT infrastructureGravatar Eduardo Valentin 1-15/+62
2013-10-15drivers: thermal: allow ti-soc-thermal run without pcb zoneGravatar Eduardo Valentin 1-0/+1
2013-08-29thermal: ti-soc-thermal: Set the bandgap mask counter delay valueGravatar Ranganath Krishnan 1-0/+7
2013-06-13thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULLGravatar Eduardo Valentin 1-7/+8
2013-06-13thermal: ti-soc-thermal: remove external heat while extrapolating hotspotGravatar Eduardo Valentin 1-10/+20
2013-05-28thermal: introduce TI SoC thermal driverGravatar Eduardo Valentin 1-0/+367