From: Jakub Kicinski Date: Wed, 18 Jun 2025 00:52:32 +0000 (-0700) Subject: Merge branch 'net-dsa-b53-fix-bcm5325-support' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67f2efc47850e1e8e3a74203459dc218a27d21f9;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'net-dsa-b53-fix-bcm5325-support' Álvaro Fernández Rojas says: ==================== net: dsa: b53: fix BCM5325 support These patches get the BCM5325 switch working with b53. The existing brcm legacy tag only works with BCM63xx switches. We need to add a new legacy tag for BCM5325 and BCM5365 switches, which require including the FCS and length. I'm not really sure that everything here is correct since I don't work for Broadcom and all this is based on the public datasheet available for the BCM5325 and my own experiments with a Huawei HG556a (BCM6358). Both sets of patches have been merged due to the change requested by Jonas about BRCM_HDR register access depending on legacy tags. ==================== Link: https://patch.msgid.link/20250614080000.1884236-1-noltari@gmail.com Signed-off-by: Jakub Kicinski --- 67f2efc47850e1e8e3a74203459dc218a27d21f9