netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1 V6] net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver
@ 2010-02-15 13:33 Kristoffer Glembo
  2010-02-15 13:33 ` [PATCH 1/1 " Kristoffer Glembo
  0 siblings, 1 reply; 3+ messages in thread
From: Kristoffer Glembo @ 2010-02-15 13:33 UTC (permalink / raw)
  To: netdev; +Cc: davem, Kristoffer Glembo

Adds device driver for Aeroflex Gaisler 10/100 and 10/100/1G Ethernet MAC IP cores.

V6: Use resource and irq from of_device instead of using of_get_property.

Kristoffer Glembo (1):
  net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver

 MAINTAINERS          |    6 +
 drivers/net/Kconfig  |    8 +
 drivers/net/Makefile |    1 +
 drivers/net/greth.c  | 1645 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/greth.h  |  143 +++++
 5 files changed, 1803 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/greth.c
 create mode 100644 drivers/net/greth.h


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

end of thread, other threads:[~2010-02-18  0:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 13:33 [PATCH 0/1 V6] net: Add Aeroflex Gaisler 10/100/1G Ethernet MAC driver Kristoffer Glembo
2010-02-15 13:33 ` [PATCH 1/1 " Kristoffer Glembo
2010-02-18  0:02   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).