Searched +full:ipq8064 +full:- +full:tsens (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/thermal/ |
D | qcom-tsens.yaml | 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 currently 22 - description: msm8960 TSENS based 24 - enum: 25 - qcom,ipq8064-tsens [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | qcom,gcc-ipq8064.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,gcc-ipq8064.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Global Clock & Reset Controller Binding for IPQ8064 10 - $ref: qcom,gcc.yaml# 13 - Ansuel Smith <ansuelsmth@gmail.com> 17 power domains on IPQ8064. 20 - dt-bindings/clock/qcom,gcc-ipq806x.h (qcom,gcc-ipq8064) 21 - dt-bindings/reset/qcom,gcc-ipq806x.h (qcom,gcc-ipq8064) [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | qcom-ipq8064.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/mfd/qcom-rpm.h> 6 #include <dt-bindings/clock/qcom,rpmcc.h> 7 #include <dt-bindings/clock/qcom,gcc-ipq806x.h> 8 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/reset/qcom,gcc-ipq806x.h> 11 #include <dt-bindings/soc/qcom,gsbi.h> [all …]
|
/Linux-v6.1/drivers/thermal/qcom/ |
D | tsens.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #include <linux/nvmem-consumer.h> 22 #include "tsens.h" 25 * struct tsens_irq_data - IRQ status and temperature violations 76 * and offset values are derived from tz->tzp->slope and tz->tzp->offset 85 for (i = 0; i < priv->num_sensors; i++) { in compute_intercept_slope() 86 dev_dbg(priv->dev, in compute_intercept_slope() 87 "%s: sensor%d - data_point1:%#x data_point2:%#x\n", in compute_intercept_slope() 90 if (!priv->sensor[i].slope) in compute_intercept_slope() 91 priv->sensor[i].slope = SLOPE_DEFAULT; in compute_intercept_slope() [all …]
|