summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom
AgeCommit message (Expand)AuthorLines
2019-08-28drivers: thermal: qcom: tsens: Fix memory leak from qfprom readSrinivas Kandagatla-2/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-9/+1
2019-05-28Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin-22/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-1/+0
2019-05-14drivers: thermal: tsens: Move calibration constants to header fileAmit Kucheria-5/+5
2019-05-14drivers: thermal: tsens: Add generic support for TSENS v1 IPAmit Kucheria-1/+202
2019-05-14drivers: thermal: tsens: Common get_temp() learns to do ADC conversionAmit Kucheria-4/+9
2019-05-14drivers: thermal: tsens: Move get_temp_tsens_v2 to allow sharingAmit Kucheria-36/+37
2019-05-14drivers: thermal: tsens: simplify get_temp_tsens_v2 routineAmit Kucheria-38/+17
2019-05-14drivers: thermal: tsens: Introduce IP-specific max_sensor countAmit Kucheria-2/+6
2019-05-14drivers: thermal: tsens: change data type for sensor IDsAmit Kucheria-2/+2
2019-05-14drivers: thermal: tsens: Add new operation to check if a sensor is enabledAmit Kucheria-0/+22
2019-05-14drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria-1/+2
2019-05-14drivers: thermal: tsens: Save reference to the device pointer and use itAmit Kucheria-7/+8
2019-05-14drivers: thermal: tsens: Introduce reg_fields to deal with register descriptionAmit Kucheria-58/+370
2019-05-13drivers: thermal: tsens: Merge tsens-8974 into tsens-v0_1Amit Kucheria-239/+236
2019-05-13drivers: thermal: tsens: Rename constants to prepare to merge with tsens-8974Amit Kucheria-44/+44
2019-05-13drivers: thermal: tsens: Rename tsens-8916 to prepare to merge with tsens-8974Amit Kucheria-1/+1
2019-05-13drivers: thermal: tsens: Function prototypes should have argument namesAmit Kucheria-12/+12
2019-05-13drivers: thermal: tsens: Use consistent names for variablesAmit Kucheria-3/+3
2019-05-13drivers: thermal: tsens: Rename variable tmdevAmit Kucheria-132/+131
2019-05-13drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria-35/+35
2019-05-13drivers: thermal: tsens: Rename tsens_dataAmit Kucheria-10/+10
2019-05-13drivers: thermal: tsens: Document the data structuresAmit Kucheria-3/+28
2019-05-06thermal/drivers/core: Remove depends on THERMAL in KconfigDaniel Lezcano-1/+0
2019-02-20thermal/qcom/tsens-common : fix possible object reference leakPeng Hao-10/+23
2019-01-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-0/+477
2019-01-02thermal: tsens: qcom: do not create duplicate regmap debugfs entriesSrinivas Kandagatla-2/+10
2018-12-07drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdirAmit Kucheria-0/+477
2018-10-22thermal: tsens: Check if the IP is correctly enabled by firmwareAmit Kucheria-0/+17
2018-10-22thermal: tsens: Pass register offsets as private dataAmit Kucheria-0/+16
2018-10-22thermal: tsens: Add the SROT address mapAmit Kucheria-2/+13
2018-10-22thermal: tsens: Rename map field in order to add a second address mapAmit Kucheria-28/+27
2018-10-22thermal: tsens: Get rid of dead codeAmit Kucheria-5/+0
2018-10-22thermal: tsens: Add SPDX license identifiersAmit Kucheria-59/+7
2018-10-22thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address spaceAmit Kucheria-2/+3
2018-07-27thermal: tsens: Fix negative temperature reportingAmit Kucheria-8/+5
2018-07-27thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria-6/+7
2018-07-27thermal: tsens: Rename variableAmit Kucheria-8/+8
2018-07-27thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria-1/+12
2018-07-27thermal: tsens: Rename tsens-8996 to tsens-v2 for reuseAmit Kucheria-18/+9
2018-07-27thermal: tsens: Add support to split up register address space into twoAmit Kucheria-2/+15
2018-07-27thermal: tsens: Get rid of unused fields in structureAmit Kucheria-2/+0
2018-06-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds-3/+9
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook-3/+3
2018-06-01thermal: qcom: tsens: Allow number of sensors to come from DTBjorn Andersson-3/+9
2016-09-27thermal: qcom: tsens: Fix return value check in init_common()Wei Yongjun-3/+3
2016-09-27thermal: qcom: tsens-8916: mark PM functions __maybe_unusedArnd Bergmann-2/+2
2016-09-27thermal: streamline get_trend callbacksSascha Hauer-4/+6