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