phy: add driver for Intel XWAY PHY
authorTim Harvey <tharvey@gateworks.com>
Thu, 17 Nov 2022 21:27:09 +0000 (13:27 -0800)
committerTom Rini <trini@konsulko.com>
Mon, 28 Nov 2022 18:06:40 +0000 (13:06 -0500)
commit5e6c069b2c6b37083da685f39fa56ab5137dbdf9
treeef486924750d138effb1ecd24081cb6bf28820d4
parentd1559435d7f03517c7306e1c43e2ef497479f34b
phy: add driver for Intel XWAY PHY

Add a driver for the Intel XWAY GbE PHY:
 - configure RGMII using dt phy-mode and standard delay properties
 - use genphy_config

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/intel_xway.c [new file with mode: 0644]
drivers/net/phy/phy.c
include/phy.h