net: phy: add Maxlinear GPY115/21x/24x driver
authorXu Liang <lxu@maxlinear.com>
Mon, 19 Jul 2021 05:32:12 +0000 (13:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2021 13:55:20 +0000 (06:55 -0700)
commit7d901a1e878a1cf8dd3ba7b4c057ad5eb7a40af0
tree94e5956828eb13961b2e70505528439e19c3dbfc
parent8b72b301b442907742c1af1b8fcb52e351a2aac1
net: phy: add Maxlinear GPY115/21x/24x driver

Add driver to support the Maxlinear GPY115, GPY211, GPY212, GPY215,
GPY241, GPY245 PHYs. Separate from XWAY PHY driver because this series
has different register layout and new features not supported in XWAY PHY.

Signed-off-by: Xu Liang <lxu@maxlinear.com>
Acked-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
Tested-by: Wong Vee Khee <vee.khee.wong@linux.intel.com>
Tested-by: Wong Vee Khee <vee.khee.wong@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/phy/Kconfig
drivers/net/phy/Makefile
drivers/net/phy/mxl-gpy.c [new file with mode: 0644]