diff --git a/configs/aarch64_defconfig b/configs/aarch64_defconfig index ef2e9ba03..b860bb24f 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.27" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.29" 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 3d4a91f88..28e5a0e7b 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.27" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.29" 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 b92c7f204..ff137f037 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.27" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.29" 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 29dcdb95d..4293c6251 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.27" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.29" 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 6b8dae4ce..a933cd48f 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.27" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.29" 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 3bfc019ba..b4cad825a 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.27" +BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.29" 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.27/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch b/patches/linux/6.18.29/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch similarity index 97% rename from patches/linux/6.18.27/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch rename to patches/linux/6.18.29/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch index 650c8b0aa..1bf69e383 100644 --- a/patches/linux/6.18.27/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch +++ b/patches/linux/6.18.29/0001-net-phy-marvell10g-Support-firmware-loading-on-88X33.patch @@ -1,7 +1,7 @@ -From d496e0ce0e31d856a90a0233671e8bdc8ad16500 Mon Sep 17 00:00:00 2001 +From 24a1e1f910fd54ab45a76f803a1df08511f4f61e Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 19 Sep 2023 18:38:10 +0200 -Subject: [PATCH 01/49] net: phy: marvell10g: Support firmware loading on +Subject: [PATCH 01/50] 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.27/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch b/patches/linux/6.18.29/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch similarity index 92% rename from patches/linux/6.18.27/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch rename to patches/linux/6.18.29/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch index e93f7e549..508eb60ca 100644 --- a/patches/linux/6.18.27/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch +++ b/patches/linux/6.18.29/0002-net-phy-marvell10g-Fix-power-up-when-strapped-to-sta.patch @@ -1,7 +1,7 @@ -From a8a671d6494d4ecd32a21d9d3a5c264c8d2ad60a Mon Sep 17 00:00:00 2001 +From 253cd58690830d0f662f7d09071942413f9fa519 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 21 Nov 2023 20:15:24 +0100 -Subject: [PATCH 02/49] net: phy: marvell10g: Fix power-up when strapped to +Subject: [PATCH 02/50] 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.27/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch b/patches/linux/6.18.29/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch similarity index 99% rename from patches/linux/6.18.27/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch rename to patches/linux/6.18.29/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch index 07ee7296d..c2881ffc1 100644 --- a/patches/linux/6.18.27/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch +++ b/patches/linux/6.18.29/0003-net-phy-marvell10g-Add-LED-support-for-88X3310.patch @@ -1,7 +1,7 @@ -From f0da745c1c9e15b0e5c5bf998df1df985a52686b Mon Sep 17 00:00:00 2001 +From 5f0456ea75849b0af08e84fe4a81c2f338e44db3 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 15 Nov 2023 20:58:42 +0100 -Subject: [PATCH 03/49] net: phy: marvell10g: Add LED support for 88X3310 +Subject: [PATCH 03/50] 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.27/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch b/patches/linux/6.18.29/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch similarity index 94% rename from patches/linux/6.18.27/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch rename to patches/linux/6.18.29/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch index c8961e31c..09742d412 100644 --- a/patches/linux/6.18.27/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch +++ b/patches/linux/6.18.29/0004-net-phy-marvell10g-Support-LEDs-tied-to-a-single-med.patch @@ -1,7 +1,7 @@ -From 5381de807ff89f1e237863fefd3026c4d3204277 Mon Sep 17 00:00:00 2001 +From d2cf6a26312a3bde24daeb0e5d7ed84da0b48fe6 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Dec 2023 09:51:05 +0100 -Subject: [PATCH 04/49] net: phy: marvell10g: Support LEDs tied to a single +Subject: [PATCH 04/50] 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.27/0005-net-phy-Do-not-resume-PHY-when-attaching.patch b/patches/linux/6.18.29/0005-net-phy-Do-not-resume-PHY-when-attaching.patch similarity index 89% rename from patches/linux/6.18.27/0005-net-phy-Do-not-resume-PHY-when-attaching.patch rename to patches/linux/6.18.29/0005-net-phy-Do-not-resume-PHY-when-attaching.patch index 1471f384f..106dde53a 100644 --- a/patches/linux/6.18.27/0005-net-phy-Do-not-resume-PHY-when-attaching.patch +++ b/patches/linux/6.18.29/0005-net-phy-Do-not-resume-PHY-when-attaching.patch @@ -1,7 +1,7 @@ -From 2787061e8e9016e5db3d66bcd87a0fcd7ed2be90 Mon Sep 17 00:00:00 2001 +From e37dadaa57eed088e57f019715ddef3bd7a605f2 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 10:10:19 +0100 -Subject: [PATCH 05/49] net: phy: Do not resume PHY when attaching +Subject: [PATCH 05/50] 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.27/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch b/patches/linux/6.18.29/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch similarity index 98% rename from patches/linux/6.18.27/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch rename to patches/linux/6.18.29/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch index de7b16a81..9469fb722 100644 --- a/patches/linux/6.18.27/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch +++ b/patches/linux/6.18.29/0006-net-bridge-avoid-classifying-unknown-multicast-as-mr.patch @@ -1,7 +1,7 @@ -From 3bf6f89a8939525aec4833c0f73b24eeecc02b72 Mon Sep 17 00:00:00 2001 +From 8c7b9a772a756a7acd28fe80f5cee68c7f0354aa Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Mar 2024 16:47:28 +0100 -Subject: [PATCH 06/49] net: bridge: avoid classifying unknown multicast as +Subject: [PATCH 06/50] 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.27/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch b/patches/linux/6.18.29/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch similarity index 90% rename from patches/linux/6.18.27/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch rename to patches/linux/6.18.29/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch index 725fcbd85..2e438b886 100644 --- a/patches/linux/6.18.27/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch +++ b/patches/linux/6.18.29/0007-net-bridge-Ignore-router-ports-when-forwarding-L2-mu.patch @@ -1,7 +1,7 @@ -From 413cdadc73f46c9954cf1c5801665c03eb4bf728 Mon Sep 17 00:00:00 2001 +From 05cf994cf0b214dba68dbba071843e5aa298763a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 5 Mar 2024 06:44:41 +0100 -Subject: [PATCH 07/49] net: bridge: Ignore router ports when forwarding L2 +Subject: [PATCH 07/50] 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.27/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch b/patches/linux/6.18.29/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch similarity index 98% rename from patches/linux/6.18.27/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch rename to patches/linux/6.18.29/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch index 4a405b579..5d63deb8b 100644 --- a/patches/linux/6.18.27/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch +++ b/patches/linux/6.18.29/0008-net-bridge-drop-delay-for-applying-strict-multicast-.patch @@ -1,7 +1,7 @@ -From 1c9b3677a4b6b90e5b95541d68ff857b5a8dff44 Mon Sep 17 00:00:00 2001 +From e0a680e455033fe5e8222992b249742e5d0df139 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 4 Apr 2024 16:36:30 +0200 -Subject: [PATCH 08/49] net: bridge: drop delay for applying strict multicast +Subject: [PATCH 08/50] 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.27/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch b/patches/linux/6.18.29/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch similarity index 96% rename from patches/linux/6.18.27/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch rename to patches/linux/6.18.29/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch index 990d0bbdd..57d108b11 100644 --- a/patches/linux/6.18.27/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch +++ b/patches/linux/6.18.29/0009-net-bridge-Differentiate-MDB-additions-from-modifica.patch @@ -1,7 +1,7 @@ -From fc42676b0d5ccf7c64af61a2969e7b33005cc94b Mon Sep 17 00:00:00 2001 +From 13c7bfb8cd0dc8e16a1d5cb149b3b578b5bb3e6b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 16 May 2024 14:51:54 +0200 -Subject: [PATCH 09/49] net: bridge: Differentiate MDB additions from +Subject: [PATCH 09/50] 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.27/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch b/patches/linux/6.18.29/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch similarity index 92% rename from patches/linux/6.18.27/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch rename to patches/linux/6.18.29/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch index d15a03963..cd1132ec4 100644 --- a/patches/linux/6.18.27/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch +++ b/patches/linux/6.18.29/0010-nvmem-layouts-onie-tlv-Let-device-probe-even-when-TL.patch @@ -1,7 +1,7 @@ -From 8a6d5b7810f8b09044c6cc7cdf375b5c203458a0 Mon Sep 17 00:00:00 2001 +From d231d4b3528aecda66771896893f7ba5ae6f7a2b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 24 Nov 2023 23:29:55 +0100 -Subject: [PATCH 10/49] nvmem: layouts: onie-tlv: Let device probe even when +Subject: [PATCH 10/50] 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.27/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch b/patches/linux/6.18.29/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch similarity index 91% rename from patches/linux/6.18.27/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch rename to patches/linux/6.18.29/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch index 57d946b37..6e22c9bde 100644 --- a/patches/linux/6.18.27/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch +++ b/patches/linux/6.18.29/0011-net-usb-r8152-add-r8153b-support-for-link-activity-L.patch @@ -1,7 +1,7 @@ -From c8de0e077a079a19be453c4ee4fdd43dd787b006 Mon Sep 17 00:00:00 2001 +From 5a3cd0859aa3b388bed288de6bf4ea5be84760d6 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 11 Aug 2024 11:27:35 +0200 -Subject: [PATCH 11/49] net: usb: r8152: add r8153b support for link/activity +Subject: [PATCH 11/50] 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.27/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch b/patches/linux/6.18.29/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch similarity index 92% rename from patches/linux/6.18.27/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch rename to patches/linux/6.18.29/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch index 99958194c..cf19d5072 100644 --- a/patches/linux/6.18.27/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch +++ b/patches/linux/6.18.29/0012-arm64-dts-mediatek-mt7986a-rename-BPi-R3-ports-to-ma.patch @@ -1,7 +1,7 @@ -From 4bd57e4a1cea7619aeb98342eb68ab386cfe6a87 Mon Sep 17 00:00:00 2001 +From 3b43f639f4d0b329eb1bddb8beec2f704651fc37 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 10 Aug 2025 18:52:54 +0200 -Subject: [PATCH 12/49] arm64: dts: mediatek: mt7986a: rename BPi R3 ports to +Subject: [PATCH 12/50] 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.27/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch b/patches/linux/6.18.29/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch similarity index 96% rename from patches/linux/6.18.27/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch rename to patches/linux/6.18.29/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch index 3763a7eaa..54bd64665 100644 --- a/patches/linux/6.18.27/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch +++ b/patches/linux/6.18.29/0013-drm-panel-simple-Add-a-timing-for-the-Raspberry-Pi-7.patch @@ -1,7 +1,7 @@ -From e0101b48017f9eddaf19248db02d5787603d67b1 Mon Sep 17 00:00:00 2001 +From 31b1d00422d9a9faea45879739dcc2d0527acaed Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 20 Aug 2025 21:38:24 +0200 -Subject: [PATCH 13/49] drm/panel-simple: Add a timing for the Raspberry Pi 7" +Subject: [PATCH 13/50] 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.27/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch b/patches/linux/6.18.29/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch similarity index 97% rename from patches/linux/6.18.27/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch rename to patches/linux/6.18.29/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch index f6db3f407..20330d02e 100644 --- a/patches/linux/6.18.27/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch +++ b/patches/linux/6.18.29/0014-input-touchscreen-edt-ft5x06-Add-polled-mode.patch @@ -1,7 +1,7 @@ -From 4d8f65cfc3a5aa917885771c3fcb206f787fa6d4 Mon Sep 17 00:00:00 2001 +From 7a278f475dfd0519b471cd565b0722f08eb72f64 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 21 Aug 2025 11:20:23 +0200 -Subject: [PATCH 14/49] input:touchscreen:edt-ft5x06: Add polled mode +Subject: [PATCH 14/50] 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.27/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch b/patches/linux/6.18.29/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch similarity index 88% rename from patches/linux/6.18.27/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch rename to patches/linux/6.18.29/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch index 63b40228d..e98c6700c 100644 --- a/patches/linux/6.18.27/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch +++ b/patches/linux/6.18.29/0015-FIX-net-dsa-mv88e6xxx-Fix-timeout-on-waiting-for-PPU.patch @@ -1,7 +1,7 @@ -From fccca32ba560c79143ce5a2069bd5951a3029dce Mon Sep 17 00:00:00 2001 +From 7fd83d4275373519e6681e90a3d12e31ce5b24cb Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 12 Mar 2024 10:27:24 +0100 -Subject: [PATCH 15/49] [FIX] net: dsa: mv88e6xxx: Fix timeout on waiting for +Subject: [PATCH 15/50] [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.27/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch b/patches/linux/6.18.29/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch similarity index 98% rename from patches/linux/6.18.27/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch rename to patches/linux/6.18.29/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch index 0cb1666b3..f732887f3 100644 --- a/patches/linux/6.18.27/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch +++ b/patches/linux/6.18.29/0016-net-dsa-mv88e6xxx-Improve-indirect-register-access-p.patch @@ -1,7 +1,7 @@ -From d173413ddac6b1bb95508bc86dba3b892363f564 Mon Sep 17 00:00:00 2001 +From a43c2f20a295b4d6b7b5b74ccd4909deb44bf15f Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 27 Mar 2024 15:52:43 +0100 -Subject: [PATCH 16/49] net: dsa: mv88e6xxx: Improve indirect register access +Subject: [PATCH 16/50] 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.27/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch b/patches/linux/6.18.29/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch similarity index 90% rename from patches/linux/6.18.27/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch rename to patches/linux/6.18.29/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch index 05def8d5a..c2e01fd8c 100644 --- a/patches/linux/6.18.27/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch +++ b/patches/linux/6.18.29/0017-net-dsa-mv88e6xxx-Honor-ports-being-managed-via-in-b.patch @@ -1,7 +1,7 @@ -From 2502ddfa3e773e0db3951bc6f72fee680942891c Mon Sep 17 00:00:00 2001 +From 8e0f35ee19ab23becc074a42e60f6cffca6f049b Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Mon, 22 Apr 2024 23:18:01 +0200 -Subject: [PATCH 17/49] net: dsa: mv88e6xxx: Honor ports being managed via +Subject: [PATCH 17/50] 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.27/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch b/patches/linux/6.18.29/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch similarity index 96% rename from patches/linux/6.18.27/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch rename to patches/linux/6.18.29/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch index 9a5ec3457..cfbd52eed 100644 --- a/patches/linux/6.18.27/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch +++ b/patches/linux/6.18.29/0018-net-dsa-mv88e6xxx-Limit-rsvd2cpu-policy-to-user-port.patch @@ -1,7 +1,7 @@ -From 648be78063d2ac626e370dc5c3c493e0dbcaba40 Mon Sep 17 00:00:00 2001 +From ea467b6ee5dcaffd4ae0f06d5ac8e49d035dbe33 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 24 Apr 2024 22:41:04 +0200 -Subject: [PATCH 18/49] net: dsa: mv88e6xxx: Limit rsvd2cpu policy to user +Subject: [PATCH 18/50] 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.27/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch b/patches/linux/6.18.29/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch similarity index 91% rename from patches/linux/6.18.27/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch rename to patches/linux/6.18.29/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch index c9cdf0580..671b52df2 100644 --- a/patches/linux/6.18.27/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch +++ b/patches/linux/6.18.29/0019-net-dsa-tag_dsa-Use-tag-priority-as-initial-skb-prio.patch @@ -1,7 +1,7 @@ -From 73cf9d4289903fbab381c0d13ad67d6ac15c955b Mon Sep 17 00:00:00 2001 +From 7db8f7d88cabf8f6ed44a5ac7a9868afde473ebe Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 10:38:42 +0200 -Subject: [PATCH 19/49] net: dsa: tag_dsa: Use tag priority as initial +Subject: [PATCH 19/50] 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.27/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch b/patches/linux/6.18.29/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch similarity index 95% rename from patches/linux/6.18.27/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch rename to patches/linux/6.18.29/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch index e18165c03..b485956f8 100644 --- a/patches/linux/6.18.27/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch +++ b/patches/linux/6.18.29/0020-net-dsa-Support-MDB-memberships-whose-L2-addresses-o.patch @@ -1,7 +1,7 @@ -From f5ec2c3e7093f995b0be4bc7d57f2a763b63bef8 Mon Sep 17 00:00:00 2001 +From 2f9abe589938ea7fd34d3203171f1e2955a40e11 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 16 Jan 2024 16:00:55 +0100 -Subject: [PATCH 20/49] net: dsa: Support MDB memberships whose L2 addresses +Subject: [PATCH 20/50] 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.27/0021-net-dsa-Support-EtherType-based-priority-overrides.patch b/patches/linux/6.18.29/0021-net-dsa-Support-EtherType-based-priority-overrides.patch similarity index 96% rename from patches/linux/6.18.27/0021-net-dsa-Support-EtherType-based-priority-overrides.patch rename to patches/linux/6.18.29/0021-net-dsa-Support-EtherType-based-priority-overrides.patch index 51569f9ad..99dfaa51c 100644 --- a/patches/linux/6.18.27/0021-net-dsa-Support-EtherType-based-priority-overrides.patch +++ b/patches/linux/6.18.29/0021-net-dsa-Support-EtherType-based-priority-overrides.patch @@ -1,7 +1,7 @@ -From c9e30186aa21f6c85faa2925774bd5525dfae2ad Mon Sep 17 00:00:00 2001 +From a03137253e44c8657952bd74d83e7ede7ac77c80 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 21 Mar 2024 19:12:15 +0100 -Subject: [PATCH 21/49] net: dsa: Support EtherType based priority overrides +Subject: [PATCH 21/50] net: dsa: Support EtherType based priority overrides --- include/net/dsa.h | 4 ++++ diff --git a/patches/linux/6.18.27/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch b/patches/linux/6.18.29/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch similarity index 98% rename from patches/linux/6.18.27/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch rename to patches/linux/6.18.29/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch index 1aedf430a..24c4391de 100644 --- a/patches/linux/6.18.27/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch +++ b/patches/linux/6.18.29/0022-net-dsa-mv88e6xxx-Support-EtherType-based-priority-o.patch @@ -1,7 +1,7 @@ -From d468bdf0d3731a54bf9ab97fd501fcfadede1715 Mon Sep 17 00:00:00 2001 +From 009a7e495ddc1f40846a2c45a66b7aa97d186e74 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 22 Mar 2024 16:15:43 +0100 -Subject: [PATCH 22/49] net: dsa: mv88e6xxx: Support EtherType based priority +Subject: [PATCH 22/50] net: dsa: mv88e6xxx: Support EtherType based priority overrides --- diff --git a/patches/linux/6.18.27/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch b/patches/linux/6.18.29/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch similarity index 97% rename from patches/linux/6.18.27/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch rename to patches/linux/6.18.29/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch index 2f41ec16d..e8461bb4c 100644 --- a/patches/linux/6.18.27/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch +++ b/patches/linux/6.18.29/0023-net-dsa-mv88e6xxx-Add-mqprio-qdisc-support.patch @@ -1,7 +1,7 @@ -From d18cd836a813072b0d1571bcf9084aafcd89956b Mon Sep 17 00:00:00 2001 +From febb865df8b74895abcca2f6054dbfbd10143f3c Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 28 May 2024 11:04:22 +0200 -Subject: [PATCH 23/49] net: dsa: mv88e6xxx: Add mqprio qdisc support +Subject: [PATCH 23/50] 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.27/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch b/patches/linux/6.18.29/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch similarity index 95% rename from patches/linux/6.18.27/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch rename to patches/linux/6.18.29/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch index 1cc9fc682..6e50cc388 100644 --- a/patches/linux/6.18.27/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch +++ b/patches/linux/6.18.29/0024-net-dsa-mv88e6xxx-Use-VLAN-prio-over-IP-when-both-ar.patch @@ -1,7 +1,7 @@ -From aae5116ea3833e14d6899985a679ec4ab64f28bf Mon Sep 17 00:00:00 2001 +From 9db792be0ff2b76605df8bfe10a7563b1897c3d4 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 29 May 2024 13:20:41 +0200 -Subject: [PATCH 24/49] net: dsa: mv88e6xxx: Use VLAN prio over IP when both +Subject: [PATCH 24/50] 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.27/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch b/patches/linux/6.18.29/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch similarity index 97% rename from patches/linux/6.18.27/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch rename to patches/linux/6.18.29/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch index 863528e73..bf0ffae96 100644 --- a/patches/linux/6.18.27/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch +++ b/patches/linux/6.18.29/0025-FIX-net-dsa-mv88e6xxx-Trap-locally-terminated-VLANs.patch @@ -1,7 +1,7 @@ -From 66c1ae891e891d68528d6021039b2add165e8a57 Mon Sep 17 00:00:00 2001 +From 96f1afe57f901c0e52b6f3e54df46a07554cd1aa Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Tue, 26 Nov 2024 19:45:59 +0100 -Subject: [PATCH 25/49] [FIX] net: dsa: mv88e6xxx: Trap locally terminated +Subject: [PATCH 25/50] [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.27/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch b/patches/linux/6.18.29/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch similarity index 91% rename from patches/linux/6.18.27/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch rename to patches/linux/6.18.29/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch index 9d2d7524c..98936dcfc 100644 --- a/patches/linux/6.18.27/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch +++ b/patches/linux/6.18.29/0026-net-dsa-mv88e6xxx-collapse-disabled-state-into-block.patch @@ -1,7 +1,7 @@ -From 04b243e64b190fbd9db9af5302f0dd74ede938b0 Mon Sep 17 00:00:00 2001 +From a55b43cbc4a232b1180a626dd9e38cac7cc344f9 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 16 Jan 2025 12:35:12 +0100 -Subject: [PATCH 26/49] net: dsa: mv88e6xxx: collapse disabled state into +Subject: [PATCH 26/50] 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.27/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch b/patches/linux/6.18.29/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch similarity index 97% rename from patches/linux/6.18.27/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch rename to patches/linux/6.18.29/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch index 8758ca41b..97bba95ff 100644 --- a/patches/linux/6.18.27/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch +++ b/patches/linux/6.18.29/0027-net-dsa-mv88e6xxx-Only-activate-LAG-offloading-when-.patch @@ -1,7 +1,7 @@ -From 0ff55c32bafe2adce2cb345786558ec611b2b666 Mon Sep 17 00:00:00 2001 +From 52127e257ad59eba278d574be7571e86c5fa8d97 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Wed, 12 Feb 2025 22:03:14 +0100 -Subject: [PATCH 27/49] net: dsa: mv88e6xxx: Only activate LAG offloading when +Subject: [PATCH 27/50] 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.27/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch b/patches/linux/6.18.29/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch similarity index 99% rename from patches/linux/6.18.27/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch rename to patches/linux/6.18.29/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch index c441ee03f..f03b8f464 100644 --- a/patches/linux/6.18.27/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch +++ b/patches/linux/6.18.29/0028-net-dsa-mv88e6xxx-Add-LED-support-for-6393X.patch @@ -1,7 +1,7 @@ -From 50ebb193e4a56d95ea2fb8cafbeba640c377ded5 Mon Sep 17 00:00:00 2001 +From f00d28be8bddf58e215d7b543b6854fd758962d6 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Wed, 14 Jan 2026 18:22:41 +0100 -Subject: [PATCH 28/49] net: dsa: mv88e6xxx: Add LED support for 6393X +Subject: [PATCH 28/50] net: dsa: mv88e6xxx: Add LED support for 6393X Original commit: commit 462277b926140ee2d231317e92afb6cabf640268 diff --git a/patches/linux/6.18.27/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch b/patches/linux/6.18.29/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch similarity index 99% rename from patches/linux/6.18.27/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch rename to patches/linux/6.18.29/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch index 299edcf3f..70aeed06b 100644 --- a/patches/linux/6.18.27/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch +++ b/patches/linux/6.18.29/0029-wifi-brcmfmac-support-deletion-and-recreation-of-pri.patch @@ -1,7 +1,7 @@ -From cae84b0bbdab5d902d90af06c7180f2845246ca9 Mon Sep 17 00:00:00 2001 +From eeee3f67d2d17fc398dc9d269046b29260f9d0ec Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Thu, 15 Jan 2026 22:47:37 +0100 -Subject: [PATCH 29/49] wifi: brcmfmac: support deletion and recreation of +Subject: [PATCH 29/50] 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.27/0030-wifi-brcmfmac-check-connection-state-before-querying.patch b/patches/linux/6.18.29/0030-wifi-brcmfmac-check-connection-state-before-querying.patch similarity index 92% rename from patches/linux/6.18.27/0030-wifi-brcmfmac-check-connection-state-before-querying.patch rename to patches/linux/6.18.29/0030-wifi-brcmfmac-check-connection-state-before-querying.patch index 037caddea..4c8c37b9b 100644 --- a/patches/linux/6.18.27/0030-wifi-brcmfmac-check-connection-state-before-querying.patch +++ b/patches/linux/6.18.29/0030-wifi-brcmfmac-check-connection-state-before-querying.patch @@ -1,7 +1,7 @@ -From 274078b3ddbfac59e398003f1b8525a01fb6e06c Mon Sep 17 00:00:00 2001 +From d0b1c323355242031ea4d68324a845129e627c6a Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Mon, 19 Jan 2026 13:06:53 +0100 -Subject: [PATCH 30/49] wifi: brcmfmac: check connection state before querying +Subject: [PATCH 30/50] 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.27/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch b/patches/linux/6.18.29/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch similarity index 92% rename from patches/linux/6.18.27/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch rename to patches/linux/6.18.29/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch index c1b40af27..053107b69 100644 --- a/patches/linux/6.18.27/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch +++ b/patches/linux/6.18.29/0031-wifi-brcmfmac-suppress-log-spam-for-regulatory-restr.patch @@ -1,7 +1,7 @@ -From 01e062d58230e229361c3f106e5c822b3b891de3 Mon Sep 17 00:00:00 2001 +From a76ba5b3f165ab40f5d69ee9ef892b5f3f18106a Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:12:10 +0100 -Subject: [PATCH 31/49] wifi: brcmfmac: suppress log spam for +Subject: [PATCH 31/50] 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.27/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch b/patches/linux/6.18.29/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch similarity index 95% rename from patches/linux/6.18.27/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch rename to patches/linux/6.18.29/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch index 848ab2ac5..bbf76f83e 100644 --- a/patches/linux/6.18.27/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch +++ b/patches/linux/6.18.29/0032-wifi-brcmfmac-reduce-log-noise-during-AP-to-station-.patch @@ -1,7 +1,7 @@ -From 6dd5bbf3976b7dc412f70504a1b4d97a55dc8716 Mon Sep 17 00:00:00 2001 +From 69592a4f17cefef9ebf5c7c38374daf832ce8b5b Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 20 Jan 2026 20:18:45 +0100 -Subject: [PATCH 32/49] wifi: brcmfmac: reduce log noise during AP to station +Subject: [PATCH 32/50] 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.27/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch b/patches/linux/6.18.29/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch similarity index 91% rename from patches/linux/6.18.27/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch rename to patches/linux/6.18.29/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch index d025a8e67..ae0e15934 100644 --- a/patches/linux/6.18.27/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch +++ b/patches/linux/6.18.29/0033-net-phy-air_en8811h-add-OF-device-table-for-auto-loa.patch @@ -1,7 +1,7 @@ -From 9c3e3b544734f4b6a747b80307a13d67dad85a97 Mon Sep 17 00:00:00 2001 +From dd042cb21c7a3aef806d9f88d6c452902d809139 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Tue, 17 Feb 2026 21:59:59 +0100 -Subject: [PATCH 33/49] net: phy: air_en8811h: add OF device table for +Subject: [PATCH 33/50] 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.27/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch b/patches/linux/6.18.29/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch similarity index 96% rename from patches/linux/6.18.27/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch rename to patches/linux/6.18.29/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch index e34f3e5f0..398e9fdf9 100644 --- a/patches/linux/6.18.27/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch +++ b/patches/linux/6.18.29/0034-drm-vc4-dsi-enable-video-and-then-retry-failed-trans.patch @@ -1,7 +1,7 @@ -From c67b28e0a7f800c836016db53edd7afeacb01c75 Mon Sep 17 00:00:00 2001 +From 90831816241e2f8a1f3d1aa363106d2de84d2df4 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 20 Sep 2024 12:05:18 +0100 -Subject: [PATCH 34/49] drm: vc4: dsi: enable video and then retry failed +Subject: [PATCH 34/50] 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.27/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch b/patches/linux/6.18.29/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch similarity index 93% rename from patches/linux/6.18.27/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch rename to patches/linux/6.18.29/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch index bb4be1476..03fabc634 100644 --- a/patches/linux/6.18.27/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch +++ b/patches/linux/6.18.29/0035-drm-vc4-dsi-Clocks-should-be-running-before-reset.patch @@ -1,7 +1,7 @@ -From 237002e1aacec88485c96f5e0a42fdbaf04ce0e4 Mon Sep 17 00:00:00 2001 +From 678c1c10d400bd689cc59dc38bf7ee0ba2d690f5 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 8 Jun 2022 17:23:47 +0100 -Subject: [PATCH 35/49] drm: vc4: dsi: Clocks should be running before reset +Subject: [PATCH 35/50] 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.27/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch b/patches/linux/6.18.29/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch similarity index 93% rename from patches/linux/6.18.27/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch rename to patches/linux/6.18.29/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch index 0c4bfb46b..c85dcaf42 100644 --- a/patches/linux/6.18.27/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch +++ b/patches/linux/6.18.29/0036-drm-vc4-Ensure-DSI-is-enabled-for-FIFO-resets.patch @@ -1,7 +1,7 @@ -From e3923fd4b4c886e0fcb90741eb8db3cdcd0fdecb Mon Sep 17 00:00:00 2001 +From f6e6ab24bf89850fd7a12827e708b5ac3ab430c8 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Fri, 5 Apr 2024 17:51:55 +0100 -Subject: [PATCH 36/49] drm/vc4: Ensure DSI is enabled for FIFO resets +Subject: [PATCH 36/50] 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.27/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch b/patches/linux/6.18.29/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch similarity index 93% rename from patches/linux/6.18.27/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch rename to patches/linux/6.18.29/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch index ced30eef6..b90ed03cc 100644 --- a/patches/linux/6.18.27/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch +++ b/patches/linux/6.18.29/0037-drm-vc4-Reset-DSI-AFE-on-disable.patch @@ -1,7 +1,7 @@ -From cb4f5f55cbfb62bc0a42ff6b0e433ca99fc80280 Mon Sep 17 00:00:00 2001 +From 785abf462cc814e23052c22166fde25af5108afc Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Thu, 26 May 2022 18:56:19 +0100 -Subject: [PATCH 37/49] drm: vc4: Reset DSI AFE on disable +Subject: [PATCH 37/50] 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.27/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch b/patches/linux/6.18.29/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch similarity index 97% rename from patches/linux/6.18.27/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch rename to patches/linux/6.18.29/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch index 4b538d17f..bdd09c83a 100644 --- a/patches/linux/6.18.27/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch +++ b/patches/linux/6.18.29/0038-drm-vc4-dsi-Handle-the-different-command-FIFO-widths.patch @@ -1,7 +1,7 @@ -From 4fa2fc9519a514bfad6f2a3bfbf0eb6c05633e16 Mon Sep 17 00:00:00 2001 +From 311e7c2777dd70dcd944790f8f0c1e94ca9c6d97 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Wed, 20 Nov 2024 13:58:08 +0000 -Subject: [PATCH 38/49] drm: vc4: dsi: Handle the different command FIFO widths +Subject: [PATCH 38/50] 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.27/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch b/patches/linux/6.18.29/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch similarity index 93% rename from patches/linux/6.18.27/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch rename to patches/linux/6.18.29/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch index 8da5ab756..6ab5d5169 100644 --- a/patches/linux/6.18.27/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch +++ b/patches/linux/6.18.29/0039-drm-bridge-tc358762-Program-the-DPI-mode-into-the-ch.patch @@ -1,7 +1,7 @@ -From 204aa5ccbdf0702e20e794a79397476a05f83c0e Mon Sep 17 00:00:00 2001 +From 1f4b12400fa4b1acebb314828fcef6ac35b1dfa6 Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 9 Jan 2024 17:37:00 +0000 -Subject: [PATCH 39/49] drm/bridge: tc358762: Program the DPI mode into the +Subject: [PATCH 39/50] 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.27/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch b/patches/linux/6.18.29/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch similarity index 92% rename from patches/linux/6.18.27/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch rename to patches/linux/6.18.29/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch index 3d82c329d..c220b0af3 100644 --- a/patches/linux/6.18.27/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch +++ b/patches/linux/6.18.29/0040-drm-bridge-tc358762-revert-move-ops-to-enable.patch @@ -1,7 +1,7 @@ -From ca6da4a7d27d8b0b4174fbe48e9f18ac0437f8a4 Mon Sep 17 00:00:00 2001 +From a4690f94c7fb7608a46c82e9ae4ae700c998265c Mon Sep 17 00:00:00 2001 From: Dave Stevenson Date: Tue, 9 Jan 2024 18:44:49 +0000 -Subject: [PATCH 40/49] drm/bridge: tc358762: revert move ops to enable +Subject: [PATCH 40/50] 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.27/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch b/patches/linux/6.18.29/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch similarity index 88% rename from patches/linux/6.18.27/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch rename to patches/linux/6.18.29/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch index e1bb485cc..642b679ab 100644 --- a/patches/linux/6.18.27/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch +++ b/patches/linux/6.18.29/0041-drm-bridge-tc358762-Set-pre_enabled-on-pre_enable-to.patch @@ -1,7 +1,7 @@ -From 8255abcc90c0d53f53bd6db3b41963e210402da7 Mon Sep 17 00:00:00 2001 +From 080428a1703dcecdd1a7ae65a84fa7c21b190e75 Mon Sep 17 00:00:00 2001 From: Mattias Walström Date: Sat, 4 Apr 2026 18:04:19 +0200 -Subject: [PATCH 41/49] drm/bridge: tc358762: Set pre_enabled on pre_enable to +Subject: [PATCH 41/50] 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.27/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch b/patches/linux/6.18.29/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch similarity index 97% rename from patches/linux/6.18.27/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch rename to patches/linux/6.18.29/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch index 57181ff6c..2a6f335a3 100644 --- a/patches/linux/6.18.27/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch +++ b/patches/linux/6.18.29/0042-net-pcs-add-standalone-PCS-registration-infrastructu.patch @@ -1,7 +1,7 @@ -From 2160477abd181ff0f58db9fd41fdd994697a7081 Mon Sep 17 00:00:00 2001 +From 083fa7745e2f2016c9b6f7627552d91e8fcc6353 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 5 Apr 2026 11:33:00 +0200 -Subject: [PATCH 42/49] net/pcs: add standalone PCS registration infrastructure +Subject: [PATCH 42/50] 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.27/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch b/patches/linux/6.18.29/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch similarity index 99% rename from patches/linux/6.18.27/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch rename to patches/linux/6.18.29/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch index 95338ec95..1c353e15f 100644 --- a/patches/linux/6.18.27/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch +++ b/patches/linux/6.18.29/0043-net-pcs-add-MediaTek-MT7988-USXGMII-PCS-driver.patch @@ -1,7 +1,7 @@ -From 0f4c8dc0d9cb7e2044e3fcc392be80eab3f9af2e Mon Sep 17 00:00:00 2001 +From 9aaedc9fdd50c31ed777af736ebb939d10c49b4b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:14:23 +0200 -Subject: [PATCH 43/49] net/pcs: add MediaTek MT7988 USXGMII PCS driver +Subject: [PATCH 43/50] 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.27/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch b/patches/linux/6.18.29/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch similarity index 98% rename from patches/linux/6.18.27/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch rename to patches/linux/6.18.29/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch index aa47f0ac1..1f5e1a352 100644 --- a/patches/linux/6.18.27/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch +++ b/patches/linux/6.18.29/0044-net-ethernet-mediatek-add-USXGMII-support-for-MT7988.patch @@ -1,7 +1,7 @@ -From 26f0c773c90c18e28bd7ad669df882b15f0d5574 Mon Sep 17 00:00:00 2001 +From e3c7dec00adea70f563c13471d6ac5de16785d35 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:43 +0200 -Subject: [PATCH 44/49] net: ethernet: mediatek: add USXGMII support for MT7988 +Subject: [PATCH 44/50] 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.27/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch b/patches/linux/6.18.29/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch similarity index 93% rename from patches/linux/6.18.27/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch rename to patches/linux/6.18.29/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch index c55ae01bb..8fbf13e83 100644 --- a/patches/linux/6.18.27/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch +++ b/patches/linux/6.18.29/0045-arm64-dts-mediatek-mt7988a-add-USXGMII-PCS-nodes.patch @@ -1,7 +1,7 @@ -From 6abeef95bd621221589940c5f46c6953a720924d Mon Sep 17 00:00:00 2001 +From f1abc9e291f60da522212f0c1ada66ac7d82b12a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:15:56 +0200 -Subject: [PATCH 45/49] arm64: dts: mediatek: mt7988a: add USXGMII PCS nodes +Subject: [PATCH 45/50] 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.27/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch b/patches/linux/6.18.29/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch similarity index 95% rename from patches/linux/6.18.27/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch rename to patches/linux/6.18.29/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch index 6d78434a7..6734927d7 100644 --- a/patches/linux/6.18.27/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch +++ b/patches/linux/6.18.29/0046-arm64-dts-mediatek-bananapi-bpi-r4-enable-SFP-ports-.patch @@ -1,7 +1,7 @@ -From 727d4bdbed1ce89d35d4fae6365a5b4a9f561bbf Mon Sep 17 00:00:00 2001 +From e5b73dba6528d87dfb91912dc608d25d73a7d9a3 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 6 Apr 2026 14:16:11 +0200 -Subject: [PATCH 46/49] arm64: dts: mediatek: bananapi-bpi-r4: enable SFP+ +Subject: [PATCH 46/50] 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.27/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch b/patches/linux/6.18.29/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch similarity index 94% rename from patches/linux/6.18.27/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch rename to patches/linux/6.18.29/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch index bf15ad1f2..f8b35393c 100644 --- a/patches/linux/6.18.27/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch +++ b/patches/linux/6.18.29/0047-net-phy-sfp-add-OEM-SFP-10G-T-I-quirk.patch @@ -1,7 +1,7 @@ -From 53ae2f565b92bdbdf1b88399ea0fb5dabae275a1 Mon Sep 17 00:00:00 2001 +From baf5eb2c0138890b54bb631b4afa87dc7f45ef6b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 7 Apr 2026 07:34:52 +0200 -Subject: [PATCH 47/49] net: phy: sfp: add OEM SFP-10G-T-I quirk +Subject: [PATCH 47/50] 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.27/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch b/patches/linux/6.18.29/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch similarity index 98% rename from patches/linux/6.18.27/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch rename to patches/linux/6.18.29/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch index de26c4ccc..2897890f3 100644 --- a/patches/linux/6.18.27/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch +++ b/patches/linux/6.18.29/0048-net-dsa-mv88e6xxx-Trap-PTP-frames-on-timestamping-po.patch @@ -1,7 +1,7 @@ -From a9f1539e0e070626a65184f2755a3870361a3c7b Mon Sep 17 00:00:00 2001 +From 60461a0918f1849cbad329c8d3abdcd8f7bd24d0 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Fri, 17 Apr 2026 09:13:04 +0000 -Subject: [PATCH 48/49] net: dsa: mv88e6xxx: Trap PTP frames on timestamping +Subject: [PATCH 48/50] 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.27/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch b/patches/linux/6.18.29/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch similarity index 89% rename from patches/linux/6.18.27/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch rename to patches/linux/6.18.29/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch index 7ca83c01c..066b7cf34 100644 --- a/patches/linux/6.18.27/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch +++ b/patches/linux/6.18.29/0049-wifi-mt76-mt7615-add-MODULE_DEVICE_TABLE-for-mt7622-.patch @@ -1,7 +1,7 @@ -From f5d687a0d24152c3fbf88630da24b5c960e30645 Mon Sep 17 00:00:00 2001 +From 39d50d3578c8e6993ea922d206aadd4801648b1c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 28 Apr 2026 15:30:01 +0200 -Subject: [PATCH 49/49] wifi: mt76: mt7615: add MODULE_DEVICE_TABLE for mt7622 +Subject: [PATCH 49/50] wifi: mt76: mt7615: add MODULE_DEVICE_TABLE for mt7622 wmac Without MODULE_DEVICE_TABLE(of, ...) the OF compatible alias is never diff --git a/patches/linux/6.18.29/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch b/patches/linux/6.18.29/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch new file mode 100644 index 000000000..9e9e786d1 --- /dev/null +++ b/patches/linux/6.18.29/0050-PCI-mediatek-gen3-Fix-PERST-control-timing-during-sy.patch @@ -0,0 +1,77 @@ +From 86e9d951aca8c4e249c7dae08f9192da5c59653d Mon Sep 17 00:00:00 2001 +From: Mattias Walström +Date: Wed, 22 Apr 2026 10:24:43 +0200 +Subject: [PATCH 50/50] PCI: mediatek-gen3: Fix PERST# control timing during + system startup +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Some of MediaTek's chips (mt7986 amongst them) stop generating REFCLK +if the PCIE_PHY_RSTB signal of the PCIe controller is asserted. + +We have to adjust the control timing as follows to ensure that PERST# +will be de-asserted after the REFCLK is stable: + + Assert all reset signals + → delay 10ms (BRG settle) + → De-assert all reset signals except PERST# (REFCLK starts) + → delay 100ms (TPVPERL) + → De-assert PERST# + +Without this, the LTSSM stays in detect.quiet because the endpoint +never sees a stable reference clock and does not complete its own +internal reset. + +Backport of upstream commit b6e0223ab75e ("PCI: mediatek-gen3: Fix +PERST# control timing during system startup"). +--- + drivers/pci/controller/pcie-mediatek-gen3.c | 31 +++++++++++++++++---- + 1 file changed, 25 insertions(+), 6 deletions(-) + +diff --git a/drivers/pci/controller/pcie-mediatek-gen3.c b/drivers/pci/controller/pcie-mediatek-gen3.c +index 75ddb8bee168..fbeeb4511253 100644 +--- a/drivers/pci/controller/pcie-mediatek-gen3.c ++++ b/drivers/pci/controller/pcie-mediatek-gen3.c +@@ -479,16 +479,35 @@ static int mtk_pcie_startup_port(struct mtk_gen3_pcie *pcie) + writel_relaxed(val, pcie->base + PCIE_RST_CTRL_REG); + + /* +- * Described in PCIe CEM specification revision 6.0. ++ * Backport of upstream commit b6e0223ab75e ("PCI: mediatek-gen3: ++ * Fix PERST# control timing during system startup"). + * +- * The deassertion of PERST# should be delayed 100ms (TPVPERL) +- * for the power and clock to become stable. ++ * Some MediaTek Gen3 PCIe controllers (mt7986 amongst them) gate ++ * REFCLK off while PCIE_PHY_RSTB is asserted. If we hold PHY/BRG ++ * in reset for the full TPVPERL window before releasing PERST#, ++ * the endpoint never sees a stable reference clock and the link ++ * stays in detect.quiet. The correct sequence is: ++ * ++ * assert all → wait BRG ready (~10ms) → release MAC/PHY/BRG ++ * (REFCLK starts) → wait TPVPERL (100ms) → release PERST#. ++ * ++ * PCIE_BRG_RSTB also requires a short settle window before the ++ * PCIe internal registers are accessible again. ++ */ ++ msleep(10); ++ ++ /* De-assert MAC/PHY/BRG so REFCLK starts running */ ++ val &= ~(PCIE_MAC_RSTB | PCIE_PHY_RSTB | PCIE_BRG_RSTB); ++ writel_relaxed(val, pcie->base + PCIE_RST_CTRL_REG); ++ ++ /* ++ * PCIe CEM revision 6.0 TPVPERL: 100ms with stable power and ++ * REFCLK before PERST# is de-asserted. + */ + msleep(PCIE_T_PVPERL_MS); + +- /* De-assert reset signals */ +- val &= ~(PCIE_MAC_RSTB | PCIE_PHY_RSTB | PCIE_BRG_RSTB | +- PCIE_PE_RSTB); ++ /* De-assert PERST# */ ++ val &= ~PCIE_PE_RSTB; + writel_relaxed(val, pcie->base + PCIE_RST_CTRL_REG); + } + diff --git a/patches/linux/linux.hash b/patches/linux/linux.hash index 11d6cbd26..d7ec41bf8 100644 --- a/patches/linux/linux.hash +++ b/patches/linux/linux.hash @@ -1,2 +1,2 @@ # Calculated with utils/kernel-refresh.sh -sha256 25017b93946f0ba2cbf71910b59640a29d9167a5b65ccd41b12cd991875ce2ea linux-6.18.27.tar.xz +sha256 c33ea75b1f3bc5fccab836790cd3684eab7057ff383464b5efd8a68ba622a83c linux-6.18.29.tar.xz