net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2110 PHY
authorStefan Eichenberger <eichest@gmail.com>
Wed, 19 Jul 2023 06:42:58 +0000 (08:42 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 20 Jul 2023 10:24:06 +0000 (12:24 +0200)
commit00f11ac71708d2e5e434aa2ef9249f95b5e7e313
tree360f6381628b7e2509fb7e18e4f0e8f6c1e0d429
parenta60eb72066af272c2891c6685b9a082dde69198c
net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2110 PHY

Add a driver for the Marvell 88Q2110. This driver allows to detect the
link, switch between 100BASE-T1 and 1000BASE-T1 and switch between
master and slave mode. Autonegotiation supported by the PHY does not yet
work.

Signed-off-by: Stefan Eichenberger <eichest@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/marvell-88q2xxx.c [new file with mode: 0644]
include/linux/marvell_phy.h