aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/ti-soc-thermal
AgeCommit message (Expand)AuthorFilesLines
2023-10-02thermal: ti-bandgap: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
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-08-17thermal/drivers/ti-soc-thermal: Use helper function IS_ERR_OR_NULL()Gravatar Li Zetao 1-1/+1
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
2023-01-06thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_the...Gravatar Daniel Lezcano 1-15/+0
2022-12-14thermal: ti-soc-thermal: Drop comma after SoC match table sentinelGravatar Geert Uytterhoeven 1-1/+1
2022-08-17thermal/drivers/ti-soc: Switch to new of APIGravatar Daniel Lezcano 1-8/+8
2022-07-28thermal/ti-soc-thermal: Fix comment typoGravatar Jason Wang 1-1/+1
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-05-24thermal/ti-soc-thermal: Fix kernel-docGravatar Yang Li 1-1/+1
2021-04-21thermal/drivers/ti-soc-thermal/bandgap Remove unused variable 'val'Gravatar Lin Ruizhe 1-4/+0
2021-04-20thermal/drivers/ti-soc-thermal/ti-bandgap: Rearrange all the included header ...Gravatar Zhen Lei 1-17/+17
2021-03-10thermal:ti-soc-thermal: Remove duplicate include in ti-bandgapGravatar Zhang Yunkai 1-1/+0
2021-02-15thermal: ti-soc-thermal: Use non-inverted define for omap4Gravatar Tony Lindgren 2-4/+4
2021-02-15thermal: ti-soc-thermal: Simplify polling with iopollGravatar Tony Lindgren 1-16/+14
2021-02-15thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430Gravatar Tony Lindgren 3-4/+14
2021-02-15thermal: ti-soc-thermal: Skip pointless register access for dra7Gravatar Tony Lindgren 1-14/+15
2021-01-19thermal/core: Remove ms based delay fieldsGravatar Daniel Lezcano 1-2/+4
2020-11-12thermal: ti-soc-thermal: Disable the CPU PM notifier for OMAP4430Gravatar Peter Ujfalusi 1-2/+16
2020-10-12thermal: ti-soc-thermal: Enable addition power managementGravatar Adam Ford 2-1/+59
2020-09-04thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Gravatar Tony Lindgren 2-14/+19
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
2020-04-14thermal: Delete an error message in four functionsGravatar Markus Elfring 1-3/+2
2020-03-12thermal: ti-soc-thermal: Use GPIO descriptorsGravatar Linus Walleij 2-33/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 7-105/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 4-39/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-07-27thermal: ti-soc-thermal: remove dead codeGravatar Bartlomiej Zolnierkiewicz 9-654/+5
2018-06-01thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[]Gravatar Bartlomiej Zolnierkiewicz 1-1/+1
2017-11-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31thermal: ti-soc-thermal: Fix ti_thermal_unregister_cpu_cooling NULL pointer o...Gravatar Tony Lindgren 1-1/+2
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Zhang Rui 1-7/+15
2017-05-27thermal: cpu_cooling: use cpufreq_policy to register cooling deviceGravatar Viresh Kumar 1-7/+15
2017-05-23ti-soc-thermal: Fix a typo in a comment lineGravatar Markus Elfring 1-1/+1
2017-05-23ti-soc-thermal: Delete error messages for failed memory allocations in ti_ban...Gravatar Markus Elfring 1-6/+2
2017-05-23ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()Gravatar Markus Elfring 1-2/+2
2017-03-29thermal: ti-soc-thermal: Remove redundant codeGravatar Keerthy 1-151/+3
2017-03-29thermal: ti-soc-thermal: Remove redundant constantsGravatar Keerthy 6-44/+0
2017-03-29thermal: ti-soc-thermal: Fetch slope and offset from DTGravatar Keerthy 1-2/+2