diff options
author | danborkmann@iogearbox.net <danborkmann@iogearbox.net> | 2012-01-19 00:39:31 +0000 |
---|---|---|
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 F: Documentation/filesystems/xfs.txt F: fs/xfs/ +XILINX AXI ETHERNET DRIVER +M: Ariane Keller <ariane.keller@tik.ee.ethz.ch> +M: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch> +S: Maintained +F: drivers/net/ethernet/xilinx/xilinx_axienet* + XILINX SYSTEMACE DRIVER M: Grant Likely <grant.likely@secretlab.ca> W: http://www.secretlab.ca/ |