]> 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)
commit410ee5fd16ca0e26f730520319085663e55dd63f
tree695138108f3972a9c490b3ff9f413901c2af2253
parentde8847ae649709315cb10e2c8103926c71bb89df
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]