summaryrefslogtreecommitdiff
path: root/drivers/thermal/ti-soc-thermal
AgeCommit message (Expand)AuthorFilesLines
2023-10-02thermal: ti-bandgap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-11thermal: Constify the trip argument of the .get_trend() zone callbackRafael J. Wysocki1-1/+2
2023-08-29thermal: core: Rework .get_trend() thermal zone callbackRafael J. Wysocki1-1/+2
2023-08-17thermal/drivers/ti-soc-thermal: Use helper function IS_ERR_OR_NULL()Li Zetao1-1/+1
2023-06-26thermal/drivers/ti-soc: Remove redundant msg in ti_thermal_expose_sensor()Yangtao Li1-2/+1
2023-04-03Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki1-4/+4
2023-04-01thermal/drivers/ti: Use fixed update intervalDaniel Lezcano1-4/+4
2023-03-30thermal: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-03thermal: Use thermal_zone_device_type() accessorDaniel Lezcano1-1/+1
2023-03-03thermal: Don't use 'device' internal thermal zone structure fieldDaniel Lezcano1-1/+1
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano1-2/+2
2023-01-06thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_the...Daniel Lezcano1-15/+0
2022-12-14thermal: ti-soc-thermal: Drop comma after SoC match table sentinelGeert Uytterhoeven1-1/+1
2022-08-17thermal/drivers/ti-soc: Switch to new of APIDaniel Lezcano1-8/+8
2022-07-28thermal/ti-soc-thermal: Fix comment typoJason Wang1-1/+1
2022-03-08thermal/drivers/ti-soc-thermal: Remove unused function ti_thermal_get_temp()YueHaibing1-8/+0
2022-03-08drivers/thermal/ti-soc-thermal: Add hwmon supportRomain Naour1-0/+4
2021-05-24thermal/ti-soc-thermal: Fix kernel-docYang Li1-1/+1
2021-04-21thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'Lin Ruizhe1-4/+0
2021-04-20thermal/drivers/ti-soc-thermal/ti-bandgap: Rearrange all the included header ...Zhen Lei1-17/+17
2021-03-10thermal:ti-soc-thermal: Remove duplicate include in ti-bandgapZhang Yunkai1-1/+0
2021-02-15thermal: ti-soc-thermal: Use non-inverted define for omap4Tony Lindgren2-4/+4
2021-02-15thermal: ti-soc-thermal: Simplify polling with iopollTony Lindgren1-16/+14
2021-02-15thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430Tony Lindgren3-4/+14
2021-02-15thermal: ti-soc-thermal: Skip pointless register access for dra7Tony Lindgren1-14/+15
2021-01-19thermal/core: Remove ms based delay fieldsDaniel Lezcano1-2/+4
2020-11-12thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430Peter Ujfalusi1-2/+16
2020-10-12thermal: ti-soc-thermal: Enable addition power managementAdam Ford2-1/+59
2020-09-04thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2-14/+19
2020-07-21thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter1-1/+1
2020-04-29thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTRSudip Mukherjee1-3/+3
2020-04-14thermal: Delete an error message in four functionsMarkus Elfring1-3/+2
2020-03-12thermal: ti-soc-thermal: Use GPIO descriptorsLinus Walleij2-33/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner7-105/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner4-39/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-07-27thermal: ti-soc-thermal: remove dead codeBartlomiej Zolnierkiewicz9-654/+5
2018-06-01thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[]Bartlomiej Zolnierkiewicz1-1/+1
2017-11-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31thermal: ti-soc-thermal: Fix ti_thermal_unregister_cpu_cooling NULL pointer o...Tony Lindgren1-1/+2
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui1-7/+15
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceViresh Kumar1-7/+15
2017-05-23ti-soc-thermal: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-05-23ti-soc-thermal: Delete error messages for failed memory allocations in ti_ban...Markus Elfring1-6/+2
2017-05-23ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()Markus Elfring1-2/+2
2017-03-29thermal: ti-soc-thermal: Remove redundant codeKeerthy1-151/+3
2017-03-29thermal: ti-soc-thermal: Remove redundant constantsKeerthy6-44/+0
2017-03-29thermal: ti-soc-thermal: Fetch slope and offset from DTKeerthy1-2/+2