]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: ks8851_mll: add ethernet support
authorRoberto Cerati <roberto.cerati@bticino.it>
Wed, 24 Apr 2013 02:46:17 +0000 (10:46 +0800)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 25 Jun 2013 00:11:14 +0000 (19:11 -0500)
commit45a1693a312453dcb5d26cd03c57569c50872cc6
tree27cb77fef75f96cdcedcae0af1ccb944b120d3d7
parent6027384a69a7e671e810ae65b690dbfb25d5da81
net: ks8851_mll: add ethernet support

The device interface is 16 bits wide.
All the available packets are read from the incoming fifo.

Signed-off-by: Roberto Cerati <roberto.cerati@bticino.it>
Signed-off-by: Raffaele Recalcati <raffaele.recalcati@bticino.it>
[voice.shen@atmel.com: address comments from review results]
[voice.shen@atmel.com: clean up for submit]
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Tested-by: Raffaele Recalcati <raffaele.recalcati@bticino.it>
drivers/net/Makefile
drivers/net/ks8851_mll.c [new file with mode: 0644]
drivers/net/ks8851_mll.h [new file with mode: 0644]
include/netdev.h