mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Upgrade Linux kernel to 6.18.26
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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.
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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.
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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 ++++
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
|
||||
---
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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.
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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:
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <dave.stevenson@raspberrypi.com>
|
||||
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
|
||||
+2
-2
@@ -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 <dave.stevenson@raspberrypi.com>
|
||||
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
|
||||
+2
-2
@@ -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 <dave.stevenson@raspberrypi.com>
|
||||
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.
|
||||
+2
-2
@@ -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 <dave.stevenson@raspberrypi.com>
|
||||
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.
|
||||
+2
-2
@@ -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 <dave.stevenson@raspberrypi.com>
|
||||
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
|
||||
+2
-2
@@ -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 <dave.stevenson@raspberrypi.com>
|
||||
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
|
||||
+2
-2
@@ -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 <dave.stevenson@raspberrypi.com>
|
||||
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.
|
||||
+2
-2
@@ -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 <lazzer@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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,
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
+2
-2
@@ -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 <tobias@waldekranz.com>
|
||||
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
|
||||
+3
-6
@@ -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 <troglobit@gmail.com>
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user