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