All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [Patch v2 0/3] Enable network support on at91sam9n12ek board
@ 2013-04-24  2:46 Bo Shen
  2013-04-24  2:46 ` [U-Boot] [Patch v2 1/3] checkpatch: add ignore for network block comment style checking Bo Shen
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bo Shen @ 2013-04-24  2:46 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2013-07-08 16:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24  2:46 [U-Boot] [Patch v2 0/3] Enable network support on at91sam9n12ek board Bo Shen
2013-04-24  2:46 ` [U-Boot] [Patch v2 1/3] checkpatch: add ignore for network block comment style checking Bo Shen
2013-04-24  2:46 ` [U-Boot] [Patch v2 2/3] net: ks8851_mll: add ethernet support Bo Shen
2013-04-24 15:02   ` Raffaele Recalcati
2013-04-24  2:46 ` [U-Boot] [Patch v2 3/3] ARM: at91sam9n12: add network support with ksz8851_16mll Bo Shen
2013-05-12 11:57   ` Andreas Bießmann
2013-07-08 16:12 ` [U-Boot] [Patch v2 0/3] Enable network support on at91sam9n12ek board Joe Hershberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.