mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
d6d8851d12
Manually rebased: bcm27xx/patches-5.15/950-0421-Support-RPi-DPI-interface-in-mode6-for-18-bit-color.patch bcm27xx/patches-5.15/950-0706-media-i2c-imx219-Scale-the-pixel-clock-rate-for-the-.patch ramips/patches-5.15/810-uvc-add-iPassion-iP2970-support.patch Removed upstreamed: bcm27xx/patches-5.15/950-0707-drm-vc4-For-DPI-MEDIA_BUS_FMT_RGB565_1X16-is-mode-1-.patch[1] bcm27xx/patches-5.15/950-0596-drm-vc4-dpi-Add-option-for-inverting-pixel-clock-and.patch[2] ipq807x/0006-v5.16-arm64-dts-qcom-Fix-IPQ8074-PCIe-PHY-nodes.patch [3] ipq807x/0034-v6.1-arm64-dts-qcom-ipq8074-fix-PCIe-PHY-serdes-size.patch [4] ipq807x/0103-arm64-dts-qcom-ipq8074-fix-Gen2-PCIe-QMP-PHY.patch [5] ipq807x/0104-arm64-dts-qcom-ipq8074-fix-Gen3-PCIe-QMP-PHY.patch [6] ipq807x/0105-arm64-dts-qcom-ipq8074-correct-Gen2-PCIe-ranges.patch [7] ipq807x/0108-arm64-dts-qcom-ipq8074-fix-Gen3-PCIe-node.patch [8] ipq807x/0109-arm64-dts-qcom-ipq8074-correct-PCIe-QMP-PHY-output-c.patch [9] ipq807x/0132-arm64-dts-qcom-ipq8074-correct-USB3-QMP-PHY-s-clock-.patch [10] All other patches automatically rebased. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.99&id=d2991e6b30020e286f2dd9d3b4f43548c547caa6 2. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/gpu/drm/vc4/vc4_dpi.c?h=v5.15.100&id=8e04aaffb6de5f1ae61de7b671c1531172ccf429 3. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=a55a645aa303a3f7ec37db69822d5420657626da 4. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=d9df682bcea57fa25f37bbf17eae56fa05662635 5. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=7e6eeb5fb3aa9e5feffdb6e137dcc06f5f6410e1 6. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=e88204931d9a60634cd50bbc679f045439c4b91d 7. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=1563af0f28afd3b6d64ac79a2aecced3969c90bf 8. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=feb8c71f015d416f1afe90e1f62cf51e47376c67 9. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=69c7a270357a7d50ffd3471b14c60250041200e3 10. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/arm64/boot/dts/qcom/ipq8074.dtsi?h=v5.15.99&id=dd3d021ae5471d98adf81f1e897431c8657d0a18 Build system: x86_64 Build-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3 Run-tested: bcm2711/RPi4B, ramips/tplink_archer-a6-v3 Signed-off-by: John Audia <therealgraysky@proton.me> Tested-by: Robert Marko <robimarko@gmail.com> #ipq807x/Dynalink WRX36 Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> #ipq807x/ax3600, x86_64/FW-7543B, ath79/tl-wdr3600, ipq806x/g10, ipq806x/nbg6817
135 lines
4.2 KiB
Diff
135 lines
4.2 KiB
Diff
From e593e834fe8ba9bf314d8215ac05d8787f81efda Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robimarko@gmail.com>
|
|
Date: Fri, 19 Aug 2022 00:02:42 +0200
|
|
Subject: [PATCH] thermal/drivers/tsens: Add support for combined interrupt
|
|
|
|
Despite using tsens v2.3 IP, IPQ8074 and IPQ6018 only have one IRQ for
|
|
signaling both up/low and critical trips.
|
|
|
|
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
Reviewed-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20220818220245.338396-2-robimarko@gmail.com
|
|
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
|
|
---
|
|
drivers/thermal/qcom/tsens-8960.c | 1 +
|
|
drivers/thermal/qcom/tsens-v0_1.c | 1 +
|
|
drivers/thermal/qcom/tsens-v1.c | 1 +
|
|
drivers/thermal/qcom/tsens-v2.c | 1 +
|
|
drivers/thermal/qcom/tsens.c | 38 ++++++++++++++++++++++++++-----
|
|
drivers/thermal/qcom/tsens.h | 2 ++
|
|
6 files changed, 38 insertions(+), 6 deletions(-)
|
|
|
|
--- a/drivers/thermal/qcom/tsens-8960.c
|
|
+++ b/drivers/thermal/qcom/tsens-8960.c
|
|
@@ -269,6 +269,7 @@ static const struct tsens_ops ops_8960 =
|
|
static struct tsens_features tsens_8960_feat = {
|
|
.ver_major = VER_0,
|
|
.crit_int = 0,
|
|
+ .combo_int = 0,
|
|
.adc = 1,
|
|
.srot_split = 0,
|
|
.max_sensors = 11,
|
|
--- a/drivers/thermal/qcom/tsens-v0_1.c
|
|
+++ b/drivers/thermal/qcom/tsens-v0_1.c
|
|
@@ -549,6 +549,7 @@ static int __init init_8939(struct tsens
|
|
static struct tsens_features tsens_v0_1_feat = {
|
|
.ver_major = VER_0_1,
|
|
.crit_int = 0,
|
|
+ .combo_int = 0,
|
|
.adc = 1,
|
|
.srot_split = 1,
|
|
.max_sensors = 11,
|
|
--- a/drivers/thermal/qcom/tsens-v1.c
|
|
+++ b/drivers/thermal/qcom/tsens-v1.c
|
|
@@ -273,6 +273,7 @@ static int calibrate_8976(struct tsens_p
|
|
static struct tsens_features tsens_v1_feat = {
|
|
.ver_major = VER_1_X,
|
|
.crit_int = 0,
|
|
+ .combo_int = 0,
|
|
.adc = 1,
|
|
.srot_split = 1,
|
|
.max_sensors = 11,
|
|
--- a/drivers/thermal/qcom/tsens-v2.c
|
|
+++ b/drivers/thermal/qcom/tsens-v2.c
|
|
@@ -31,6 +31,7 @@
|
|
static struct tsens_features tsens_v2_feat = {
|
|
.ver_major = VER_2_X,
|
|
.crit_int = 1,
|
|
+ .combo_int = 0,
|
|
.adc = 0,
|
|
.srot_split = 1,
|
|
.max_sensors = 16,
|
|
--- a/drivers/thermal/qcom/tsens.c
|
|
+++ b/drivers/thermal/qcom/tsens.c
|
|
@@ -531,6 +531,27 @@ static irqreturn_t tsens_irq_thread(int
|
|
return IRQ_HANDLED;
|
|
}
|
|
|
|
+/**
|
|
+ * tsens_combined_irq_thread() - Threaded interrupt handler for combined interrupts
|
|
+ * @irq: irq number
|
|
+ * @data: tsens controller private data
|
|
+ *
|
|
+ * Handle the combined interrupt as if it were 2 separate interrupts, so call the
|
|
+ * critical handler first and then the up/low one.
|
|
+ *
|
|
+ * Return: IRQ_HANDLED
|
|
+ */
|
|
+static irqreturn_t tsens_combined_irq_thread(int irq, void *data)
|
|
+{
|
|
+ irqreturn_t ret;
|
|
+
|
|
+ ret = tsens_critical_irq_thread(irq, data);
|
|
+ if (ret != IRQ_HANDLED)
|
|
+ return ret;
|
|
+
|
|
+ return tsens_irq_thread(irq, data);
|
|
+}
|
|
+
|
|
static int tsens_set_trips(void *_sensor, int low, int high)
|
|
{
|
|
struct tsens_sensor *s = _sensor;
|
|
@@ -1081,13 +1102,18 @@ static int tsens_register(struct tsens_p
|
|
tsens_mC_to_hw(priv->sensor, 0));
|
|
}
|
|
|
|
- ret = tsens_register_irq(priv, "uplow", tsens_irq_thread);
|
|
- if (ret < 0)
|
|
- return ret;
|
|
+ if (priv->feat->combo_int) {
|
|
+ ret = tsens_register_irq(priv, "combined",
|
|
+ tsens_combined_irq_thread);
|
|
+ } else {
|
|
+ ret = tsens_register_irq(priv, "uplow", tsens_irq_thread);
|
|
+ if (ret < 0)
|
|
+ return ret;
|
|
|
|
- if (priv->feat->crit_int)
|
|
- ret = tsens_register_irq(priv, "critical",
|
|
- tsens_critical_irq_thread);
|
|
+ if (priv->feat->crit_int)
|
|
+ ret = tsens_register_irq(priv, "critical",
|
|
+ tsens_critical_irq_thread);
|
|
+ }
|
|
|
|
return ret;
|
|
}
|
|
--- a/drivers/thermal/qcom/tsens.h
|
|
+++ b/drivers/thermal/qcom/tsens.h
|
|
@@ -495,6 +495,7 @@ enum regfield_ids {
|
|
* struct tsens_features - Features supported by the IP
|
|
* @ver_major: Major number of IP version
|
|
* @crit_int: does the IP support critical interrupts?
|
|
+ * @combo_int: does the IP use one IRQ for up, low and critical thresholds?
|
|
* @adc: do the sensors only output adc code (instead of temperature)?
|
|
* @srot_split: does the IP neatly splits the register space into SROT and TM,
|
|
* with SROT only being available to secure boot firmware?
|
|
@@ -504,6 +505,7 @@ enum regfield_ids {
|
|
struct tsens_features {
|
|
unsigned int ver_major;
|
|
unsigned int crit_int:1;
|
|
+ unsigned int combo_int:1;
|
|
unsigned int adc:1;
|
|
unsigned int srot_split:1;
|
|
unsigned int has_watchdog:1;
|