Searched +full:msm8916 +full:- +full:tsens (Results 1 – 4 of 4) 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-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 …]
1 // SPDX-License-Identifier: GPL-2.011 #include <linux/nvmem-consumer.h>22 #include "tsens.h"25 * struct tsens_irq_data - IRQ status and temperature violations76 * and offset values are derived from tz->tzp->slope and tz->tzp->offset85 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 …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]