linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net: support for NS8390 based ethernet on ColdFire CPU boards
@ 2012-07-04 23:49 gerg
  2012-07-04 23:49 ` [PATCH v2 1/2] m68knommu: move the badly named mcfne.h to a better mcf8390.h gerg
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: gerg @ 2012-07-04 23:49 UTC (permalink / raw)
  To: netdev, linux-m68k


This is version 2 of patches that add platform support for using the NS8390
based ethernet ports used on some ColdFire CPU boards. This version
incorporates only minor changes from the first.

Patches to use these NS8390 devices on ColdFire boards have existed
out-of-tree for years. Some of the base IO definitions (those in
arch/m68k/include/asm/mcfne.h) have been in mainline, but unused for most
of that time.

The first patch just neatens up mcfne.h (moving it to mcf8390.h). The
second patch is the platform driver. The first patch would normaly just
go through the m68knommu git tree, but I figured keeping these together made
more sense.

---
 arch/m68k/include/asm/mcf8390.h     |  371 ++++++++++++++++++---------
 arch/m68k/include/asm/mcfne.h       |  242 ------------------
 drivers/net/ethernet/8390/Kconfig   |   14 +
 drivers/net/ethernet/8390/Makefile  |    1 
 drivers/net/ethernet/8390/mcf8390.c |  480 ++++++++++++++++++++++++++++++++++++
 5 files changed, 746 insertions(+), 362 deletions(-)

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

end of thread, other threads:[~2012-07-13  1:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-04 23:49 [PATCH v2 0/2] net: support for NS8390 based ethernet on ColdFire CPU boards gerg
2012-07-04 23:49 ` [PATCH v2 1/2] m68knommu: move the badly named mcfne.h to a better mcf8390.h gerg
2012-07-04 23:50 ` [PATCH v2 2/2] net: add support for NS8390 based eth controllers on some ColdFire CPU boards gerg
2012-07-12 14:55 ` [PATCH v2 0/2] net: support for NS8390 based ethernet on " David Miller
2012-07-13  1:05   ` Greg Ungerer

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).