summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom/tsens-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en...Eduardo Valentin2019-05-291-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-141-27/+26
* drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria2019-05-141-3/+3
* thermal/qcom/tsens-common : fix possible object reference leakPeng Hao2019-02-211-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-231-0/+17
* thermal: tsens: Add the SROT address mapAmit Kucheria2018-10-231-2/+12
* thermal: tsens: Rename map field in order to add a second address mapAmit Kucheria2018-10-231-9/+8
* thermal: tsens: Add SPDX license identifiersAmit Kucheria2018-10-231-10/+1
* thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address spaceAmit Kucheria2018-10-231-2/+3
* thermal: tsens: switch from of_iomap() to devm_ioremap_resource()Amit Kucheria2018-07-281-6/+7
* thermal: tsens: Rename variableAmit Kucheria2018-07-281-3/+3
* thermal: tsens: Add support to split up register address space into twoAmit Kucheria2018-07-281-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