aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/qcom/tsens-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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