Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289734
b: refs/heads/master
c: 8a3b7a2
h: refs/heads/master
v: v3
  • Loading branch information
danborkmann@iogearbox.net authored and David S. Miller committed Jan 25, 2012
1 parent 13a23b5 commit 69c2af8
Show file tree
Hide file tree
Showing 7 changed files with 2,445 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a44acd551467d78a26bfa76ea348225575830efc
refs/heads/master: 8a3b7a252dca9fb28c23b5bf76c49180a2b60d3b
6 changes: 6 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
8 changes: 8 additions & 0 deletions trunk/drivers/net/ethernet/xilinx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ config XILINX_EMACLITE
---help---
This driver supports the 10/100 Ethernet Lite from Xilinx.

config XILINX_AXI_EMAC
tristate "Xilinx 10/100/1000 AXI Ethernet support"
depends on (PPC32 || MICROBLAZE)
select PHYLIB
---help---
This driver supports the 10/100/1000 Ethernet from Xilinx for the
AXI bus interface used in Xilinx Virtex FPGAs.

config XILINX_LL_TEMAC
tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
depends on (PPC || MICROBLAZE)
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/ethernet/xilinx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
ll_temac-objs := ll_temac_main.o ll_temac_mdio.o
obj-$(CONFIG_XILINX_LL_TEMAC) += ll_temac.o
obj-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o
xilinx_emac-objs := xilinx_axienet_main.o xilinx_axienet_mdio.o
obj-$(CONFIG_XILINX_AXI_EMAC) += xilinx_emac.o
508 changes: 508 additions & 0 deletions trunk/drivers/net/ethernet/xilinx/xilinx_axienet.h

Large diffs are not rendered by default.

Loading

0 comments on commit 69c2af8

Please sign in to comment.