summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom
Commit message (Expand)AuthorAgeFilesLines
* drivers: thermal: tsens: Rename tsens-8916 to prepare to merge with tsens-8974Amit Kucheria2019-05-142-1/+1
* drivers: thermal: tsens: Function prototypes should have argument namesAmit Kucheria2019-05-141-12/+12
* drivers: thermal: tsens: Use consistent names for variablesAmit Kucheria2019-05-141-3/+3
* drivers: thermal: tsens: Rename variable tmdevAmit Kucheria2019-05-147-132/+131Star
* drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria2019-05-147-35/+35
* drivers: thermal: tsens: Rename tsens_dataAmit Kucheria2019-05-146-10/+10
* drivers: thermal: tsens: Document the data structuresAmit Kucheria2019-05-141-3/+28
* thermal/qcom/tsens-common : fix possible object reference leakPeng Hao2019-02-211-10/+23
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-01-063-0/+477
|\
| * drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdirAmit Kucheria2018-12-073-0/+477
* | thermal: tsens: qcom: do not create duplicate regmap debugfs entriesSrinivas Kandagatla2019-01-021-2/+10
|/
* thermal: tsens: Check if the IP is correctly enabled by firmwareAmit Kucheria2018-10-231-0/+17
* thermal: tsens: Pass register offsets as private dataAmit Kucheria2018-10-235-0/+16
* thermal: tsens: Add the SROT address mapAmit Kucheria2018-10-232-2/+13
* thermal: tsens: Rename map field in order to add a second address mapAmit Kucheria2018-10-234-28/+27Star
* thermal: tsens: Get rid of dead codeAmit Kucheria2018-10-231-5/+0Star
* thermal: tsens: Add SPDX license identifiersAmit Kucheria2018-10-236-59/+7Star
* thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address spaceAmit Kucheria2018-10-231-2/+3
* thermal: tsens: Fix negative temperature reportingAmit Kucheria2018-07-281-8/+5Star
* thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria2018-07-281-6/+7
* thermal: tsens: Rename variableAmit Kucheria2018-07-282-8/+8
* thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria2018-07-283-1/+12
* thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria2018-07-282-18/+9Star
* thermal: tsens: Add support to split up register address space into twoAmit Kucheria2018-07-283-2/+15
* thermal: tsens: Get rid of unused fields in structureAmit Kucheria2018-07-271-2/+0Star
* 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-021-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