Searched +full:tsens +full:- +full:v0_1 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR MIT)4 ---5 $id: http://devicetree.org/schemas/thermal/qcom-tsens.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: QCOM SoC Temperature Sensor (TSENS)11 - Amit Kucheria <amitk@kernel.org>14 QCOM SoCs have TSENS IP to allow temperature measurement. There are currently22 - description: msm8960 TSENS based24 - enum:25 - qcom,ipq8064-tsens[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_QCOM_TSENS) += qcom_tsens.o4 qcom_tsens-y += tsens.o tsens-v2.o tsens-v1.o tsens-v0_1.o \5 tsens-8960.o6 obj-$(CONFIG_QCOM_SPMI_ADC_TM5) += qcom-spmi-adc-tm5.o7 obj-$(CONFIG_QCOM_SPMI_TEMP_ALARM) += qcom-spmi-temp-alarm.o8 obj-$(CONFIG_QCOM_LMH) += lmh.o
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.6 #include <dt-bindings/arm/coresight-cti-dt.h>7 #include <dt-bindings/clock/qcom,gcc-msm8916.h>8 #include <dt-bindings/clock/qcom,rpmcc.h>9 #include <dt-bindings/interconnect/qcom,msm8916.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/power/qcom-rpmpd.h>12 #include <dt-bindings/reset/qcom,gcc-msm8916.h>13 #include <dt-bindings/thermal/thermal.h>[all …]