]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
Drop arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch from older trees
authorSasha Levin <sashal@kernel.org>
Sun, 28 Jan 2024 15:10:30 +0000 (10:10 -0500)
committerSasha Levin <sashal@kernel.org>
Sun, 28 Jan 2024 15:10:30 +0000 (10:10 -0500)
queue-5.10/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch [deleted file]
queue-5.10/series
queue-5.15/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch [deleted file]
queue-5.15/series
queue-5.4/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch [deleted file]
queue-5.4/series
queue-6.1/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch [deleted file]
queue-6.1/series

diff --git a/queue-5.10/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch b/queue-5.10/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch
deleted file mode 100644 (file)
index a883e26..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 971f5d8b0618d09db75184ddd8cca0767514db5d Mon Sep 17 00:00:00 2001
-From: Johan Hovold <johan+linaro@kernel.org>
-Date: Wed, 13 Dec 2023 18:34:01 +0100
-Subject: arm64: dts: qcom: sdm845: fix USB SS wakeup
-
-From: Johan Hovold <johan+linaro@kernel.org>
-
-commit 971f5d8b0618d09db75184ddd8cca0767514db5d upstream.
-
-The USB SS PHY interrupts need to be provided by the PDC interrupt
-controller in order to be able to wake the system up from low-power
-states.
-
-Fixes: ca4db2b538a1 ("arm64: dts: qcom: sdm845: Add USB-related nodes")
-Cc: stable@vger.kernel.org     # 4.20
-Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231213173403.29544-4-johan+linaro@kernel.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845.dtsi |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
-+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
-@@ -3566,7 +3566,7 @@
-                       assigned-clock-rates = <19200000>, <150000000>;
-                       interrupts-extended = <&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
--                                            <&intc GIC_SPI 486 IRQ_TYPE_LEVEL_HIGH>,
-+                                            <&pdc_intc 6 IRQ_TYPE_LEVEL_HIGH>,
-                                             <&pdc_intc 8 IRQ_TYPE_EDGE_BOTH>,
-                                             <&pdc_intc 9 IRQ_TYPE_EDGE_BOTH>;
-                       interrupt-names = "hs_phy_irq", "ss_phy_irq",
-@@ -3614,7 +3614,7 @@
-                       assigned-clock-rates = <19200000>, <150000000>;
-                       interrupts-extended = <&intc GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
--                                            <&intc GIC_SPI 487 IRQ_TYPE_LEVEL_HIGH>,
-+                                            <&pdc_intc 7 IRQ_TYPE_LEVEL_HIGH>,
-                                             <&pdc_intc 10 IRQ_TYPE_EDGE_BOTH>,
-                                             <&pdc_intc 11 IRQ_TYPE_EDGE_BOTH>;
-                       interrupt-names = "hs_phy_irq", "ss_phy_irq",
index df6bb8e5e12b898a88f33cde2e987b862838bb9a..74ec799cbf0e151ae8652b60a4ae39cfb5d69712 100644 (file)
@@ -26,7 +26,6 @@ async-split-async_schedule_node_domain.patch
 async-introduce-async_schedule_dev_nocall.patch
 arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch
 arm64-dts-qcom-sdm845-fix-usb-dp-dm-hs-phy-interrupts.patch
-arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch
 lsm-new-security_file_ioctl_compat-hook.patch
 scripts-get_abi-fix-source-path-leak.patch
 mmc-core-use-mrq.sbc-in-close-ended-ffu.patch
diff --git a/queue-5.15/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch b/queue-5.15/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch
deleted file mode 100644 (file)
index 1a69c5d..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 971f5d8b0618d09db75184ddd8cca0767514db5d Mon Sep 17 00:00:00 2001
-From: Johan Hovold <johan+linaro@kernel.org>
-Date: Wed, 13 Dec 2023 18:34:01 +0100
-Subject: arm64: dts: qcom: sdm845: fix USB SS wakeup
-
-From: Johan Hovold <johan+linaro@kernel.org>
-
-commit 971f5d8b0618d09db75184ddd8cca0767514db5d upstream.
-
-The USB SS PHY interrupts need to be provided by the PDC interrupt
-controller in order to be able to wake the system up from low-power
-states.
-
-Fixes: ca4db2b538a1 ("arm64: dts: qcom: sdm845: Add USB-related nodes")
-Cc: stable@vger.kernel.org     # 4.20
-Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231213173403.29544-4-johan+linaro@kernel.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845.dtsi |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
-+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
-@@ -3768,7 +3768,7 @@
-                       assigned-clock-rates = <19200000>, <150000000>;
-                       interrupts-extended = <&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
--                                            <&intc GIC_SPI 486 IRQ_TYPE_LEVEL_HIGH>,
-+                                            <&pdc_intc 6 IRQ_TYPE_LEVEL_HIGH>,
-                                             <&pdc_intc 8 IRQ_TYPE_EDGE_BOTH>,
-                                             <&pdc_intc 9 IRQ_TYPE_EDGE_BOTH>;
-                       interrupt-names = "hs_phy_irq", "ss_phy_irq",
-@@ -3816,7 +3816,7 @@
-                       assigned-clock-rates = <19200000>, <150000000>;
-                       interrupts-extended = <&intc GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
--                                            <&intc GIC_SPI 487 IRQ_TYPE_LEVEL_HIGH>,
-+                                            <&pdc_intc 7 IRQ_TYPE_LEVEL_HIGH>,
-                                             <&pdc_intc 10 IRQ_TYPE_EDGE_BOTH>,
-                                             <&pdc_intc 11 IRQ_TYPE_EDGE_BOTH>;
-                       interrupt-names = "hs_phy_irq", "ss_phy_irq",
index 3ffec32e5cb3e2a067078ac34c3f7e266a6835a4..da351e1ded393c84919e6c46ebf3e10ec9585ef3 100644 (file)
@@ -29,7 +29,6 @@ arm64-dts-qcom-sc7180-fix-usb-wakeup-interrupt-types.patch
 arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch
 arm64-dts-qcom-sm8150-fix-usb-wakeup-interrupt-types.patch
 arm64-dts-qcom-sdm845-fix-usb-dp-dm-hs-phy-interrupts.patch
-arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch
 arm64-dts-qcom-sm8150-fix-usb-dp-dm-hs-phy-interrupts.patch
 arm64-dts-qcom-sm8150-fix-usb-ss-wakeup.patch
 lsm-new-security_file_ioctl_compat-hook.patch
diff --git a/queue-5.4/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch b/queue-5.4/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch
deleted file mode 100644 (file)
index 0076a6b..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 971f5d8b0618d09db75184ddd8cca0767514db5d Mon Sep 17 00:00:00 2001
-From: Johan Hovold <johan+linaro@kernel.org>
-Date: Wed, 13 Dec 2023 18:34:01 +0100
-Subject: arm64: dts: qcom: sdm845: fix USB SS wakeup
-
-From: Johan Hovold <johan+linaro@kernel.org>
-
-commit 971f5d8b0618d09db75184ddd8cca0767514db5d upstream.
-
-The USB SS PHY interrupts need to be provided by the PDC interrupt
-controller in order to be able to wake the system up from low-power
-states.
-
-Fixes: ca4db2b538a1 ("arm64: dts: qcom: sdm845: Add USB-related nodes")
-Cc: stable@vger.kernel.org     # 4.20
-Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231213173403.29544-4-johan+linaro@kernel.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845.dtsi |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
-+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
-@@ -2502,7 +2502,7 @@
-                       assigned-clock-rates = <19200000>, <150000000>;
-                       interrupts-extended = <&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
--                                            <&intc GIC_SPI 486 IRQ_TYPE_LEVEL_HIGH>,
-+                                            <&pdc_intc 6 IRQ_TYPE_LEVEL_HIGH>,
-                                             <&pdc_intc 8 IRQ_TYPE_EDGE_BOTH>,
-                                             <&pdc_intc 9 IRQ_TYPE_EDGE_BOTH>;
-                       interrupt-names = "hs_phy_irq", "ss_phy_irq",
-@@ -2546,7 +2546,7 @@
-                       assigned-clock-rates = <19200000>, <150000000>;
-                       interrupts-extended = <&intc GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
--                                            <&intc GIC_SPI 487 IRQ_TYPE_LEVEL_HIGH>,
-+                                            <&pdc_intc 7 IRQ_TYPE_LEVEL_HIGH>,
-                                             <&pdc_intc 10 IRQ_TYPE_EDGE_BOTH>,
-                                             <&pdc_intc 11 IRQ_TYPE_EDGE_BOTH>;
-                       interrupt-names = "hs_phy_irq", "ss_phy_irq",
index 02d06224d25a473828f58c4987d656ed996066c3..29c31b7884e59513a561b9843f6e6340e3e82ccc 100644 (file)
@@ -14,7 +14,6 @@ rpmsg-virtio-free-driver_override-when-rpmsg_remove.patch
 parisc-firmware-fix-f-extend-for-pdc-addresses.patch
 arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch
 arm64-dts-qcom-sdm845-fix-usb-dp-dm-hs-phy-interrupts.patch
-arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch
 mmc-core-use-mrq.sbc-in-close-ended-ffu.patch
 nouveau-vmm-don-t-set-addr-on-the-fail-path-to-avoid-warning.patch
 ubifs-ubifs_symlink-fix-memleak-of-inode-i_link-in-error-path.patch
diff --git a/queue-6.1/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch b/queue-6.1/arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch
deleted file mode 100644 (file)
index 1371ca6..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 971f5d8b0618d09db75184ddd8cca0767514db5d Mon Sep 17 00:00:00 2001
-From: Johan Hovold <johan+linaro@kernel.org>
-Date: Wed, 13 Dec 2023 18:34:01 +0100
-Subject: arm64: dts: qcom: sdm845: fix USB SS wakeup
-
-From: Johan Hovold <johan+linaro@kernel.org>
-
-commit 971f5d8b0618d09db75184ddd8cca0767514db5d upstream.
-
-The USB SS PHY interrupts need to be provided by the PDC interrupt
-controller in order to be able to wake the system up from low-power
-states.
-
-Fixes: ca4db2b538a1 ("arm64: dts: qcom: sdm845: Add USB-related nodes")
-Cc: stable@vger.kernel.org     # 4.20
-Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
-Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
-Link: https://lore.kernel.org/r/20231213173403.29544-4-johan+linaro@kernel.org
-Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/arm64/boot/dts/qcom/sdm845.dtsi |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
-+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
-@@ -4049,7 +4049,7 @@
-                       assigned-clock-rates = <19200000>, <150000000>;
-                       interrupts-extended = <&intc GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
--                                            <&intc GIC_SPI 486 IRQ_TYPE_LEVEL_HIGH>,
-+                                            <&pdc_intc 6 IRQ_TYPE_LEVEL_HIGH>,
-                                             <&pdc_intc 8 IRQ_TYPE_EDGE_BOTH>,
-                                             <&pdc_intc 9 IRQ_TYPE_EDGE_BOTH>;
-                       interrupt-names = "hs_phy_irq", "ss_phy_irq",
-@@ -4100,7 +4100,7 @@
-                       assigned-clock-rates = <19200000>, <150000000>;
-                       interrupts-extended = <&intc GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
--                                            <&intc GIC_SPI 487 IRQ_TYPE_LEVEL_HIGH>,
-+                                            <&pdc_intc 7 IRQ_TYPE_LEVEL_HIGH>,
-                                             <&pdc_intc 10 IRQ_TYPE_EDGE_BOTH>,
-                                             <&pdc_intc 11 IRQ_TYPE_EDGE_BOTH>;
-                       interrupt-names = "hs_phy_irq", "ss_phy_irq",
index 00eb9a1c4e8c1599828b7e5c092bba1a3430f439..5c01591acc4371435cdc165b595ec5497906a529 100644 (file)
@@ -36,7 +36,6 @@ arm64-dts-qcom-sdm845-fix-usb-wakeup-interrupt-types.patch
 arm64-dts-qcom-sm8150-fix-usb-wakeup-interrupt-types.patch
 arm64-dts-qcom-sc7280-fix-usb_1-wakeup-interrupt-types.patch
 arm64-dts-qcom-sdm845-fix-usb-dp-dm-hs-phy-interrupts.patch
-arm64-dts-qcom-sdm845-fix-usb-ss-wakeup.patch
 arm64-dts-qcom-sm8150-fix-usb-dp-dm-hs-phy-interrupts.patch
 arm64-dts-qcom-sm8150-fix-usb-ss-wakeup.patch
 lsm-new-security_file_ioctl_compat-hook.patch