[PATCH net-next 0/7] net: dsa: motorcomm: Add SerDes PCS

David Yang posted 7 patches 2 weeks, 1 day ago
There is a newer version of this series
drivers/net/dsa/motorcomm/Makefile   |   2 +
drivers/net/dsa/motorcomm/chip.c     | 490 ++++++---------------------
drivers/net/dsa/motorcomm/chip.h     | 129 ++++---
drivers/net/dsa/motorcomm/leds.c     |  14 +-
drivers/net/dsa/motorcomm/mdio_bus.c | 302 +++++++++++++++++
drivers/net/dsa/motorcomm/mdio_bus.h |  51 +++
drivers/net/dsa/motorcomm/pcs-921x.c | 209 ++++++++++++
drivers/net/dsa/motorcomm/pcs.h      |  13 +
8 files changed, 769 insertions(+), 441 deletions(-)
create mode 100644 drivers/net/dsa/motorcomm/mdio_bus.c
create mode 100644 drivers/net/dsa/motorcomm/mdio_bus.h
create mode 100644 drivers/net/dsa/motorcomm/pcs-921x.c
create mode 100644 drivers/net/dsa/motorcomm/pcs.h
[PATCH net-next 0/7] net: dsa: motorcomm: Add SerDes PCS
Posted by David Yang 2 weeks, 1 day ago
Support in-band negotiation of the SerDes ports.

David Yang (7):
  net: dsa: motorcomm: Split xMII and SERDES port masks
  net: dsa: motorcomm: Check port type with runtime info
  net: dsa: motorcomm: Fix port control/status register bit field names
  net: dsa: motorcomm: Introduce yt921x_speed
  net: dsa: motorcomm: Hoist port_to_priv helper into chip.h
  net: dsa: motorcomm: Split MDIO bus module
  net: dsa: motorcomm: Add SerDes PCS

 drivers/net/dsa/motorcomm/Makefile   |   2 +
 drivers/net/dsa/motorcomm/chip.c     | 490 ++++++---------------------
 drivers/net/dsa/motorcomm/chip.h     | 129 ++++---
 drivers/net/dsa/motorcomm/leds.c     |  14 +-
 drivers/net/dsa/motorcomm/mdio_bus.c | 302 +++++++++++++++++
 drivers/net/dsa/motorcomm/mdio_bus.h |  51 +++
 drivers/net/dsa/motorcomm/pcs-921x.c | 209 ++++++++++++
 drivers/net/dsa/motorcomm/pcs.h      |  13 +
 8 files changed, 769 insertions(+), 441 deletions(-)
 create mode 100644 drivers/net/dsa/motorcomm/mdio_bus.c
 create mode 100644 drivers/net/dsa/motorcomm/mdio_bus.h
 create mode 100644 drivers/net/dsa/motorcomm/pcs-921x.c
 create mode 100644 drivers/net/dsa/motorcomm/pcs.h

-- 
2.53.0
Re: [PATCH net-next 0/7] net: dsa: motorcomm: Add SerDes PCS
Posted by Jakub Kicinski 1 week, 2 days ago
On Thu, 10 Sep 2026 03:05:28 +0800 David Yang wrote:
> Support in-band negotiation of the SerDes ports.

Sounds like there will be a v2 to address the nit on patch 1
Please check the AI feedback:
https://netdev-ai.bots.linux.dev/sashiko/#/patchset/20260909190541.466476-5-mmyangfl@gmail.com
I broke the emailing script on Friday, it ate its send queue :S