On Tue, May 23, 2017 at 03:53:19PM +0000, Bogdan Purcareata wrote: > Add basic support for Cortina PHY drivers. Support only CS4340 for now. > The phys are not fully compatible with IEEE 802.3 clause 45 registers. > Implement proper read_status support, so that phy polling does not cause > bus register access errors. > > Signed-off-by: Bogdan Purcareata <bogdan.purcare...@nxp.com> > --- > drivers/net/phy/Kconfig | 5 +++ > drivers/net/phy/Makefile | 1 + > drivers/net/phy/mdio-cortina.c | 90 > ++++++++++++++++++++++++++++++++++++++++++
This is a phy driver, not a mdio bus driver. Please use the correct file name. Andrew