[U-Boot] [Patch v2 0/3] Enable network support on at91sam9n12ek board
Bo Shen
voice.shen at atmel.com
Wed Apr 24 04:46:15 CEST 2013
This patch set based on the following patch set:
- arm: at91: add at91sam9n12ek board support
- http://patchwork.ozlabs.org/patch/237184/
And implement the following things
- add ignore for network block comment style checking
- add ks8851_16mll ethernet driver
- Enable network support on at91sam9n12ek board.
Bo Shen (2):
checkpatch: add ignore for network block comment style checking
ARM: at91sam9n12: add network support with ksz8851_16mll
Roberto Cerati (1):
net: ks8851_mll: add ethernet support
.checkpatch.conf | 3 +
board/atmel/at91sam9n12ek/at91sam9n12ek.c | 36 ++
drivers/net/Makefile | 1 +
drivers/net/ks8851_mll.c | 645 +++++++++++++++++++++++++++++
drivers/net/ks8851_mll.h | 357 ++++++++++++++++
include/configs/at91sam9n12ek.h | 4 +
include/netdev.h | 1 +
7 files changed, 1047 insertions(+)
create mode 100644 drivers/net/ks8851_mll.c
create mode 100644 drivers/net/ks8851_mll.h
--
1.7.9.5
More information about the U-Boot
mailing list