aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom/tsens.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* thermal: tsens: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal/drivers/qcom: Remove redundant msg at probe timeYangtao Li2023-06-261-3/+1
* thermal/drivers/qcom/tsens-v0_1: Add MSM8909 dataStephan Gerhold2023-06-261-0/+3
* thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsetsStephan Gerhold2023-06-261-1/+15
* thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226Matti Lehtimäki2023-06-261-0/+3
* thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano2023-03-031-1/+1
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-2/+2
* thermal/drivers/qcom: Remove duplicate set next trip point interrupt codeDaniel Lezcano2023-01-161-49/+2
* thermal/drivers/tsens: Rework legacy calibration data parsersDmitry Baryshkov2023-01-161-0/+64
* thermal/drivers/tsens: Support using nvmem cells for msm8974 calibrationDmitry Baryshkov2023-01-161-8/+33
* thermal/drivers/tsens: Support using nvmem cells for calibration dataDmitry Baryshkov2023-01-161-0/+76
* thermal/drivers/tsens: Sort out msm8976 vs msm8956 dataDmitry Baryshkov2023-01-161-0/+3
* thermal/drivers/qcom/tsens: Rework debugfs file structureChristian Marangi2022-12-141-10/+3
* thermal/drivers/qcom/tsens: Fix wrong version id dbg_version_showChristian Marangi2022-12-141-1/+1
* thermal/drivers/qcom/tsens: Init debugfs only with successful probeChristian Marangi2022-12-141-3/+5
* thermal/drivers/tsens: Add IPQ8074 supportRobert Marko2022-12-141-0/+3
* thermal/drivers/tsens: Allow configuring min and max tripsRobert Marko2022-12-141-2/+2
* thermal/drivers/tsens: Add support for combined interruptRobert Marko2022-12-141-6/+32
* thermal/drivers/qcom: Switch to new of APIDaniel Lezcano2022-08-171-8/+8
* thermal/drivers/qcom: Remove get_trend functionDaniel Lezcano2022-07-281-12/+0
* thermal/drivers/tsens: Add compat string for the qcom,msm8960Dmitry Baryshkov2022-05-191-0/+3
* thermal/drivers/tsens: register thermal zones as hwmon sensorsDmitry Baryshkov2022-03-081-0/+5
* thermal/drivers/tsens: Add timeout to get_temp_tsens_validAnsuel Smith2021-10-161-15/+14
* thermal/drivers/tsens: Fix wrong check for tzd in irq handlersAnsuel Smith2021-09-211-2/+2
* thermal/drivers/tsens: Add support for ipq8064-tsensAnsuel Smith2021-04-221-0/+3
* thermal/drivers/tsens: Add VER_0 tsens versionAnsuel Smith2021-04-221-29/+121
* 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-201-0/+3
* thermal/drivers/tsens: Fix missing put_device errorGuangqing Zhu2021-04-151-2/+4
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds2020-08-061-0/+3
|\
| * thermal: qcom: tsens-v0_1: Add support for MSM8939Shawn Guo2020-07-271-0/+3
* | 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-221-0/+838
* drivers: thermal: tsens: Remove unnecessary irq flagAmit Kucheria2020-03-201-1/+1
* drivers: thermal: tsens: Add critical interrupt supportAmit Kucheria2020-03-201-26/+39
* drivers: thermal: tsens: Work with old DTBsAmit Kucheria2020-01-071-0/+3
* thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976AngeloGioacchino Del Regno2019-11-071-0/+3
* drivers: thermal: tsens: Add interrupt supportAmit Kucheria2019-11-071-2/+30
* drivers: thermal: tsens: Add debugfs supportAmit Kucheria2019-11-071-0/+2
* drivers: thermal: tsens: Add __func__ identifier to debug statementsAmit Kucheria2019-11-071-3/+3
* 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-071-6/+5
* Revert "drivers: thermal: tsens: Add new operation to check if a sensor is enabled"Eduardo Valentin2019-05-281-5/+0
* drivers: thermal: tsens: Add generic support for TSENS v1 IPAmit Kucheria2019-05-141-0/+3
* drivers: thermal: tsens: Add new operation to check if a sensor is enabledAmit Kucheria2019-05-141-0/+5
* drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria2019-05-141-1/+2
* drivers: thermal: tsens: Introduce reg_fields to deal with register descriptionAmit Kucheria2019-05-141-3/+2
* drivers: thermal: tsens: Use consistent names for variablesAmit Kucheria2019-05-131-3/+3
* drivers: thermal: tsens: Rename variable tmdevAmit Kucheria2019-05-131-40/+40
* drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria2019-05-131-7/+7