summaryrefslogtreecommitdiff
path: root/drivers/thermal/qcom/tsens.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29thermal: tsens: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-06-26thermal/drivers/qcom: Remove redundant msg at probe timeYangtao Li1-3/+1
2023-06-26thermal/drivers/qcom/tsens-v0_1: Add MSM8909 dataStephan Gerhold1-0/+3
2023-06-26thermal/drivers/qcom/tsens-v0_1: Add mdm9607 correction offsetsStephan Gerhold1-1/+15
2023-06-26thermal/drivers/qcom/tsens-v0_1: Add support for MSM8226Matti Lehtimäki1-0/+3
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano1-2/+2
2023-01-16thermal/drivers/qcom: Remove duplicate set next trip point interrupt codeDaniel Lezcano1-49/+2
2023-01-16thermal/drivers/tsens: Rework legacy calibration data parsersDmitry Baryshkov1-0/+64
2023-01-16thermal/drivers/tsens: Support using nvmem cells for msm8974 calibrationDmitry Baryshkov1-8/+33
2023-01-16thermal/drivers/tsens: Support using nvmem cells for calibration dataDmitry Baryshkov1-0/+76
2023-01-16thermal/drivers/tsens: Sort out msm8976 vs msm8956 dataDmitry Baryshkov1-0/+3
2022-12-14thermal/drivers/qcom/tsens: Rework debugfs file structureChristian Marangi1-10/+3
2022-12-14thermal/drivers/qcom/tsens: Fix wrong version id dbg_version_showChristian Marangi1-1/+1
2022-12-14thermal/drivers/qcom/tsens: Init debugfs only with successful probeChristian Marangi1-3/+5
2022-12-14thermal/drivers/tsens: Add IPQ8074 supportRobert Marko1-0/+3
2022-12-14thermal/drivers/tsens: Allow configuring min and max tripsRobert Marko1-2/+2
2022-12-14thermal/drivers/tsens: Add support for combined interruptRobert Marko1-6/+32
2022-08-17thermal/drivers/qcom: Switch to new of APIDaniel Lezcano1-8/+8
2022-07-28thermal/drivers/qcom: Remove get_trend functionDaniel Lezcano1-12/+0
2022-05-19thermal/drivers/tsens: Add compat string for the qcom,msm8960Dmitry Baryshkov1-0/+3
2022-03-08thermal/drivers/tsens: register thermal zones as hwmon sensorsDmitry Baryshkov1-0/+5
2021-10-16thermal/drivers/tsens: Add timeout to get_temp_tsens_validAnsuel Smith1-15/+14
2021-09-21thermal/drivers/tsens: Fix wrong check for tzd in irq handlersAnsuel Smith1-2/+2
2021-04-22thermal/drivers/tsens: Add support for ipq8064-tsensAnsuel Smith1-0/+3
2021-04-22thermal/drivers/tsens: Add VER_0 tsens versionAnsuel Smith1-29/+121
2021-04-22thermal/drivers/tsens: Don't hardcode sensor slopeAnsuel Smith1-1/+2
2021-04-20thermal/drivers/qcom/tsens-v0_1: Add support for MDM9607Konrad Dybcio1-0/+3
2021-04-15thermal/drivers/tsens: Fix missing put_device errorGuangqing Zhu1-2/+4
2020-08-07Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2020-07-27thermal: qcom: tsens-v0_1: Add support for MSM8939Shawn Guo1-0/+3
2020-06-29thermal/drivers/tsens: Fix compilation warnings by making functions staticAmit Kucheria1-5/+5
2020-05-22drivers: thermal: tsens: Merge tsens-common.c into tsens.cAmit Kucheria1-0/+838
2020-03-20drivers: thermal: tsens: Remove unnecessary irq flagAmit Kucheria1-1/+1
2020-03-20drivers: thermal: tsens: Add critical interrupt supportAmit Kucheria1-26/+39
2020-01-07drivers: thermal: tsens: Work with old DTBsAmit Kucheria1-0/+3
2019-11-07thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976AngeloGioacchino Del Regno1-0/+3
2019-11-07drivers: thermal: tsens: Add interrupt supportAmit Kucheria1-2/+30
2019-11-07drivers: thermal: tsens: Add debugfs supportAmit Kucheria1-0/+2
2019-11-07drivers: thermal: tsens: Add __func__ identifier to debug statementsAmit Kucheria1-3/+3
2019-11-07drivers: thermal: tsens: Simplify code flow in tsens_probeAmit Kucheria1-5/+3
2019-11-07drivers: thermal: tsens: Get rid of id field in tsens_sensorAmit Kucheria1-6/+5
2019-05-29Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin1-5/+0
2019-05-14drivers: thermal: tsens: Add generic support for TSENS v1 IPAmit Kucheria1-0/+3
2019-05-14drivers: thermal: tsens: Add new operation to check if a sensor is enabledAmit Kucheria1-0/+5
2019-05-14drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria1-1/+2
2019-05-14drivers: thermal: tsens: Introduce reg_fields to deal with register descriptionAmit Kucheria1-3/+2
2019-05-14drivers: thermal: tsens: Use consistent names for variablesAmit Kucheria1-3/+3
2019-05-14drivers: thermal: tsens: Rename variable tmdevAmit Kucheria1-40/+40
2019-05-14drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria1-7/+7