]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mv88e6xxx: move driver in its own folder
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Tue, 21 Jun 2016 16:28:19 +0000 (12:28 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jun 2016 15:29:47 +0000 (11:29 -0400)
commit07a7d762494ea6bd6db7eb412e49259d5809b51b
tree732a4fba963249410d53d0ef56840ed7bd28114e
parent957188acb2104db288733c8e5846290f8c14ed2f
net: dsa: mv88e6xxx: move driver in its own folder

With the upcoming support for cross-chip operations and other mv88e6xxx
enhancements, new files will be added.

Similarly to mlxsw or b53, move mv88e6xxx files into their own folder.

In the meantime, update the MAINTAINERS entry to please checkpatch.pl,
by replacing the invalid 88E6352 entry with 88E6XXX, maintained by
Andrew and myself.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/dsa/Kconfig
drivers/net/dsa/Makefile
drivers/net/dsa/mv88e6xxx.c [deleted file]
drivers/net/dsa/mv88e6xxx.h [deleted file]
drivers/net/dsa/mv88e6xxx/Kconfig [new file with mode: 0644]
drivers/net/dsa/mv88e6xxx/Makefile [new file with mode: 0644]
drivers/net/dsa/mv88e6xxx/mv88e6xxx.c [new file with mode: 0644]
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h [new file with mode: 0644]