summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom
Commit message (Expand)AuthorAgeFilesLines
* thermal: qcom: tsens.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* drivers: thermal: tsens: Remove unnecessary irq flagAmit Kucheria2020-03-201-1/+1
* drivers: thermal: tsens: kernel-doc fixupAmit Kucheria2020-03-201-0/+3
* drivers: thermal: tsens: Add watchdog supportAmit Kucheria2020-03-203-0/+71
* drivers: thermal: tsens: Add critical interrupt supportAmit Kucheria2020-03-204-36/+223
* drivers: thermal: tsens: Release device in success pathAmit Kucheria2020-03-201-4/+2
* drivers: thermal: tsens: use simpler variablesAmit Kucheria2020-03-201-4/+4
* drivers: thermal: tsens: Pass around struct tsens_sensor as a constantAmit Kucheria2020-03-203-11/+12
* drivers: thermal: tsens: De-constify struct tsens_featuresAmit Kucheria2020-03-205-16/+16
* drivers: thermal: tsens: Work with old DTBsAmit Kucheria2020-01-071-0/+3
* drivers: thermal: tsens: fix potential integer overflow on multiplyColin Ian King2019-11-071-1/+1
* thermal: qcom: tsens-v1: Fix kfree of a non-pointer valueColin Ian King2019-11-071-3/+1
* thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976AngeloGioacchino Del Regno2019-11-073-2/+174
* drivers: thermal: tsens: Add interrupt supportAmit Kucheria2019-11-076-63/+669
* drivers: thermal: tsens: Create function to return sign-extended temperatureAmit Kucheria2019-11-071-14/+35
* drivers: thermal: tsens: Add debugfs supportAmit Kucheria2019-11-073-0/+91
* drivers: thermal: tsens: Add __func__ identifier to debug statementsAmit Kucheria2019-11-072-7/+7
* drivers: thermal: tsens: Simplify code flow in tsens_probeAmit Kucheria2019-11-071-5/+3
* drivers: thermal: tsens: Get rid of id field in tsens_sensorAmit Kucheria2019-11-074-21/+20
* drivers: thermal: qcom: tsens: Fix memory leak from qfprom readSrinivas Kandagatla2019-08-284-2/+14
* 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