diff options
author | danborkmann@iogearbox.net <danborkmann@iogearbox.net> | 2012-01-18 19:39:31 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-25 16:59:47 -0500 |
commit | 8a3b7a252dca9fb28c23b5bf76c49180a2b60d3b (patch) | |
tree | 0fbf680fa4b679f8fd7f72ee8335f3c6021ce483 /MAINTAINERS | |
parent | a44acd551467d78a26bfa76ea348225575830efc (diff) |
drivers/net/ethernet/xilinx: added Xilinx AXI Ethernet driver
This driver adds support for Xilinx 10/100/1000 AXI Ethernet.
It can be used, for instance, on Xilinx boards with a Microblaze
architecture like the ML605.
The patch is against the latest net-next tree and checkpatch clean.
Signed-off-by: Ariane Keller <ariane.keller@tik.ee.ethz.ch>
Signed-off-by: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 93c68d5f1cf4..087b65d12580 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -7469,6 +7469,12 @@ S: Supported | |||
7469 | F: Documentation/filesystems/xfs.txt | 7469 | F: Documentation/filesystems/xfs.txt |
7470 | F: fs/xfs/ | 7470 | F: fs/xfs/ |
7471 | 7471 | ||
7472 | XILINX AXI ETHERNET DRIVER | ||
7473 | M: Ariane Keller <ariane.keller@tik.ee.ethz.ch> | ||
7474 | M: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch> | ||
7475 | S: Maintained | ||
7476 | F: drivers/net/ethernet/xilinx/xilinx_axienet* | ||
7477 | |||
7472 | XILINX SYSTEMACE DRIVER | 7478 | XILINX SYSTEMACE DRIVER |
7473 | M: Grant Likely <grant.likely@secretlab.ca> | 7479 | M: Grant Likely <grant.likely@secretlab.ca> |
7474 | W: http://www.secretlab.ca/ | 7480 | W: http://www.secretlab.ca/ |