summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom/tsens.c
AgeCommit message (Expand)AuthorFilesLines
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-06Merge 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-28Revert "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-13drivers: thermal: tsens: Use consistent names for variablesAmit Kucheria1-3/+3
2019-05-13drivers: thermal: tsens: Rename variable tmdevAmit Kucheria1-40/+40
2019-05-13drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria1-7/+7
2019-05-13drivers: thermal: tsens: Rename tsens_dataAmit Kucheria1-1/+1
2018-10-22thermal: tsens: Pass register offsets as private dataAmit Kucheria1-0/+3
2018-10-22thermal: tsens: Get rid of dead codeAmit Kucheria1-5/+0
2018-10-22thermal: tsens: Add SPDX license identifiersAmit Kucheria1-10/+1
2018-07-27thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria1-0/+3
2018-06-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds1-3/+9
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook1-3/+3
2018-06-01thermal: qcom: tsens: Allow number of sensors to come from DTBjorn Andersson1-3/+9
2016-09-27thermal: qcom: tsens-8916: mark PM functions __maybe_unusedArnd Bergmann1-2/+2
2016-09-27thermal: streamline get_trend callbacksSascha Hauer1-3/+3
2016-09-27thermal: qcom: tsens-8996: Add support for 8996 family of SoCsRajendra Nayak1-0/+3
2016-09-27thermal: qcom: tsens-8960: Add support for 8960 family of SoCsRajendra Nayak1-4/+4