summaryrefslogtreecommitdiff
path: root/drivers/thermal/ti-soc-thermal/ti-bandgap.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: ti-soc-thermal: Drop comma after SoC match table sentinelGeert Uytterhoeven2022-12-141-1/+1
* thermal/ti-soc-thermal: Fix comment typoJason Wang2022-07-281-1/+1
* 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: Simplify polling with iopollTony Lindgren2021-02-151-16/+14
* thermal: ti-soc-thermal: Fix stuck sensor with continuous mode for 4430Tony Lindgren2021-02-151-3/+10
* thermal: ti-soc-thermal: Skip pointless register access for dra7Tony Lindgren2021-02-151-14/+15
* 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-121-1/+53
* thermal: Delete an error message in four functionsMarkus Elfring2020-04-141-3/+2
* thermal: ti-soc-thermal: Use GPIO descriptorsLinus Walleij2020-03-121-32/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-15/+1
* thermal: ti-soc-thermal: remove dead codeBartlomiej Zolnierkiewicz2018-07-271-370/+0
* 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: add missing clk_put()Luis Henriques2016-11-231-2/+3
* thermal: ti-soc-thermal: clean up the error handling a bitDan Carpenter2016-03-081-6/+4
* thermal: ti-soc-thermal: add OMAP36xx supportEduardo Valentin2015-09-291-0/+4
* ti-soc-thermal: implement omap3 supportPavel Machek2015-09-291-0/+10
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-06-251-54/+50
|\
| * ti-soc-thermal: request temperature periodically if hw can't do that itselfPavel Machek2015-05-041-0/+8
| * ti-soc-thermal: implement eocz bit to make driver useful on omap3Pavel Machek2015-05-041-6/+18
| * cleanup ti-soc-thermalPavel Machek2015-05-041-48/+24
* | thermal: ti-soc-thermal: OMAP5: Implement Workaround for Errata i813Keerthy2015-05-081-1/+40
* | thermal: ti-soc-thermal: dra7: Implement Workaround for Errata i814Keerthy2015-05-081-1/+36
|/
* thermal: ti-soc-thermal: bandgap: Fix build warning if !CONFIG_PM_SLEEPGrygorii Strashko2015-02-241-1/+1
* thermal: ti-soc-thermal: ti-bandgap.c: Cleaning up wrong address is checkedRickard Strandqvist2014-07-011-1/+1
* thermal: ti-soc-thermal: clk_round_rate() can return a zero upon errorPaul Walmsley2014-05-061-1/+1
* thermal: ti-soc-thermal: Use SIMPLE_DEV_PM_OPS macroJingoo Han2014-04-081-4/+2
* thermal: ti-soc-thermal: Ensure to compute thermal trendRanganath Krishnan2013-08-291-1/+5
* thermal: ti-soc-thermal: use standard GPIO DT bindingsEduardo Valentin2013-07-081-6/+2
* thermal: ti-soc-thermal: add dra752 chip to device tableEduardo Valentin2013-06-131-0/+6
* thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULLEduardo Valentin2013-06-131-4/+6
* thermal: ti-soc-thermal: freeze FSM while computing trendEduardo Valentin2013-06-131-3/+9
* thermal: introduce TI SoC thermal driverEduardo Valentin2013-05-281-0/+1546