public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Enable network support on at91sam9n12ek board
@ 2013-04-23 10:17 Bo Shen
  2013-04-23 10:17 ` [U-Boot] [PATCH 1/2] net: ks8851_mll: add ethernet support Bo Shen
  2013-04-23 10:17 ` [U-Boot] [PATCH 2/2] ARM: at91sam9n12: add network support with ksz8851_16mll Bo Shen
  0 siblings, 2 replies; 7+ messages in thread
From: Bo Shen @ 2013-04-23 10:17 UTC (permalink / raw)
  To: u-boot

This patch set base on the following patch set:
  - arm: at91: add at91sam9n12ek board support
    - http://patchwork.ozlabs.org/patch/237184/

And implement the following things
  - add ks8851_16mll ethernet driver
  - Enable network support on at91sam9n12ek board.

Bo Shen (1):
  ARM: at91sam9n12: add network support with ksz8851_16mll

Roberto Cerati (1):
  net: ks8851_mll: add ethernet support

 board/atmel/at91sam9n12ek/at91sam9n12ek.c |   36 ++
 drivers/net/Makefile                      |    1 +
 drivers/net/ks8851_mll.c                  |  635 +++++++++++++++++++++++++++++
 drivers/net/ks8851_mll.h                  |  357 ++++++++++++++++
 include/configs/at91sam9n12ek.h           |    4 +
 include/netdev.h                          |    1 +
 6 files changed, 1034 insertions(+)
 create mode 100644 drivers/net/ks8851_mll.c
 create mode 100644 drivers/net/ks8851_mll.h

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-24  1:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 10:17 [U-Boot] [PATCH 0/2] Enable network support on at91sam9n12ek board Bo Shen
2013-04-23 10:17 ` [U-Boot] [PATCH 1/2] net: ks8851_mll: add ethernet support Bo Shen
2013-04-23 15:34   ` Tom Rini
2013-04-24  1:20     ` Bo Shen
2013-04-24  1:38       ` Tom Rini
2013-04-24  1:48         ` Bo Shen
2013-04-23 10:17 ` [U-Boot] [PATCH 2/2] ARM: at91sam9n12: add network support with ksz8851_16mll Bo Shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox