summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/ti-soc-thermal/ti-bandgap.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-15/+1Star
* thermal: ti-soc-thermal: remove dead codeBartlomiej Zolnierkiewicz2018-07-271-370/+0Star
* ti-soc-thermal: Fix a typo in a comment lineMarkus Elfring2017-05-241-1/+1
* ti-soc-thermal: Delete error messages for failed memory allocations in ti_ban...Markus Elfring2017-05-241-6/+2Star
* ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()Markus Elfring2017-05-241-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/+4Star
* 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-261-54/+50Star
|\
| * ti-soc-thermal: request temperature periodically if hw can't do that itselfPavel Machek2015-05-051-0/+8
| * ti-soc-thermal: implement eocz bit to make driver useful on omap3Pavel Machek2015-05-051-6/+18
| * cleanup ti-soc-thermalPavel Machek2015-05-051-48/+24Star
* | thermal: ti-soc-thermal: OMAP5: Implement Workaround for Errata i813Keerthy2015-05-091-1/+40
* | thermal: ti-soc-thermal: dra7: Implement Workaround for Errata i814Keerthy2015-05-091-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/+2Star
* 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/+2Star
* 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