]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: ll_temac: Add LL TEMAC driver to u-boot
authorStephan Linz <linz@li-pro.net>
Sat, 25 Feb 2012 00:48:31 +0000 (00:48 +0000)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 4 Apr 2012 14:36:19 +0000 (09:36 -0500)
commitdf48265036dc7332d488ded34aa298f7f5bf3513
tree178742a61fd899d5b4b2a0fe55943dc8291053a8
parent1295f08c7e778a258cba779263ba03b0c86f8a6e
net: ll_temac: Add LL TEMAC driver to u-boot

Xilinx LocalLink Tri-Mode Ether MAC driver can be
used by Xilinx Microblaze or Xilinx ppc405/440 in
SDMA and FIFO mode. DCR or XPS bus can be used.

The driver uses and requires MII and PHYLIB.

CP: 4 warnings: 'Use of volatile is usually wrong'
I won't fix this, because it depends on the network
driver subsystem.

Reported-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Stephan Linz <linz@li-pro.net>
drivers/net/Makefile
drivers/net/xilinx_ll_temac.c [new file with mode: 0644]
drivers/net/xilinx_ll_temac.h [new file with mode: 0644]
drivers/net/xilinx_ll_temac_fifo.c [new file with mode: 0644]
drivers/net/xilinx_ll_temac_fifo.h [new file with mode: 0644]
drivers/net/xilinx_ll_temac_mdio.c [new file with mode: 0644]
drivers/net/xilinx_ll_temac_mdio.h [new file with mode: 0644]
drivers/net/xilinx_ll_temac_sdma.c [new file with mode: 0644]
drivers/net/xilinx_ll_temac_sdma.h [new file with mode: 0644]
include/netdev.h