]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-bcmasp-add-v3-0-and-remove-v2-0'
authorJakub Kicinski <kuba@kernel.org>
Thu, 24 Apr 2025 23:59:55 +0000 (16:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 24 Apr 2025 23:59:55 +0000 (16:59 -0700)
commit6fdc754b922bcb788c4aec54ce8182598d2cf66f
tree5fec8e5945fd09469bb48eb85f733b0008922827
parentdf8cf32413fa487313eb799f28f87a543480cfa0
parent538cb5573ae79d90e48f5f195e87e5bb73519825
Merge branch 'net-bcmasp-add-v3-0-and-remove-v2-0'

Justin Chen says:

====================
net: bcmasp: Add v3.0 and remove v2.0

asp-v2.0 had one supported SoC that never saw the light of day.
Given that it was the first iteration of the HW, it ended up with
some one off HW design decisions that were changed in futher iterations
of the HW. We remove support to simplify the code and make it easier to
add future revisions.

Add support for asp-v3.0. asp-v3.0 reduces the feature set for cost
savings. We reduce the number of channel/network filters. And also
remove some features and statistics.
====================

Link: https://patch.msgid.link/20250422233645.1931036-1-justin.chen@broadcom.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>