[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230703124440.391970-1-eichest@gmail.com>
Date: Mon, 3 Jul 2023 14:44:38 +0200
From: Stefan Eichenberger <eichest@...il.com>
To: netdev@...r.kernel.org,
andrew@...n.ch,
hkallweit1@...il.com,
linux@...linux.org.uk
Cc: davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
francesco.dolcini@...adex.com
Subject: [PATCH v1 0/2] Add a driver for the Marvell 88Q2110 PHY
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
--
2.39.2
Powered by blists - more mailing lists