aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/ti-soc-thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linuxLinus 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 on unloadTony Lindgren1-1/+2
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-socZhang 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_bandgap_build()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
2017-02-18thermal: arm: dra752: Remove all TSHUT related definitionsKeerthy2-44/+0
2017-02-18thermal: arm: dra752: Remove TSHUT configurationKeerthy1-2/+1
2017-02-18thermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from TI_THERMALKeerthy1-1/+0
2016-11-23thermal: ti-soc-thermal: add missing clk_put()Luis Henriques1-2/+3
2016-09-27thermal: Enhance thermal_zone_device_update for eventsSrinivas Pandruvada1-2/+2
2016-09-27thermal: streamline get_trend callbacksSascha Hauer1-17/+8
2016-05-17thermal: convert ti-thermal to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-4/+1
2016-03-08thermal: ti-soc-thermal: clean up the error handling a bitDan Carpenter1-6/+4
2015-09-29thermal: ti-soc-thermal: add OMAP36xx supportEduardo Valentin3-0/+79
2015-09-29ti-soc-thermal: implement omap3 supportPavel Machek5-0/+138
2015-09-13thermal: ti-soc: Kconfig fix to avoid menu showing wronglyEduardo Valentin1-2/+0
2015-09-13thermal: ti-soc: allow compile testEduardo Valentin1-4/+4
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-5/+5
2015-06-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-56/+53
2015-05-08thermal: ti-soc-thermal: OMAP5: Implement Workaround for Errata i813Keerthy3-3/+45
2015-05-08thermal: ti-soc-thermal: dra7: Implement Workaround for Errata i814Keerthy3-2/+42
2015-05-04ti-soc-thermal: request temperature periodically if hw can't do that itselfPavel Machek1-0/+8
2015-05-04ti-soc-thermal: implement eocz bit to make driver useful on omap3Pavel Machek1-6/+18
2015-05-04cleanup ti-soc-thermalPavel Machek2-49/+25
2015-05-04thermal: of: fix cooling device weights in device treeKapileshwar Singh1-1/+2
2015-02-24ti-soc-thermal: Delete an unnecessary check before the function call "cpufreq_cooling_unregister"Markus Elfring1-1/+1
2015-02-24thermal: ti-soc-thermal: bandgap: Fix build warning if !CONFIG_PM_SLEEPGrygorii Strashko1-1/+1