diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index 5e0847cd2..56af01402 100644 --- a/configs/aarch64_defconfig +++ b/configs/aarch64_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.26" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/aarch64_minimal_defconfig b/configs/aarch64_minimal_defconfig index 4d185a7fd..3e414a921 100644 --- a/configs/aarch64_minimal_defconfig +++ b/configs/aarch64_minimal_defconfig @@ -27,7 +27,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.26" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/aarch64/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/arm_defconfig b/configs/arm_defconfig index fab418353..f36d24d3f 100644 --- a/configs/arm_defconfig +++ b/configs/arm_defconfig @@ -28,7 +28,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.26" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/arm/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/arm_minimal_defconfig b/configs/arm_minimal_defconfig index 090fb62d6..fcb8039c4 100644 --- a/configs/arm_minimal_defconfig +++ b/configs/arm_minimal_defconfig @@ -28,7 +28,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.26" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/arm/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/x86_64_defconfig b/configs/x86_64_defconfig index 6bfd6d543..deba3faa4 100644 --- a/configs/x86_64_defconfig +++ b/configs/x86_64_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.26" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/configs/x86_64_minimal_defconfig b/configs/x86_64_minimal_defconfig index 609a387e9..aa3d0cc3c 100644 --- a/configs/x86_64_minimal_defconfig +++ b/configs/x86_64_minimal_defconfig @@ -26,7 +26,7 @@ BR2_ROOTFS_OVERLAY="${BR2_EXTERNAL_INFIX_PATH}/board/common/rootfs ${BR2_EXTERNA BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh ${BR2_EXTERNAL_INFIX_PATH}/board/common/post-build.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_VERSION=y -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.25" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.26" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="${BR2_EXTERNAL_INFIX_PATH}/board/x86_64/linux_defconfig" BR2_LINUX_KERNEL_INSTALL_TARGET=y diff --git a/patches/linux/6.18.25/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.26/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 97% rename from patches/linux/6.18.25/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.26/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 9d4e4dfb2..9b844e455 100644 --- a/patches/linux/6.18.25/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.26/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,7 +1,7 @@ -From 1a58edf0d4db2f4b0b894e1b98009380634bc7e1 Mon Sep 17 00:00:00 2001 +From 98ba85331eee0bfb34e6f924da4c9cb71923764c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 -Subject: [PATCH 01/48] net: phy: marvell10g: Support firmware loading on +Subject: [PATCH 01/49] net: phy: marvell10g: Support firmware loading on 88X3310 When probing, if a device is waiting for firmware to be loaded into diff --git a/patches/linux/6.18.25/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.26/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 92% rename from patches/linux/6.18.25/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.26/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index 7ea763c6a..0ac874276 100644 --- a/patches/linux/6.18.25/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.26/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,7 +1,7 @@ -From 88958b4437b9b6c51a24dbd24692e0e0b27f1438 Mon Sep 17 00:00:00 2001 +From d39ed5622acdc5c950b831ff789543efc90f647e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 -Subject: [PATCH 02/48] net: phy: marvell10g: Fix power-up when strapped to +Subject: [PATCH 02/49] net: phy: marvell10g: Fix power-up when strapped to start powered down On devices which are hardware strapped to start powered down (PDSTATE diff --git a/patches/linux/6.18.25/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.26/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.25/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.26/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 56b335ece..d796d8f74 100644 --- a/patches/linux/6.18.25/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.26/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,7 +1,7 @@ -From ee98438d1e702735344ce470be5b55d2e9abc398 Mon Sep 17 00:00:00 2001 +From cb1fd0e865254e0f73aa360b0528131af2193e3e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 -Subject: [PATCH 03/48] net: phy: marvell10g: Add LED support for 88X3310 +Subject: [PATCH 03/49] net: phy: marvell10g: Add LED support for 88X3310 Pickup the LEDs from the state in which the hardware reset or bootloader left them, but also support further configuration via diff --git a/patches/linux/6.18.25/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.26/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 94% rename from patches/linux/6.18.25/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.26/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index 309e31710..8b650ff68 100644 --- a/patches/linux/6.18.25/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.26/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,7 +1,7 @@ -From 9bde8e2bd4dce93ad5e80f5c9f8fc0e1f9a7d1ca Mon Sep 17 00:00:00 2001 +From 8c23ccee657def2a0b96d00e4ca45bbf53619cb7 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 -Subject: [PATCH 04/48] net: phy: marvell10g: Support LEDs tied to a single +Subject: [PATCH 04/49] net: phy: marvell10g: Support LEDs tied to a single media side In a combo-port setup, i.e. where both the copper and fiber interface diff --git a/patches/linux/6.18.25/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.26/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 89% rename from patches/linux/6.18.25/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.26/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index cda88e2ff..33335d2d5 100644 --- a/patches/linux/6.18.25/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.26/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,7 +1,7 @@ -From f2e1903dbc979b5da26d94eac73db97bde9f495a Mon Sep 17 00:00:00 2001 +From 7c30a7f1f8417dee4eba6ed31d05a1a690a7f710 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 -Subject: [PATCH 05/48] net: phy: Do not resume PHY when attaching +Subject: [PATCH 05/49] net: phy: Do not resume PHY when attaching The PHY should not start negotiating with its link-partner until explicitly instructed to do so. diff --git a/patches/linux/6.18.25/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.26/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 98% rename from patches/linux/6.18.25/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.26/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index 5336ae7c2..0a3250715 100644 --- a/patches/linux/6.18.25/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.26/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,7 +1,7 @@ -From 4a3e8b33268460d283b48214ca158ebd93e96ead Mon Sep 17 00:00:00 2001 +From f4278fb3523ac34ec5e9b54225d0afac27bab50a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 -Subject: [PATCH 06/48] net: bridge: avoid classifying unknown multicast as +Subject: [PATCH 06/49] net: bridge: avoid classifying unknown multicast as mrouters_only Unknown multicast, MAC/IPv4/IPv6, should always be flooded according to diff --git a/patches/linux/6.18.25/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.26/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 90% rename from patches/linux/6.18.25/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.26/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 1ff513390..3f46510ae 100644 --- a/patches/linux/6.18.25/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.26/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,7 +1,7 @@ -From ef1f7e05f43a38dd81bbbc4bbb8f1e70ad8b4180 Mon Sep 17 00:00:00 2001 +From b13c0ce262b59e066c4b19fcc33c08d2b14001a1 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 -Subject: [PATCH 07/48] net: bridge: Ignore router ports when forwarding L2 +Subject: [PATCH 07/49] net: bridge: Ignore router ports when forwarding L2 multicast Multicast router ports are either statically configured or learned from diff --git a/patches/linux/6.18.25/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.26/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 98% rename from patches/linux/6.18.25/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.26/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 55047659c..786120d39 100644 --- a/patches/linux/6.18.25/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.26/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,7 +1,7 @@ -From 1b6e4e22f39f95684d91d43c4e4a48c997bc54a9 Mon Sep 17 00:00:00 2001 +From 9a6d13ca74f6e3be41a93230a67baed15fa26743 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 -Subject: [PATCH 08/48] net: bridge: drop delay for applying strict multicast +Subject: [PATCH 08/49] net: bridge: drop delay for applying strict multicast filtering This *local* patch drops the initial delay before applying strict multicast diff --git a/patches/linux/6.18.25/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.26/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 96% rename from patches/linux/6.18.25/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.26/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index c37f48414..ff1801bb8 100644 --- a/patches/linux/6.18.25/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.26/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,7 +1,7 @@ -From 5aa81b3d419d971e9ed6e1d61314075414a584b8 Mon Sep 17 00:00:00 2001 +From 6ae70e98d271199b83f333ed090887a2ed06ac4a Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 -Subject: [PATCH 09/48] net: bridge: Differentiate MDB additions from +Subject: [PATCH 09/49] net: bridge: Differentiate MDB additions from modifications Before this change, the reception of an IGMPv3 report (and analogously diff --git a/patches/linux/6.18.25/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.26/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 92% rename from patches/linux/6.18.25/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.26/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index 77af891ef..6ee329a21 100644 --- a/patches/linux/6.18.25/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.26/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,7 +1,7 @@ -From 7f2bc7bff72bcdbf46a7c40ab19790ccd9a6fca2 Mon Sep 17 00:00:00 2001 +From 2dfe5f720d914025daf5fe798ef3090a32586659 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 -Subject: [PATCH 10/48] nvmem: layouts: onie-tlv: Let device probe even when +Subject: [PATCH 10/49] nvmem: layouts: onie-tlv: Let device probe even when TLV is invalid Before this change, probing an NVMEM device, expected to contain a diff --git a/patches/linux/6.18.25/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.26/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 91% rename from patches/linux/6.18.25/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.26/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 913b3598b..03c5bf7f6 100644 --- a/patches/linux/6.18.25/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.26/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,7 +1,7 @@ -From 7df1f07e90e3c4846a5770bf9e5d6723d180f61f Mon Sep 17 00:00:00 2001 +From 277ac9261a66abb84aa25a25be045939dcf5c66b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 -Subject: [PATCH 11/48] net: usb: r8152: add r8153b support for link/activity +Subject: [PATCH 11/49] net: usb: r8152: add r8153b support for link/activity LEDs This patch adds support for the link/activity LEDs on the NanoPi R2S diff --git a/patches/linux/6.18.25/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.26/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 92% rename from patches/linux/6.18.25/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.26/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index e5d581ca4..873413f02 100644 --- a/patches/linux/6.18.25/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.26/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,7 +1,7 @@ -From e716d8e693ba5e553d79f659f154e120d7799703 Mon Sep 17 00:00:00 2001 +From 5eb1ec5340f0258e29dceb35f3fbfc32ae76b538 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Aug 2025 18:52:54 +0200 -Subject: [PATCH 12/48] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to +Subject: [PATCH 12/49] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to match case For ref. see: https://wiki.banana-pi.org/File:Bpi-r3_Metal_case.jpg diff --git a/patches/linux/6.18.25/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.26/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 96% rename from patches/linux/6.18.25/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.26/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 426ef955f..397faa192 100644 --- a/patches/linux/6.18.25/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.26/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,7 +1,7 @@ -From 907a2d33e007604e37eaacbc12a82fc930f60c4f Mon Sep 17 00:00:00 2001 +From cf581319e1a8d1666a84d318d019a1fb2ecd8f3f Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 20 Aug 2025 21:38:24 +0200 -Subject: [PATCH 13/48] drm/panel-simple: Add a timing for the Raspberry Pi 7" +Subject: [PATCH 13/49] drm/panel-simple: Add a timing for the Raspberry Pi 7" panel The Raspberry Pi 7" 800x480 panel uses a Toshiba TC358762 DSI diff --git a/patches/linux/6.18.25/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.26/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 97% rename from patches/linux/6.18.25/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.26/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index a0d0f4aa2..b7f5d87e8 100644 --- a/patches/linux/6.18.25/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.26/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,7 +1,7 @@ -From 02efd1af3a3688da535b7ccfb131acca099b16ed Mon Sep 17 00:00:00 2001 +From 4266c608d94b4347224885ee7514872b8156bc94 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 21 Aug 2025 11:20:23 +0200 -Subject: [PATCH 14/48] input:touchscreen:edt-ft5x06: Add polled mode +Subject: [PATCH 14/49] input:touchscreen:edt-ft5x06: Add polled mode Not all hardware has interrupts therefore we need to poll the touchscreen. diff --git a/patches/linux/6.18.25/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.26/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 88% rename from patches/linux/6.18.25/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.26/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 208851880..ec333bea6 100644 --- a/patches/linux/6.18.25/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.26/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,7 +1,7 @@ -From bdd547ca4fe915df479094bd4184d0870bfb20fc Mon Sep 17 00:00:00 2001 +From a79b32dc3c75315043ef3ca7428f361b7aa0fd38 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 -Subject: [PATCH 15/48] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for +Subject: [PATCH 15/49] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for PPU on 6393X In a multi-chip setup, delays of up to 750ms are observed before the diff --git a/patches/linux/6.18.25/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.26/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 98% rename from patches/linux/6.18.25/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.26/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index ff9632ffc..e942f1176 100644 --- a/patches/linux/6.18.25/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.26/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,7 +1,7 @@ -From bf7ea26e4ab01fd94b6e43507c9cbb47fca4fc6f Mon Sep 17 00:00:00 2001 +From 836a87046711d7234d5fc3493f0e30027f1601cb Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 -Subject: [PATCH 16/48] net: dsa: mv88e6xxx: Improve indirect register access +Subject: [PATCH 16/49] net: dsa: mv88e6xxx: Improve indirect register access perf on 6393 When operating in multi-chip mode, the 6393 family maps a subset of diff --git a/patches/linux/6.18.25/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.26/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 90% rename from patches/linux/6.18.25/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.26/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index a5d3f6a50..ed058e7b6 100644 --- a/patches/linux/6.18.25/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.26/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,7 +1,7 @@ -From cd5282da53b15d91b18b9f365ee4ecc453c69260 Mon Sep 17 00:00:00 2001 +From af85f8414a1beb8d1648ed64a8072b8f58e9450d Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 -Subject: [PATCH 17/48] net: dsa: mv88e6xxx: Honor ports being managed via +Subject: [PATCH 17/49] net: dsa: mv88e6xxx: Honor ports being managed via in-band-status Keep all link parameters in their unforced states when the port is diff --git a/patches/linux/6.18.25/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.26/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 96% rename from patches/linux/6.18.25/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.26/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 8efb8b957..c61d1be1b 100644 --- a/patches/linux/6.18.25/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.26/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,7 +1,7 @@ -From 01b7489743f6d4a385e4e2e25fc1988235aa9e0b Mon Sep 17 00:00:00 2001 +From 085283f41e1ddd7201c3577314df21463d62815e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 -Subject: [PATCH 18/48] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user +Subject: [PATCH 18/49] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user ports on 6393X For packets with a DA in the IEEE reserved L2 group range, originating diff --git a/patches/linux/6.18.25/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.26/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 91% rename from patches/linux/6.18.25/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.26/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index 2a5c2e4f1..0d2e07d91 100644 --- a/patches/linux/6.18.25/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.26/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,7 +1,7 @@ -From 1c8c377c0d8638ed2d1d43414ea9bcb7522788f0 Mon Sep 17 00:00:00 2001 +From b98d44cb81edb48d6f365422d9c1c296ae855d51 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 -Subject: [PATCH 19/48] net: dsa: tag_dsa: Use tag priority as initial +Subject: [PATCH 19/49] net: dsa: tag_dsa: Use tag priority as initial skb->priority Use the 3-bit priority field from the DSA tag as the initial packet diff --git a/patches/linux/6.18.25/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.26/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 95% rename from patches/linux/6.18.25/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.26/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index 9e168d179..d1b223498 100644 --- a/patches/linux/6.18.25/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.26/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,7 +1,7 @@ -From 177bb276b21b8d2ddc8f0c142155e56aa5a0d021 Mon Sep 17 00:00:00 2001 +From 2ce1092c587318a494a3e381fdf3693ec3977fa4 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 -Subject: [PATCH 20/48] net: dsa: Support MDB memberships whose L2 addresses +Subject: [PATCH 20/49] net: dsa: Support MDB memberships whose L2 addresses overlap Multiple IP multicast groups (32 for v4, 2^80 for v6) map to the same diff --git a/patches/linux/6.18.25/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.26/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 96% rename from patches/linux/6.18.25/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.26/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index 550433a9e..bc540bd4c 100644 --- a/patches/linux/6.18.25/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.26/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,7 +1,7 @@ -From 894c8e45709a629c4b10d079b31f1f4800a43677 Mon Sep 17 00:00:00 2001 +From 560ed03fd3e5c31bd1cdd737fe532937345099ab Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 -Subject: [PATCH 21/48] net: dsa: Support EtherType based priority overrides +Subject: [PATCH 21/49] net: dsa: Support EtherType based priority overrides --- include/net/dsa.h | 4 ++++ diff --git a/patches/linux/6.18.25/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.26/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 98% rename from patches/linux/6.18.25/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.26/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 2fa2dafb7..6c07b13e5 100644 --- a/patches/linux/6.18.25/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.26/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,7 +1,7 @@ -From 5004969cb16e3c23e517105ff2030a76a21df966 Mon Sep 17 00:00:00 2001 +From 667617e1c2cb313e2bc40894749eb0f8da928019 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 -Subject: [PATCH 22/48] net: dsa: mv88e6xxx: Support EtherType based priority +Subject: [PATCH 22/49] net: dsa: mv88e6xxx: Support EtherType based priority overrides --- diff --git a/patches/linux/6.18.25/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.26/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 97% rename from patches/linux/6.18.25/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.26/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 578300b38..295ca1ee5 100644 --- a/patches/linux/6.18.25/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.26/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,7 +1,7 @@ -From 9784e108d7e23741bfe5f2793faec26ff213ca86 Mon Sep 17 00:00:00 2001 +From 680eae6f286a1e401fcaaa44e703dbd8b947b61c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 -Subject: [PATCH 23/48] net: dsa: mv88e6xxx: Add mqprio qdisc support +Subject: [PATCH 23/49] net: dsa: mv88e6xxx: Add mqprio qdisc support Add support for attaching mqprio qdisc's to mv88e6xxx ports and use the packet's traffic class as the outgoing priority when no PCP bits diff --git a/patches/linux/6.18.25/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.26/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 95% rename from patches/linux/6.18.25/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.26/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 234c5fb50..3cb2aa1ce 100644 --- a/patches/linux/6.18.25/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.26/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,7 +1,7 @@ -From 7a5d8a80b8c5df68956486da53b06548b7d3e196 Mon Sep 17 00:00:00 2001 +From 3460f51c2d632181ac95fbd2427ee67985479f81 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 -Subject: [PATCH 24/48] net: dsa: mv88e6xxx: Use VLAN prio over IP when both +Subject: [PATCH 24/49] net: dsa: mv88e6xxx: Use VLAN prio over IP when both are available Switch the priority sourcing precdence to prefer VLAN PCP over IP diff --git a/patches/linux/6.18.25/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.26/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 97% rename from patches/linux/6.18.25/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.26/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index de4aa9a97..4261fae56 100644 --- a/patches/linux/6.18.25/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.26/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,7 +1,7 @@ -From 43effaa176813e0e770c224582dd99c0e139979c Mon Sep 17 00:00:00 2001 +From a385a7fc7eb16efe3fb1966e2d9b73b38efb35cb Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 -Subject: [PATCH 25/48] [FIX] net: dsa: mv88e6xxx: Trap locally terminated +Subject: [PATCH 25/49] [FIX] net: dsa: mv88e6xxx: Trap locally terminated VLANs Before this change, in a setup like the following, packets assigned to diff --git a/patches/linux/6.18.25/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.26/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 91% rename from patches/linux/6.18.25/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.26/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 184d55796..b0ae10525 100644 --- a/patches/linux/6.18.25/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.26/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,7 +1,7 @@ -From c51a3e7a888b1ad8606e1b25cd7c96e65f93b15a Mon Sep 17 00:00:00 2001 +From e9d6e03b4e0dee3d3d0deec6cc3be86fb8f5e5eb Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 -Subject: [PATCH 26/48] net: dsa: mv88e6xxx: collapse disabled state into +Subject: [PATCH 26/49] net: dsa: mv88e6xxx: collapse disabled state into blocking This patch changes the behavior of switchcore ports wrt. the port state. diff --git a/patches/linux/6.18.25/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.26/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 97% rename from patches/linux/6.18.25/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.26/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index e2b5fe923..d2b5e4682 100644 --- a/patches/linux/6.18.25/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.26/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,7 +1,7 @@ -From 944eb4b7e5511cfd115124fd54a79cd9d827cc1c Mon Sep 17 00:00:00 2001 +From 46bcd3eeca425a5355068516e1b7fc60d2f8128a Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 -Subject: [PATCH 27/48] net: dsa: mv88e6xxx: Only activate LAG offloading when +Subject: [PATCH 27/49] net: dsa: mv88e6xxx: Only activate LAG offloading when bridged The current port isolation scheme for mv88e6xxx is detailed here: diff --git a/patches/linux/6.18.25/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.26/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.25/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.26/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index e5cccc64e..22d0f0906 100644 --- a/patches/linux/6.18.25/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.26/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,7 +1,7 @@ -From b6e365e47484728bfc50b52ee066f8fb2763bec7 Mon Sep 17 00:00:00 2001 +From 0e1e64a9f7e03e86eb78f20eafe1050971780edc Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 14 Jan 2026 18:22:41 +0100 -Subject: [PATCH 28/48] net: dsa: mv88e6xxx: Add LED support for 6393X +Subject: [PATCH 28/49] net: dsa: mv88e6xxx: Add LED support for 6393X Original commit: commit 462277b926140ee2d231317e92afb6cabf640268 diff --git a/patches/linux/6.18.25/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.26/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.25/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.26/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index 70b72c288..7dab155b2 100644 --- a/patches/linux/6.18.25/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.26/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,7 +1,7 @@ -From 756f5d27cfcb0ae6f5b22aa481c002b89f50bb66 Mon Sep 17 00:00:00 2001 +From 2d0bedb86b60ee912afc0e621334a3ebe43effcc Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 15 Jan 2026 22:47:37 +0100 -Subject: [PATCH 29/48] wifi: brcmfmac: support deletion and recreation of +Subject: [PATCH 29/49] wifi: brcmfmac: support deletion and recreation of primary interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 diff --git a/patches/linux/6.18.25/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.26/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 92% rename from patches/linux/6.18.25/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.26/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index e53dedc5e..b2b316a57 100644 --- a/patches/linux/6.18.25/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.26/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,7 +1,7 @@ -From a1a034f88eebe3ac427ee3eded3d701df373ee24 Mon Sep 17 00:00:00 2001 +From eb0352568c4039d99045d16f9f96c750c4474ec2 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Mon, 19 Jan 2026 13:06:53 +0100 -Subject: [PATCH 30/48] wifi: brcmfmac: check connection state before querying +Subject: [PATCH 30/49] wifi: brcmfmac: check connection state before querying station info MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 diff --git a/patches/linux/6.18.25/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.26/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 92% rename from patches/linux/6.18.25/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.26/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index d738c84bb..4d5547f2b 100644 --- a/patches/linux/6.18.25/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.26/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,7 +1,7 @@ -From bcfe1fc5235c276c41b46bf3281a6ed1263999f8 Mon Sep 17 00:00:00 2001 +From 88b1505420fd12e4c3384d8a1dd24586e9f16e0e Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:12:10 +0100 -Subject: [PATCH 31/48] wifi: brcmfmac: suppress log spam for +Subject: [PATCH 31/49] wifi: brcmfmac: suppress log spam for regulatory-restricted channels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 diff --git a/patches/linux/6.18.25/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.26/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 95% rename from patches/linux/6.18.25/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.26/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index 8bc8cd7f4..5c034d5c6 100644 --- a/patches/linux/6.18.25/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.26/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,7 +1,7 @@ -From 54eaebf53119b5f64155739e1decf9d290f2a843 Mon Sep 17 00:00:00 2001 +From 52dd3159f0230ee7812b9be1cf8d77756aba4296 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:18:45 +0100 -Subject: [PATCH 32/48] wifi: brcmfmac: reduce log noise during AP to station +Subject: [PATCH 32/49] wifi: brcmfmac: reduce log noise during AP to station transition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 diff --git a/patches/linux/6.18.25/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch b/patches/linux/6.18.26/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch similarity index 91% rename from patches/linux/6.18.25/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch rename to patches/linux/6.18.26/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch index f0a215a5f..df4d7c4f1 100644 --- a/patches/linux/6.18.25/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch +++ b/patches/linux/6.18.26/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch @@ -1,7 +1,7 @@ -From 97379c6ac8d1a770a648c4efa9b0e1e8149abefe Mon Sep 17 00:00:00 2001 +From 92f54790a997075027c01f4f6fec8e5f92b8ff77 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 17 Feb 2026 21:59:59 +0100 -Subject: [PATCH 33/48] net: phy: air_en8811h: add OF device table for +Subject: [PATCH 33/49] net: phy: air_en8811h: add OF device table for auto-loading mdio_uevent() only emits an OF-style MODALIAS via diff --git a/patches/linux/6.18.25/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch b/patches/linux/6.18.26/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch similarity index 96% rename from patches/linux/6.18.25/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch rename to patches/linux/6.18.26/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch index 6d53b33ac..f044e1069 100644 --- a/patches/linux/6.18.25/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch +++ b/patches/linux/6.18.26/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch @@ -1,7 +1,7 @@ -From f2048d36925ccbd8717bb0ecc813d3579d868c87 Mon Sep 17 00:00:00 2001 +From 057d5099ab55ee6b7362cad3f454eddf195a8f6d Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 20 Sep 2024 12:05:18 +0100 -Subject: [PATCH 34/48] drm: vc4: dsi: enable video and then retry failed +Subject: [PATCH 34/49] drm: vc4: dsi: enable video and then retry failed transfers The DSI block appears to be able to come up stuck in a condition where diff --git a/patches/linux/6.18.25/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch b/patches/linux/6.18.26/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch similarity index 93% rename from patches/linux/6.18.25/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch rename to patches/linux/6.18.26/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch index c47adc55f..72248e831 100644 --- a/patches/linux/6.18.25/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch +++ b/patches/linux/6.18.26/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch @@ -1,7 +1,7 @@ -From 9216d1b629afdcff20cfcd196a8c89c07be83820 Mon Sep 17 00:00:00 2001 +From c6fbf5a638ad8073ae1a482c5255b9bd11bc95d7 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Jun 2022 17:23:47 +0100 -Subject: [PATCH 35/48] drm: vc4: dsi: Clocks should be running before reset +Subject: [PATCH 35/49] drm: vc4: dsi: Clocks should be running before reset The initialisation sequence differs slightly from the documentation in that the clocks are meant to be running before resets and diff --git a/patches/linux/6.18.25/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch b/patches/linux/6.18.26/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch similarity index 93% rename from patches/linux/6.18.25/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch rename to patches/linux/6.18.26/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch index 6d2eff7ed..73f34efa5 100644 --- a/patches/linux/6.18.25/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch +++ b/patches/linux/6.18.26/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch @@ -1,7 +1,7 @@ -From 3d24f34e92e4ed3da2b945b8ca7884a0a05f4cff Mon Sep 17 00:00:00 2001 +From 44089849f972087e01e7ef2a25acf230688f0347 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 5 Apr 2024 17:51:55 +0100 -Subject: [PATCH 36/48] drm/vc4: Ensure DSI is enabled for FIFO resets +Subject: [PATCH 36/49] drm/vc4: Ensure DSI is enabled for FIFO resets The block must be enabled for the FIFO resets to be actioned, so ensure this is the case. diff --git a/patches/linux/6.18.25/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch b/patches/linux/6.18.26/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch similarity index 93% rename from patches/linux/6.18.25/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch rename to patches/linux/6.18.26/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch index c6ffeb1b4..a2c42a697 100644 --- a/patches/linux/6.18.25/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch +++ b/patches/linux/6.18.26/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch @@ -1,7 +1,7 @@ -From 62c6ef5d223b714484400aac1fbcddcacb46326d Mon Sep 17 00:00:00 2001 +From b3e11288e9e3ba020df321701e16a3f94dfc26f6 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 26 May 2022 18:56:19 +0100 -Subject: [PATCH 37/48] drm: vc4: Reset DSI AFE on disable +Subject: [PATCH 37/49] drm: vc4: Reset DSI AFE on disable vc4_dsi_bridge_disable wasn't resetting things during shutdown, so add that in. diff --git a/patches/linux/6.18.25/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch b/patches/linux/6.18.26/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch similarity index 97% rename from patches/linux/6.18.25/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch rename to patches/linux/6.18.26/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch index 7264a506e..585004e36 100644 --- a/patches/linux/6.18.25/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch +++ b/patches/linux/6.18.26/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch @@ -1,7 +1,7 @@ -From 403bf67e49eb5d3063346338570e5fceadc2027b Mon Sep 17 00:00:00 2001 +From 091317ef6e557dca82a36b08858913133095b6e2 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 20 Nov 2024 13:58:08 +0000 -Subject: [PATCH 38/48] drm: vc4: dsi: Handle the different command FIFO widths +Subject: [PATCH 38/49] drm: vc4: dsi: Handle the different command FIFO widths DSI0 and DSI1 have different widths for the command FIFO (24bit vs 32bit), but the driver was assuming the 32bit width of DSI1 diff --git a/patches/linux/6.18.25/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch b/patches/linux/6.18.26/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch similarity index 93% rename from patches/linux/6.18.25/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch rename to patches/linux/6.18.26/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch index 157a2ef6c..4ad67d5f4 100644 --- a/patches/linux/6.18.25/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch +++ b/patches/linux/6.18.26/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch @@ -1,7 +1,7 @@ -From 1b4f1b6cce1e547900f72567cde80333cdad0f76 Mon Sep 17 00:00:00 2001 +From c956d903cf6a0ce834b09d4dd9638c9ef8f462ad Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 9 Jan 2024 17:37:00 +0000 -Subject: [PATCH 39/48] drm/bridge: tc358762: Program the DPI mode into the +Subject: [PATCH 39/49] drm/bridge: tc358762: Program the DPI mode into the chip The autodetection of resolution/timing by the TC358762 can lead diff --git a/patches/linux/6.18.25/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch b/patches/linux/6.18.26/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch similarity index 92% rename from patches/linux/6.18.25/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch rename to patches/linux/6.18.26/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch index 2fac869d4..ce0b8865c 100644 --- a/patches/linux/6.18.25/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch +++ b/patches/linux/6.18.26/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch @@ -1,7 +1,7 @@ -From 76194b41b768ac593fe65e148b678518c415707c Mon Sep 17 00:00:00 2001 +From e50c842dbe3a4181985ccf623ea7fde7297d2299 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 9 Jan 2024 18:44:49 +0000 -Subject: [PATCH 40/48] drm/bridge: tc358762: revert move ops to enable +Subject: [PATCH 40/49] drm/bridge: tc358762: revert move ops to enable Reverts 8a4b2fc9c91a ("drm/bridge: tc358762: Split register programming from pre-enable to enable") as we want the config commands sent before video starts. diff --git a/patches/linux/6.18.25/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch b/patches/linux/6.18.26/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch similarity index 88% rename from patches/linux/6.18.25/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch rename to patches/linux/6.18.26/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch index 47e3c1049..b2ade8b0a 100644 --- a/patches/linux/6.18.25/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch +++ b/patches/linux/6.18.26/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch @@ -1,7 +1,7 @@ -From b6982edd767b28e98243bc82916f9668bf0061f3 Mon Sep 17 00:00:00 2001 +From 74608c126a06e21056129e348ffeb90c5016973c Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Sat, 4 Apr 2026 18:04:19 +0200 -Subject: [PATCH 41/48] drm/bridge: tc358762: Set pre_enabled on pre_enable to +Subject: [PATCH 41/49] drm/bridge: tc358762: Set pre_enabled on pre_enable to prevent regulator imbalance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 diff --git a/patches/linux/6.18.25/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch b/patches/linux/6.18.26/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch similarity index 97% rename from patches/linux/6.18.25/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch rename to patches/linux/6.18.26/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch index 882bd3688..502bcd97d 100644 --- a/patches/linux/6.18.25/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch +++ b/patches/linux/6.18.26/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch @@ -1,7 +1,7 @@ -From 2f40a2b7a09b4f608ebb97a0e80510ddf2612830 Mon Sep 17 00:00:00 2001 +From 98df60c4b5e62852cbafb36ab2e0d578cb983427 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 5 Apr 2026 11:33:00 +0200 -Subject: [PATCH 42/48] net/pcs: add standalone PCS registration infrastructure +Subject: [PATCH 42/49] net/pcs: add standalone PCS registration infrastructure Add a simple registration mechanism that allows platform PCS drivers to register their phylink_pcs instances, and consumers (e.g. Ethernet MAC diff --git a/patches/linux/6.18.25/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch b/patches/linux/6.18.26/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch similarity index 99% rename from patches/linux/6.18.25/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch rename to patches/linux/6.18.26/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch index 657238293..87ae5ec9c 100644 --- a/patches/linux/6.18.25/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch +++ b/patches/linux/6.18.26/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch @@ -1,7 +1,7 @@ -From 2e49d3e1bd7afc5ba4519c49bf87bcbe208d2581 Mon Sep 17 00:00:00 2001 +From f763ddef23d7e0a6b5aa926cf8913afb24986150 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:14:23 +0200 -Subject: [PATCH 43/48] net/pcs: add MediaTek MT7988 USXGMII PCS driver +Subject: [PATCH 43/49] net/pcs: add MediaTek MT7988 USXGMII PCS driver Add a PCS driver for the USXGMII subsystem found in the MediaTek MT7988 SoC (usxgmiisys0 at 0x10080000, usxgmiisys1 at 0x10081000). The hardware diff --git a/patches/linux/6.18.25/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch b/patches/linux/6.18.26/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch similarity index 98% rename from patches/linux/6.18.25/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch rename to patches/linux/6.18.26/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch index 617f697a6..9b323a0ac 100644 --- a/patches/linux/6.18.25/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch +++ b/patches/linux/6.18.26/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch @@ -1,7 +1,7 @@ -From 8ceb2af6162ee23ea0dc98e84d7c0883a4ecbdea Mon Sep 17 00:00:00 2001 +From aae61a8511c2bed27a8e90894434c46c7699c90f Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:43 +0200 -Subject: [PATCH 44/48] net: ethernet: mediatek: add USXGMII support for MT7988 +Subject: [PATCH 44/49] net: ethernet: mediatek: add USXGMII support for MT7988 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit diff --git a/patches/linux/6.18.25/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch b/patches/linux/6.18.26/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch similarity index 93% rename from patches/linux/6.18.25/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch rename to patches/linux/6.18.26/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch index a72e508b4..446492c25 100644 --- a/patches/linux/6.18.25/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch +++ b/patches/linux/6.18.26/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch @@ -1,7 +1,7 @@ -From 1a63aeb524af022fb43b3ab6ac666522d2bb2d0f Mon Sep 17 00:00:00 2001 +From eef370da3970525eb0bddbf7dd6283227dbd42f9 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:56 +0200 -Subject: [PATCH 45/48] arm64: dts: mediatek: mt7988a: add USXGMII PCS nodes +Subject: [PATCH 45/49] arm64: dts: mediatek: mt7988a: add USXGMII PCS nodes Add device nodes for the two USXGMII subsystem blocks (usxgmiisys0 at 0x10080000 and usxgmiisys1 at 0x10081000), each referencing its clock, diff --git a/patches/linux/6.18.25/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch b/patches/linux/6.18.26/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch similarity index 95% rename from patches/linux/6.18.25/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch rename to patches/linux/6.18.26/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch index 11f9f21bd..2b158820f 100644 --- a/patches/linux/6.18.25/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch +++ b/patches/linux/6.18.26/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch @@ -1,7 +1,7 @@ -From 6337586eb2f26cf011d21dc3065c02f0d022ceae Mon Sep 17 00:00:00 2001 +From 349f27985e3707ccdcaae516012ac96a0c4ec3b9 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:16:11 +0200 -Subject: [PATCH 46/48] arm64: dts: mediatek: bananapi-bpi-r4: enable SFP+ +Subject: [PATCH 46/49] arm64: dts: mediatek: bananapi-bpi-r4: enable SFP+ ports and WPS button Enable the SFP+ cages wired to gmac1 and gmac2. The USXGMII PCS nodes diff --git a/patches/linux/6.18.25/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch b/patches/linux/6.18.26/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch similarity index 94% rename from patches/linux/6.18.25/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch rename to patches/linux/6.18.26/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch index da1ea8214..561f0b40a 100644 --- a/patches/linux/6.18.25/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch +++ b/patches/linux/6.18.26/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch @@ -1,7 +1,7 @@ -From 83a80e1f67550dc5f58c8711f1d1612cd9233911 Mon Sep 17 00:00:00 2001 +From d6b03d63b869add37f9dcd26eeee1c6437e59185 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 7 Apr 2026 07:34:52 +0200 -Subject: [PATCH 47/48] net: phy: sfp: add OEM SFP-10G-T-I quirk +Subject: [PATCH 47/49] net: phy: sfp: add OEM SFP-10G-T-I quirk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit diff --git a/patches/linux/6.18.25/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch b/patches/linux/6.18.26/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch similarity index 98% rename from patches/linux/6.18.25/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch rename to patches/linux/6.18.26/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch index a232076bb..40de22c9c 100644 --- a/patches/linux/6.18.25/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch +++ b/patches/linux/6.18.26/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch @@ -1,7 +1,7 @@ -From cc7f3e6a3361b44aec2d614cd1307fa275dcd3a5 Mon Sep 17 00:00:00 2001 +From ca3a853e4e915cf2e9d2f35f74d9257b2ad7aa74 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 17 Apr 2026 09:13:04 +0000 -Subject: [PATCH 48/48] net: dsa: mv88e6xxx: Trap PTP frames on timestamping +Subject: [PATCH 48/49] net: dsa: mv88e6xxx: Trap PTP frames on timestamping ports, on 6393X Similar to the Peridot (6390), the designation of PTP frames as diff --git a/patches/linux/6.18.25/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch b/patches/linux/6.18.26/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch similarity index 85% rename from patches/linux/6.18.25/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch rename to patches/linux/6.18.26/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch index 3835043d3..ca7687294 100644 --- a/patches/linux/6.18.25/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch +++ b/patches/linux/6.18.26/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch @@ -1,8 +1,8 @@ -From 925bc823c4f4ece91c090371a358134e238e7cc4 Mon Sep 17 00:00:00 2001 +From 173e27aec874fd3999ddd3b1604748b0d8457f7d Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 28 Apr 2026 15:30:01 +0200 -Subject: [PATCH] wifi: mt76: mt7615: add MODULE_DEVICE_TABLE for mt7622 wmac -Organization: Wires +Subject: [PATCH 49/49] wifi: mt76: mt7615: add MODULE_DEVICE_TABLE for mt7622 + wmac Without MODULE_DEVICE_TABLE(of, ...) the OF compatible alias is never exported to modules.alias, so udev cannot autoload mt7615e when the @@ -26,6 +26,3 @@ index 06a0f2a141e8..538ea1dc333b 100644 struct platform_driver mt7622_wmac_driver = { .driver = { --- -2.43.0 - diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index 7fea32a14..48ed99cfe 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 29680a07d4430b269af6ce68079b0e81dbd60f03e6f351e0661991fe39bd1898 linux-6.18.25.tar.xz +sha256 53772f5d3776e043767c8d81a32240d1f3eb64e822a5d7a510b55ca40707b0ec linux-6.18.26.tar.xz