aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thermal/qcom/tsens-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-22drivers: thermal: tsens: Merge tsens-common.c into tsens.cAmit Kucheria1-843/+0
2020-03-20drivers: thermal: tsens: Add watchdog supportAmit Kucheria1-0/+47
2020-03-20drivers: thermal: tsens: Add critical interrupt supportAmit Kucheria1-8/+110
2020-03-20drivers: thermal: tsens: Release device in success pathAmit Kucheria1-4/+2
2020-03-20drivers: thermal: tsens: use simpler variablesAmit Kucheria1-4/+4
2020-03-20drivers: thermal: tsens: Pass around struct tsens_sensor as a constantAmit Kucheria1-7/+8
2019-11-07drivers: thermal: tsens: fix potential integer overflow on multiplyColin Ian King1-1/+1
2019-11-07drivers: thermal: tsens: Add interrupt supportAmit Kucheria1-16/+361
2019-11-07drivers: thermal: tsens: Create function to return sign-extended temperatureAmit Kucheria1-14/+35
2019-11-07drivers: thermal: tsens: Add debugfs supportAmit Kucheria1-0/+83
2019-11-07drivers: thermal: tsens: Add __func__ identifier to debug statementsAmit Kucheria1-4/+4
2019-11-07drivers: thermal: tsens: Get rid of id field in tsens_sensorAmit Kucheria1-7/+9
2019-05-28Revert "drivers: thermal: tsens: Add new operation to check if a sensor is enabled"Eduardo Valentin1-14/+0
2019-05-14drivers: thermal: tsens: Move calibration constants to header fileAmit Kucheria1-5/+0
2019-05-14drivers: thermal: tsens: Common get_temp() learns to do ADC conversionAmit Kucheria1-4/+9
2019-05-14drivers: thermal: tsens: Move get_temp_tsens_v2 to allow sharingAmit Kucheria1-0/+35
2019-05-14drivers: thermal: tsens: Introduce IP-specific max_sensor countAmit Kucheria1-2/+2
2019-05-14drivers: thermal: tsens: Add new operation to check if a sensor is enabledAmit Kucheria1-0/+14
2019-05-14drivers: thermal: tsens: Save reference to the device pointer and use itAmit Kucheria1-7/+8
2019-05-14drivers: thermal: tsens: Introduce reg_fields to deal with register descriptionAmit Kucheria1-23/+39
2019-05-13drivers: thermal: tsens: Rename variable tmdevAmit Kucheria1-27/+26
2019-05-13drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria1-3/+3
2019-02-20thermal/qcom/tsens-common : fix possible object reference leakPeng Hao1-10/+23
2019-01-02thermal: tsens: qcom: do not create duplicate regmap debugfs entriesSrinivas Kandagatla1-2/+10
2018-10-22thermal: tsens: Check if the IP is correctly enabled by firmwareAmit Kucheria1-0/+17
2018-10-22thermal: tsens: Add the SROT address mapAmit Kucheria1-2/+12
2018-10-22thermal: tsens: Rename map field in order to add a second address mapAmit Kucheria1-9/+8
2018-10-22thermal: tsens: Add SPDX license identifiersAmit Kucheria1-10/+1
2018-10-22thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address spaceAmit Kucheria1-2/+3
2018-07-27thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria1-6/+7
2018-07-27thermal: tsens: Rename variableAmit Kucheria1-3/+3
2018-07-27thermal: tsens: Add support to split up register address space into twoAmit Kucheria1-0/+12
2016-09-27thermal: qcom: tsens: Fix return value check in init_common()Wei Yongjun1-3/+3
2016-09-27thermal: qcom: tsens: Add a skeletal TSENS driversRajendra Nayak1-0/+141