]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop dt-bindings-net-updated-interrupt-type-to-be-active-.patch
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2026 14:25:19 +0000 (16:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2026 14:25:19 +0000 (16:25 +0200)
queue-6.12/dt-bindings-net-updated-interrupt-type-to-be-active-.patch [deleted file]
queue-6.12/series
queue-6.18/dt-bindings-net-updated-interrupt-type-to-be-active-.patch [deleted file]
queue-6.18/series
queue-7.1/dt-bindings-net-updated-interrupt-type-to-be-active-.patch [deleted file]
queue-7.1/series

diff --git a/queue-6.12/dt-bindings-net-updated-interrupt-type-to-be-active-.patch b/queue-6.12/dt-bindings-net-updated-interrupt-type-to-be-active-.patch
deleted file mode 100644 (file)
index 8b2a1c8..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-From 6ae25bdad1c2340e5a718b801fa411781d6f064d Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 11 Jun 2026 14:55:41 -0700
-Subject: dt-bindings: net: updated interrupt type to be active low, level
- triggered
-
-From: Selvamani Rajagopal <Selvamani.Rajagopal@onsemi.com>
-
-[ Upstream commit 31e56112e6544afba0a50d60251175585ee62943 ]
-
-According to OPEN Alliance 10BASE-T1x MACPHY Serial Interface (TC6)
-specification, interrupt type is active low, level triggered interrupt.
-
-Specification calls for when interrupt level will be asserted and what
-condition it is de-asserted. By using edge triggered interrupt, there is a
-potential chance to miss it, particularly if it is asserted when interrupt
-is disabled.
-
-Level triggered interrupt can't be missed as it gets de-asserted only on
-interrupt handler taking actions on interrupting conditions.
-
-Fixes: ac49b950bea9 ("dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY")
-Signed-off-by: Selvamani Rajagopal <Selvamani.Rajagopal@onsemi.com>
-Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
-Link: https://patch.msgid.link/20260611-level-trigger-v5-4-4533a9e85ce2@onsemi.com
-Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- Documentation/devicetree/bindings/net/microchip,lan8650.yaml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Documentation/devicetree/bindings/net/microchip,lan8650.yaml b/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-index 61e11d4a07c407..766ff58147ae36 100644
---- a/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-+++ b/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-@@ -67,7 +67,7 @@ examples:
-         pinctrl-names = "default";
-         pinctrl-0 = <&eth0_pins>;
-         interrupt-parent = <&gpio>;
--        interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
-+        interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
-         local-mac-address = [04 05 06 01 02 03];
-         spi-max-frequency = <15000000>;
-       };
--- 
-2.53.0
-
index 82bcc29c5117853e3df6ef35813f29ccb44e46c5..b8d1a5aee924deb081f0a51e7240ab224ccf9853 100644 (file)
@@ -395,7 +395,6 @@ net-airoha-add-sched-ets-offload-support.patch
 net-airoha-fix-always-true-condition-in-ppe1-queue-r.patch
 net-ethernet-oa_tc6-mdiobus-parent-initialized-with-.patch
 net-ethernet-oa_tc6-remove-fcs-size-in-rx-frame.patch
-dt-bindings-net-updated-interrupt-type-to-be-active-.patch
 ionic-fix-check-in-ionic_get_link_ext_stats.patch
 ksmbd-fix-use-after-free-in-same_client_has_lease.patch
 mfd-rsmu-fix-page-register-setup.patch
diff --git a/queue-6.18/dt-bindings-net-updated-interrupt-type-to-be-active-.patch b/queue-6.18/dt-bindings-net-updated-interrupt-type-to-be-active-.patch
deleted file mode 100644 (file)
index 95d2534..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-From e292a88a55fc64e198ecfe5a4c4a49177d0b426b Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 11 Jun 2026 14:55:41 -0700
-Subject: dt-bindings: net: updated interrupt type to be active low, level
- triggered
-
-From: Selvamani Rajagopal <Selvamani.Rajagopal@onsemi.com>
-
-[ Upstream commit 31e56112e6544afba0a50d60251175585ee62943 ]
-
-According to OPEN Alliance 10BASE-T1x MACPHY Serial Interface (TC6)
-specification, interrupt type is active low, level triggered interrupt.
-
-Specification calls for when interrupt level will be asserted and what
-condition it is de-asserted. By using edge triggered interrupt, there is a
-potential chance to miss it, particularly if it is asserted when interrupt
-is disabled.
-
-Level triggered interrupt can't be missed as it gets de-asserted only on
-interrupt handler taking actions on interrupting conditions.
-
-Fixes: ac49b950bea9 ("dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY")
-Signed-off-by: Selvamani Rajagopal <Selvamani.Rajagopal@onsemi.com>
-Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
-Link: https://patch.msgid.link/20260611-level-trigger-v5-4-4533a9e85ce2@onsemi.com
-Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- Documentation/devicetree/bindings/net/microchip,lan8650.yaml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Documentation/devicetree/bindings/net/microchip,lan8650.yaml b/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-index 61e11d4a07c407..766ff58147ae36 100644
---- a/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-+++ b/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-@@ -67,7 +67,7 @@ examples:
-         pinctrl-names = "default";
-         pinctrl-0 = <&eth0_pins>;
-         interrupt-parent = <&gpio>;
--        interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
-+        interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
-         local-mac-address = [04 05 06 01 02 03];
-         spi-max-frequency = <15000000>;
-       };
--- 
-2.53.0
-
index f5750b2a125fac3587a7f8d101dfcaa842c509ef..5a1ad475e332c6c9ff3dc05e03edc47bffbdf822 100644 (file)
@@ -572,7 +572,6 @@ tcp-ipv6-clamp-default-adverting-mss-to-avoid-gso_by.patch
 net-airoha-fix-always-true-condition-in-ppe1-queue-r.patch
 net-ethernet-oa_tc6-mdiobus-parent-initialized-with-.patch
 net-ethernet-oa_tc6-remove-fcs-size-in-rx-frame.patch
-dt-bindings-net-updated-interrupt-type-to-be-active-.patch
 ionic-fix-check-in-ionic_get_link_ext_stats.patch
 rdma-bnxt_re-free-srq-toggle-page-after-firmware-tea.patch
 rdma-bnxt_re-avoid-displaying-the-kernel-pointer.patch
diff --git a/queue-7.1/dt-bindings-net-updated-interrupt-type-to-be-active-.patch b/queue-7.1/dt-bindings-net-updated-interrupt-type-to-be-active-.patch
deleted file mode 100644 (file)
index 56b154a..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-From 72756f233a1df59fc237b6994d542287497c4c99 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 11 Jun 2026 14:55:41 -0700
-Subject: dt-bindings: net: updated interrupt type to be active low, level
- triggered
-
-From: Selvamani Rajagopal <Selvamani.Rajagopal@onsemi.com>
-
-[ Upstream commit 31e56112e6544afba0a50d60251175585ee62943 ]
-
-According to OPEN Alliance 10BASE-T1x MACPHY Serial Interface (TC6)
-specification, interrupt type is active low, level triggered interrupt.
-
-Specification calls for when interrupt level will be asserted and what
-condition it is de-asserted. By using edge triggered interrupt, there is a
-potential chance to miss it, particularly if it is asserted when interrupt
-is disabled.
-
-Level triggered interrupt can't be missed as it gets de-asserted only on
-interrupt handler taking actions on interrupting conditions.
-
-Fixes: ac49b950bea9 ("dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY")
-Signed-off-by: Selvamani Rajagopal <Selvamani.Rajagopal@onsemi.com>
-Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
-Link: https://patch.msgid.link/20260611-level-trigger-v5-4-4533a9e85ce2@onsemi.com
-Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- Documentation/devicetree/bindings/net/microchip,lan8650.yaml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Documentation/devicetree/bindings/net/microchip,lan8650.yaml b/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-index 61e11d4a07c407..766ff58147ae36 100644
---- a/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-+++ b/Documentation/devicetree/bindings/net/microchip,lan8650.yaml
-@@ -67,7 +67,7 @@ examples:
-         pinctrl-names = "default";
-         pinctrl-0 = <&eth0_pins>;
-         interrupt-parent = <&gpio>;
--        interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
-+        interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
-         local-mac-address = [04 05 06 01 02 03];
-         spi-max-frequency = <15000000>;
-       };
--- 
-2.53.0
-
index 6de1c14fc67e4a66445dc221da7c6508faaaf48d..86bad2d4c9591538b597018592b95eb344114d02 100644 (file)
@@ -798,7 +798,6 @@ net-ti-icssg-use-undirected-tx-tag-for-native-xdp-in.patch
 net-ti-icssg-use-undirected-tx-tag-for-xdp-zero-copy.patch
 net-ethernet-oa_tc6-mdiobus-parent-initialized-with-.patch
 net-ethernet-oa_tc6-remove-fcs-size-in-rx-frame.patch
-dt-bindings-net-updated-interrupt-type-to-be-active-.patch
 ionic-fix-check-in-ionic_get_link_ext_stats.patch
 rdma-bnxt_re-initialize-dpi-variable-to-zero.patch
 rdma-bnxt_re-free-srq-toggle-page-after-firmware-tea.patch