]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit169b1063b5b2594d5fba2c4f9fce6ecee9776a27
tree695138108f3972a9c490b3ff9f413901c2af2253
parentaafd3f5b37edf78b9edfd5a1bc8ff11d4676297c
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.c [deleted file]
drivers/net/phy/mscc/Makefile [new file with mode: 0644]
drivers/net/phy/mscc/mscc.c [new file with mode: 0644]
drivers/net/phy/mscc/mscc_fc_buffer.h [new file with mode: 0644]
drivers/net/phy/mscc/mscc_mac.h [new file with mode: 0644]
drivers/net/phy/mscc/mscc_macsec.h [new file with mode: 0644]
drivers/net/phy/mscc_fc_buffer.h [deleted file]
drivers/net/phy/mscc_mac.h [deleted file]
drivers/net/phy/mscc_macsec.h [deleted file]