]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'net-dsa-b53-fix-bcm5325-support'
authorJakub Kicinski <kuba@kernel.org>
Wed, 18 Jun 2025 00:52:32 +0000 (17:52 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Jun 2025 00:52:32 +0000 (17:52 -0700)
commit67f2efc47850e1e8e3a74203459dc218a27d21f9
treece2b23e927aa7a23e951bf13041e3f69ab34a5ae
parent62889b6ad05c54fc154a2e503023d1d1924e05f8
parent966a83df36c6f27476ac3501771422e7852098bc
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 <kuba@kernel.org>