summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin2019-05-285-22/+0
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-161-1/+0
|\
| * thermal/drivers/core: Remove depends on THERMAL in KconfigDaniel Lezcano2019-05-061-1/+0
* | drivers: thermal: tsens: Move calibration constants to header fileAmit Kucheria2019-05-142-5/+5
* | drivers: thermal: tsens: Add generic support for TSENS v1 IPAmit Kucheria2019-05-144-1/+202
* | drivers: thermal: tsens: Common get_temp() learns to do ADC conversionAmit Kucheria2019-05-141-4/+9
* | drivers: thermal: tsens: Move get_temp_tsens_v2 to allow sharingAmit Kucheria2019-05-143-36/+37
* | drivers: thermal: tsens: simplify get_temp_tsens_v2 routineAmit Kucheria2019-05-141-38/+17
* | drivers: thermal: tsens: Introduce IP-specific max_sensor countAmit Kucheria2019-05-144-2/+6
* | drivers: thermal: tsens: change data type for sensor IDsAmit Kucheria2019-05-141-2/+2
* | drivers: thermal: tsens: Add new operation to check if a sensor is enabledAmit Kucheria2019-05-145-0/+22
* | drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria2019-05-141-1/+2
* | drivers: thermal: tsens: Save reference to the device pointer and use itAmit Kucheria2019-05-141-7/+8
* | drivers: thermal: tsens: Introduce reg_fields to deal with register descriptionAmit Kucheria2019-05-145-58/+370
* | drivers: thermal: tsens: Merge tsens-8974 into tsens-v0_1Amit Kucheria2019-05-134-239/+236
* | drivers: thermal: tsens: Rename constants to prepare to merge with tsens-8974Amit Kucheria2019-05-131-44/+44
* | drivers: thermal: tsens: Rename tsens-8916 to prepare to merge with tsens-8974Amit Kucheria2019-05-132-1/+1
* | drivers: thermal: tsens: Function prototypes should have argument namesAmit Kucheria2019-05-131-12/+12
* | drivers: thermal: tsens: Use consistent names for variablesAmit Kucheria2019-05-131-3/+3
* | drivers: thermal: tsens: Rename variable tmdevAmit Kucheria2019-05-137-132/+131
* | drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria2019-05-137-35/+35
* | drivers: thermal: tsens: Rename tsens_dataAmit Kucheria2019-05-136-10/+10
* | drivers: thermal: tsens: Document the data structuresAmit Kucheria2019-05-131-3/+28
|/
* thermal/qcom/tsens-common : fix possible object reference leakPeng Hao2019-02-201-10/+23
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-01-053-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-221-0/+17
* thermal: tsens: Pass register offsets as private dataAmit Kucheria2018-10-225-0/+16
* thermal: tsens: Add the SROT address mapAmit Kucheria2018-10-222-2/+13
* thermal: tsens: Rename map field in order to add a second address mapAmit Kucheria2018-10-224-28/+27
* thermal: tsens: Get rid of dead codeAmit Kucheria2018-10-221-5/+0
* thermal: tsens: Add SPDX license identifiersAmit Kucheria2018-10-226-59/+7
* thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address spaceAmit Kucheria2018-10-221-2/+3
* 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