netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/8] net: bcmasp: Add v3.0 and remove v2.0
@ 2025-04-22 23:36 Justin Chen
  2025-04-22 23:36 ` [PATCH net-next v2 1/8] dt-bindings: net: brcm,asp-v2.0: Remove asp-v2.0 Justin Chen
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Justin Chen @ 2025-04-22 23:36 UTC (permalink / raw)
  To: devicetree, netdev
  Cc: rafal, linux, hkallweit1, bcm-kernel-feedback-list, opendmb,
	conor+dt, krzk+dt, robh, pabeni, kuba, edumazet, davem,
	andrew+netdev, florian.fainelli, Justin Chen

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.

Justin Chen (8):
  dt-bindings: net: brcm,asp-v2.0: Remove asp-v2.0
  dt-bindings: net: brcm,unimac-mdio: Remove asp-v2.0
  net: bcmasp: Remove support for asp-v2.0
  net: phy: mdio-bcm-unimac: Remove asp-v2.0
  dt-bindings: net: brcm,asp-v2.0: Add asp-v3.0
  dt-bindings: net: brcm,unimac-mdio: Add asp-v3.0
  net: bcmasp: Add support for asp-v3.0
  net: phy: mdio-bcm-unimac: Add asp-v3.0

 .../bindings/net/brcm,asp-v2.0.yaml           |  23 ++-
 .../bindings/net/brcm,unimac-mdio.yaml        |   2 +-
 drivers/net/ethernet/broadcom/asp2/bcmasp.c   | 176 +++++++-----------
 drivers/net/ethernet/broadcom/asp2/bcmasp.h   |  78 ++++----
 .../ethernet/broadcom/asp2/bcmasp_ethtool.c   |  36 +---
 .../net/ethernet/broadcom/asp2/bcmasp_intf.c  |  13 +-
 .../ethernet/broadcom/asp2/bcmasp_intf_defs.h |   3 +-
 drivers/net/mdio/mdio-bcm-unimac.c            |   2 +-
 8 files changed, 126 insertions(+), 207 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2025-04-25  0:09 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 23:36 [PATCH net-next v2 0/8] net: bcmasp: Add v3.0 and remove v2.0 Justin Chen
2025-04-22 23:36 ` [PATCH net-next v2 1/8] dt-bindings: net: brcm,asp-v2.0: Remove asp-v2.0 Justin Chen
2025-04-23 15:34   ` Conor Dooley
2025-04-24 20:16   ` Florian Fainelli
2025-04-22 23:36 ` [PATCH net-next v2 2/8] dt-bindings: net: brcm,unimac-mdio: " Justin Chen
2025-04-23 15:42   ` Conor Dooley
2025-04-24 20:18   ` Florian Fainelli
2025-04-22 23:36 ` [PATCH net-next v2 3/8] net: bcmasp: Remove support for asp-v2.0 Justin Chen
2025-04-24 20:18   ` Florian Fainelli
2025-04-22 23:36 ` [PATCH net-next v2 4/8] net: phy: mdio-bcm-unimac: Remove asp-v2.0 Justin Chen
2025-04-24 20:19   ` Florian Fainelli
2025-04-22 23:36 ` [PATCH net-next v2 5/8] dt-bindings: net: brcm,asp-v2.0: Add asp-v3.0 Justin Chen
2025-04-23 15:34   ` Conor Dooley
2025-04-24 20:19   ` Florian Fainelli
2025-04-22 23:36 ` [PATCH net-next v2 6/8] dt-bindings: net: brcm,unimac-mdio: " Justin Chen
2025-04-23 15:33   ` Conor Dooley
2025-04-24 20:19   ` Florian Fainelli
2025-04-22 23:36 ` [PATCH net-next v2 7/8] net: bcmasp: Add support for asp-v3.0 Justin Chen
2025-04-24 20:19   ` Florian Fainelli
2025-04-22 23:36 ` [PATCH net-next v2 8/8] net: phy: mdio-bcm-unimac: Add asp-v3.0 Justin Chen
2025-04-24 20:19   ` Florian Fainelli
2025-04-25  0:10 ` [PATCH net-next v2 0/8] net: bcmasp: Add v3.0 and remove v2.0 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).