summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom
Commit message (Expand)AuthorAgeFilesLines
* drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria2019-06-151-1/+2
* thermal: tsens: Fix negative temperature reportingAmit Kucheria2018-07-271-8/+5
* thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria2018-07-271-6/+7
* thermal: tsens: Rename variableAmit Kucheria2018-07-272-8/+8
* thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria2018-07-273-1/+12
* thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria2018-07-272-18/+9
* thermal: tsens: Add support to split up register address space into twoAmit Kucheria2018-07-273-2/+15
* thermal: tsens: Get rid of unused fields in structureAmit Kucheria2018-07-271-2/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-06-121-3/+9
|\
| * thermal: qcom: tsens: Allow number of sensors to come from DTBjorn Andersson2018-06-011-3/+9
* | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-3/+3
|/
* thermal: qcom: tsens: Fix return value check in init_common()Wei Yongjun2016-09-271-3/+3
* thermal: qcom: tsens-8916: mark PM functions __maybe_unusedArnd Bergmann2016-09-271-2/+2
* thermal: streamline get_trend callbacksSascha Hauer2016-09-272-4/+6
* thermal: qcom: remove declare local symbols as staticEduardo Valentin2016-09-274-4/+4
* thermal: qcom: tsens-8996: Add support for 8996 family of SoCsRajendra Nayak2016-09-274-2/+89
* thermal: qcom: tsens-8960: Add support for 8960 family of SoCsRajendra Nayak2016-09-274-6/+298
* thermal: qcom: tsens-8974: Add support for 8974 family of SoCsRajendra Nayak2016-09-274-2/+247
* thermal: qcom: tsens-8916: Add support for 8916 family of SoCsRajendra Nayak2016-09-274-1/+117
* thermal: qcom: tsens: Add a skeletal TSENS driversRajendra Nayak2016-09-275-0/+439