All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] airoha: add MDIO + PCS support
@ 2025-08-22 23:29 Christian Marangi
  2025-08-22 23:29 ` [RFC PATCH 1/5] net: mediatek: move MT7531 mdio to dedicated driver Christian Marangi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Christian Marangi @ 2025-08-22 23:29 UTC (permalink / raw)
  To: Tom Rini, Joe Hershberger, Ramon Fried, Christian Marangi,
	Weijie Gao, u-boot

This initial series rework the MT7531 to a dedicated driver
to add support for AN7581 (based on MT7988 Switch).

Also add support for configuring the PCS to setup the
Serdes port.

Posting as RFC to have some comments about the rework of the
MT7531.

Christian Marangi (5):
  net: mediatek: move MT7531 mdio to dedicated driver
  net: airoha: bind MDIO controller on Ethernet load
  net: airoha: add support for Airoha PCS driver
  net: airoha: fill in support for PCS in Airoha Ethernet driver
  airoha: add PCS node for AN7581

 arch/arm/dts/an7581-u-boot.dtsi        |   71 ++
 arch/arm/dts/en7581-evb-u-boot.dtsi    |   18 +
 drivers/net/Kconfig                    |    7 +
 drivers/net/Makefile                   |    5 +
 drivers/net/airoha/Kconfig             |   12 +
 drivers/net/airoha/Makefile            |    6 +
 drivers/net/airoha/pcs-airoha-common.c |  803 ++++++++++++++
 drivers/net/airoha/pcs-airoha.h        | 1216 +++++++++++++++++++++
 drivers/net/airoha/pcs-an7581.c        | 1369 ++++++++++++++++++++++++
 drivers/net/airoha_eth.c               |  115 ++
 drivers/net/mdio-mt7531.c              |  140 +++
 drivers/net/mdio-mt7531.h              |    9 +
 drivers/net/mtk_eth/Kconfig            |    1 +
 drivers/net/mtk_eth/mt753x.c           |   29 +-
 drivers/net/mtk_eth/mt753x.h           |    3 +
 15 files changed, 3784 insertions(+), 20 deletions(-)
 create mode 100644 drivers/net/airoha/Kconfig
 create mode 100644 drivers/net/airoha/Makefile
 create mode 100644 drivers/net/airoha/pcs-airoha-common.c
 create mode 100644 drivers/net/airoha/pcs-airoha.h
 create mode 100644 drivers/net/airoha/pcs-an7581.c
 create mode 100644 drivers/net/mdio-mt7531.c
 create mode 100644 drivers/net/mdio-mt7531.h

-- 
2.50.0


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

end of thread, other threads:[~2025-08-25  9:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 23:29 [RFC PATCH 0/5] airoha: add MDIO + PCS support Christian Marangi
2025-08-22 23:29 ` [RFC PATCH 1/5] net: mediatek: move MT7531 mdio to dedicated driver Christian Marangi
2025-08-22 23:33   ` Christian Marangi
2025-08-25  1:15     ` Weijie Gao (高惟杰)
2025-08-25  8:33       ` Christian Marangi
2025-08-25  9:05         ` Weijie Gao
2025-08-22 23:29 ` [RFC PATCH 2/5] net: airoha: bind MDIO controller on Ethernet load Christian Marangi
2025-08-22 23:29 ` [RFC PATCH 3/5] net: airoha: add support for Airoha PCS driver Christian Marangi
2025-08-22 23:29 ` [RFC PATCH 4/5] net: airoha: fill in support for PCS in Airoha Ethernet driver Christian Marangi
2025-08-22 23:29 ` [RFC PATCH 5/5] airoha: add PCS node for AN7581 Christian Marangi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.