net: phy: move the mscc driver to its own directory
authorAntoine Tenart <antoine.tenart@bootlin.com>
Fri, 13 Mar 2020 09:48:00 +0000 (10:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Mar 2020 04:06:45 +0000 (21:06 -0700)
commitda80aa52d07462850f02c19631a918995f9f11f4
tree695138108f3972a9c490b3ff9f413901c2af2253
parent3d572b2308ec68461abcc1754443bf56a30e1f3b
net: phy: move the mscc driver to its own directory

The MSCC PHY driver is growing, with lots of space consuming features
(firmware support, full initialization, MACsec...). It's becoming hard
to read and navigate in its source code. This patch moves the MSCC
driver to its own directory, without modifying anything, as a
preparation for splitting up its features into dedicated files.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Makefile
drivers/net/phy/mscc/Makefile [new file with mode: 0644]
drivers/net/phy/mscc/mscc.c [moved from drivers/net/phy/mscc.c with 100% similarity]
drivers/net/phy/mscc/mscc_fc_buffer.h [moved from drivers/net/phy/mscc_fc_buffer.h with 100% similarity]
drivers/net/phy/mscc/mscc_mac.h [moved from drivers/net/phy/mscc_mac.h with 100% similarity]
drivers/net/phy/mscc/mscc_macsec.h [moved from drivers/net/phy/mscc_macsec.h with 100% similarity]