Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/aarch64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/aarch64_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/arm_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/arm_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configs/x86_64_minimal_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <troglobit@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <troglobit@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <troglobit@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <troglobit@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <troglobit@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <lazzer@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <lazzer@gmail.com>
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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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 ++++
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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

---
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <troglobit@gmail.com>
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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <tobias@waldekranz.com>
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:
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <lazzer@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <lazzer@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <lazzer@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <lazzer@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <lazzer@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <lazzer@gmail.com>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <dave.stevenson@raspberrypi.com>
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
Expand Down
Loading
Loading