mbox series

[v1,0/2] Add a driver for the Marvell 88Q2110 PHY

Message ID 20230703124440.391970-1-eichest@gmail.com (mailing list archive)
Headers show
Series Add a driver for the Marvell 88Q2110 PHY | expand

Message

Stefan Eichenberger July 3, 2023, 12:44 p.m. UTC
Add support for 1000BASE-T1 to the phy_device driver and add a first
1000BASE-T1 driver for the Marvell 88Q2110 PHY.

Stefan Eichenberger (2):
  net: phy: add the link modes for 1000BASE-T1 Ethernet PHY
  net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2110 PHY

 drivers/net/phy/Kconfig           |   6 +
 drivers/net/phy/Makefile          |   1 +
 drivers/net/phy/marvell-88q2xxx.c | 217 ++++++++++++++++++++++++++++++
 drivers/net/phy/phy_device.c      |  14 ++
 include/linux/phy.h               |   2 +
 5 files changed, 240 insertions(+)
 create mode 100644 drivers/net/phy/marvell-88q2xxx.c