summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/ti-soc-thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: ti-bandgap: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki2023-09-111-1/+2
* thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki2023-08-291-1/+2
* thermal/drivers/ti-soc-thermal: Use helper function IS_ERR_OR_NULL()Li Zetao2023-08-171-1/+1
* thermal/drivers/ti-soc: Remove redundant msg in ti_thermal_expose_sensor()Yangtao Li2023-06-261-2/+1
* Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-04-031-4/+4
|\
| * thermal/drivers/ti: Use fixed update intervalDaniel Lezcano2023-04-011-4/+4
* | thermal: Use of_property_present() for testing DT property presenceRob Herring2023-03-301-1/+1
|/
* thermal: Use thermal_zone_device_type() accessorDaniel Lezcano2023-03-031-1/+1
* thermal: Don't use 'device' internal thermal zone structure fieldDaniel Lezcano2023-03-031-1/+1
* thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano2023-03-031-1/+1
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-2/+2
* thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_the...Daniel Lezcano2023-01-061-15/+0
* thermal: ti-soc-thermal: Drop comma after SoC match table sentinelGeert Uytterhoeven2022-12-141-1/+1
* thermal/drivers/ti-soc: Switch to new of APIDaniel Lezcano2022-08-171-8/+8
* thermal/ti-soc-thermal: Fix comment typoJason Wang2022-07-281-1/+1
* thermal/drivers/ti-soc-thermal: Remove unused function ti_thermal_get_temp()YueHaibing2022-03-081-8/+0
* drivers/thermal/ti-soc-thermal: Add hwmon supportRomain Naour2022-03-081-0/+4
* thermal/ti-soc-thermal: Fix kernel-docYang Li2021-05-241-1/+1
* thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'Lin Ruizhe2021-04-211-4/+0
* thermal/drivers/ti-soc-thermal/ti-bandgap: Rearrange all the included header ...Zhen Lei2021-04-201-17/+17
* thermal:ti-soc-thermal: Remove duplicate include in ti-bandgapZhang Yunkai2021-03-101-1/+0
* thermal: ti-soc-thermal: Use non-inverted define for omap4Tony Lindgren2021-02-152-4/+4
* thermal: ti-soc-thermal: Simplify polling with iopollTony Lindgren2021-02-151-16/+14
* thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430Tony Lindgren2021-02-153-4/+14
* thermal: ti-soc-thermal: Skip pointless register access for dra7Tony Lindgren2021-02-151-14/+15
* thermal/core: Remove ms based delay fieldsDaniel Lezcano2021-01-191-2/+4
* thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430Peter Ujfalusi2020-11-121-2/+16
* thermal: ti-soc-thermal: Enable addition power managementAdam Ford2020-10-122-1/+59
* thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2020-09-042-14/+19
* thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter2020-07-211-1/+1
* thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTRSudip Mukherjee2020-04-291-3/+3
* thermal: Delete an error message in four functionsMarkus Elfring2020-04-141-3/+2
* thermal: ti-soc-thermal: Use GPIO descriptorsLinus Walleij2020-03-122-33/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-057-105/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-054-39/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* thermal: ti-soc-thermal: remove dead codeBartlomiej Zolnierkiewicz2018-07-279-654/+5
* thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[]Bartlomiej Zolnierkiewicz2018-06-011-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-11-171-1/+2
|\
| * thermal: ti-soc-thermal: Fix ti_thermal_unregister_cpu_cooling NULL pointer o...Tony Lindgren2017-10-311-1/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2017-07-051-7/+15
|\
| * thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar2017-05-271-7/+15
* | ti-soc-thermal: Fix a typo in a comment lineMarkus Elfring2017-05-231-1/+1
* | ti-soc-thermal: Delete error messages for failed memory allocations in ti_ban...Markus Elfring2017-05-231-6/+2
* | ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()Markus Elfring2017-05-231-2/+2
|/
* thermal: ti-soc-thermal: Remove redundant codeKeerthy2017-03-291-151/+3
* thermal: ti-soc-thermal: Remove redundant constantsKeerthy2017-03-296-44/+0
* thermal: ti-soc-thermal: Fetch slope and offset from DTKeerthy2017-03-291-2/+2