From: Greg Kroah-Hartman Date: Wed, 22 Jul 2026 14:25:19 +0000 (+0200) Subject: drop dt-bindings-net-updated-interrupt-type-to-be-active-.patch X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c74961a67ce214e2d9543e6bf540335441b96be6;p=thirdparty%2Fkernel%2Fstable-queue.git drop dt-bindings-net-updated-interrupt-type-to-be-active-.patch --- 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 index 8b2a1c81d9..0000000000 --- a/queue-6.12/dt-bindings-net-updated-interrupt-type-to-be-active-.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 6ae25bdad1c2340e5a718b801fa411781d6f064d Mon Sep 17 00:00:00 2001 -From: Sasha Levin -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 - -[ 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 -Acked-by: Krzysztof Kozlowski -Link: https://patch.msgid.link/20260611-level-trigger-v5-4-4533a9e85ce2@onsemi.com -Signed-off-by: Jakub Kicinski -Signed-off-by: Sasha Levin ---- - 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 = <ð0_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 - diff --git a/queue-6.12/series b/queue-6.12/series index 82bcc29c51..b8d1a5aee9 100644 --- a/queue-6.12/series +++ b/queue-6.12/series @@ -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 index 95d2534945..0000000000 --- a/queue-6.18/dt-bindings-net-updated-interrupt-type-to-be-active-.patch +++ /dev/null @@ -1,47 +0,0 @@ -From e292a88a55fc64e198ecfe5a4c4a49177d0b426b Mon Sep 17 00:00:00 2001 -From: Sasha Levin -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 - -[ 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 -Acked-by: Krzysztof Kozlowski -Link: https://patch.msgid.link/20260611-level-trigger-v5-4-4533a9e85ce2@onsemi.com -Signed-off-by: Jakub Kicinski -Signed-off-by: Sasha Levin ---- - 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 = <ð0_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 - diff --git a/queue-6.18/series b/queue-6.18/series index f5750b2a12..5a1ad475e3 100644 --- a/queue-6.18/series +++ b/queue-6.18/series @@ -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 index 56b154a3e0..0000000000 --- a/queue-7.1/dt-bindings-net-updated-interrupt-type-to-be-active-.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 72756f233a1df59fc237b6994d542287497c4c99 Mon Sep 17 00:00:00 2001 -From: Sasha Levin -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 - -[ 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 -Acked-by: Krzysztof Kozlowski -Link: https://patch.msgid.link/20260611-level-trigger-v5-4-4533a9e85ce2@onsemi.com -Signed-off-by: Jakub Kicinski -Signed-off-by: Sasha Levin ---- - 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 = <ð0_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 - diff --git a/queue-7.1/series b/queue-7.1/series index 6de1c14fc6..86bad2d4c9 100644 --- a/queue-7.1/series +++ b/queue-7.1/series @@ -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