summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom/tsens.c
Commit message (Expand)AuthorAgeFilesLines
* 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...Linus 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 en...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
* drivers: thermal: tsens: Rename tsens_dataAmit Kucheria2019-05-131-1/+1
* thermal: tsens: Pass register offsets as private dataAmit Kucheria2018-10-221-0/+3
* thermal: tsens: Get rid of dead codeAmit Kucheria2018-10-221-5/+0
* thermal: tsens: Add SPDX license identifiersAmit Kucheria2018-10-221-10/+1
* thermal: tsens: Add generic support for TSENS v2 IPAmit Kucheria2018-07-271-0/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-06-121-3/+9
|\
| * thermal: qcom: tsens: Allow number of sensors to come from DTBjorn Andersson2018-06-011-3/+9
* | treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-3/+3
|/
* thermal: qcom: tsens-8916: mark PM functions __maybe_unusedArnd Bergmann2016-09-271-2/+2
* thermal: streamline get_trend callbacksSascha Hauer2016-09-271-3/+3
* thermal: qcom: tsens-8996: Add support for 8996 family of SoCsRajendra Nayak2016-09-271-0/+3
* thermal: qcom: tsens-8960: Add support for 8960 family of SoCsRajendra Nayak2016-09-271-4/+4
* thermal: qcom: tsens-8974: Add support for 8974 family of SoCsRajendra Nayak2016-09-271-0/+1
* thermal: qcom: tsens-8916: Add support for 8916 family of SoCsRajendra Nayak2016-09-271-0/+1
* thermal: qcom: tsens: Add a skeletal TSENS driversRajendra Nayak2016-09-271-0/+195