summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/qcom/spmi-adc-tm5: Don't abort probing if a sensor is not usedMatthias Kaehlcke2021-09-091-0/+6
* thermal/drivers/qcom: Add support for LMh driverThara Gopinath2021-08-183-0/+243
* thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()Yang Yingliang2021-05-271-1/+1
* thermal/drivers/tsens: Add support for ipq8064-tsensAnsuel Smith2021-04-221-0/+3
* thermal/drivers/tsens: Drop unused define for msm8960Ansuel Smith2021-04-221-23/+1
* thermal/drivers/tsens: Replace custom 8960 apis with generic apisAnsuel Smith2021-04-221-41/+15
* thermal/drivers/tsens: Fix bug in sensor enable for msm8960Ansuel Smith2021-04-221-3/+20
* thermal/drivers/tsens: Use init_common for msm8960Ansuel Smith2021-04-221-51/+1
* thermal/drivers/tsens: Add VER_0 tsens versionAnsuel Smith2021-04-223-30/+133
* thermal/drivers/tsens: Convert msm8960 to reg_fieldAnsuel Smith2021-04-221-2/+71
* thermal/drivers/tsens: Don't hardcode sensor slopeAnsuel Smith2021-04-221-1/+2
* thermal/drivers/qcom/tsens-v0_1: Add support for MDM9607Konrad Dybcio2021-04-203-2/+101
* thermal/drivers/tsens: Fix missing put_device errorGuangqing Zhu2021-04-151-2/+4
* thermal/drivers/qcom-spmi-temp-alarm: Add support for GEN2 rev 1 PMIC periphe...David Collins2021-04-151-30/+61
* thermal/drivers/qcom/tsens_v1: Enable sensor 3 on MSM8976Konrad Dybcio2021-03-171-2/+2
* thermal: qcom: Fix comparison with uninitialized variable channels_availableColin Ian King2021-02-161-7/+7
* thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov2021-02-153-0/+635
* Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-041-2/+2
|\
| * thermal: qcom-spmi-temp-alarm: Don't suppress negative tempVeera Vegivada2020-09-041-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-6/+6
|/
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-063-2/+147
|\
| * thermal: qcom: tsens-v0_1: Add support for MSM8939Shawn Guo2020-07-273-2/+147
* | thermal/drivers/tsens: Fix compilation warnings by making functions staticAmit Kucheria2020-06-291-5/+5
|/
* drivers: thermal: tsens: Merge tsens-common.c into tsens.cAmit Kucheria2020-05-224-850/+840
* 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