aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/ti-soc-thermal/ti-bandgap.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02thermal: ti-bandgap: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-17thermal/drivers/ti-soc-thermal: Use helper function IS_ERR_OR_NULL()Gravatar Li Zetao 1-1/+1
2022-12-14thermal: ti-soc-thermal: Drop comma after SoC match table sentinelGravatar Geert Uytterhoeven 1-1/+1
2022-07-28thermal/ti-soc-thermal: Fix comment typoGravatar Jason Wang 1-1/+1
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: 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 1-3/+10
2021-02-15thermal: ti-soc-thermal: Skip pointless register access for dra7Gravatar Tony Lindgren 1-14/+15
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 1-1/+53
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 1-32/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-15/+1
2018-07-27thermal: ti-soc-thermal: remove dead codeGravatar Bartlomiej Zolnierkiewicz 1-370/+0
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
2016-11-23thermal: ti-soc-thermal: add missing clk_put()Gravatar Luis Henriques 1-2/+3
2016-03-08thermal: ti-soc-thermal: clean up the error handling a bitGravatar Dan Carpenter 1-6/+4
2015-09-29thermal: ti-soc-thermal: add OMAP36xx supportGravatar Eduardo Valentin 1-0/+4
2015-09-29ti-soc-thermal: implement omap3 supportGravatar Pavel Machek 1-0/+10
2015-06-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-54/+50
2015-05-08thermal: ti-soc-thermal: OMAP5: Implement Workaround for Errata i813Gravatar Keerthy 1-1/+40
2015-05-08thermal: ti-soc-thermal: dra7: Implement Workaround for Errata i814Gravatar Keerthy 1-1/+36
2015-05-04ti-soc-thermal: request temperature periodically if hw can't do that itselfGravatar Pavel Machek 1-0/+8
2015-05-04ti-soc-thermal: implement eocz bit to make driver useful on omap3Gravatar Pavel Machek 1-6/+18
2015-05-04cleanup ti-soc-thermalGravatar Pavel Machek 1-48/+24
2015-02-24thermal: ti-soc-thermal: bandgap: Fix build warning if !CONFIG_PM_SLEEPGravatar Grygorii Strashko 1-1/+1
2014-07-01thermal: ti-soc-thermal: ti-bandgap.c: Cleaning up wrong address is checkedGravatar Rickard Strandqvist 1-1/+1
2014-05-06thermal: ti-soc-thermal: clk_round_rate() can return a zero upon errorGravatar Paul Walmsley 1-1/+1
2014-04-08thermal: ti-soc-thermal: Use SIMPLE_DEV_PM_OPS macroGravatar Jingoo Han 1-4/+2
2013-08-29thermal: ti-soc-thermal: Ensure to compute thermal trendGravatar Ranganath Krishnan 1-1/+5
2013-07-08thermal: ti-soc-thermal: use standard GPIO DT bindingsGravatar Eduardo Valentin 1-6/+2
2013-06-13thermal: ti-soc-thermal: add dra752 chip to device tableGravatar Eduardo Valentin 1-0/+6
2013-06-13thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULLGravatar Eduardo Valentin 1-4/+6
2013-06-13thermal: ti-soc-thermal: freeze FSM while computing trendGravatar Eduardo Valentin 1-3/+9
2013-05-28thermal: introduce TI SoC thermal driverGravatar Eduardo Valentin 1-0/+1546