From: <gerg@snapgear.com>
To: <netdev@vger.kernel.org>, <linux-m68k@vger.kernel.org>
Subject: [PATCH 0/2] net: support for NS8390 based ethernet on ColdFire CPU boards
Date: Wed, 4 Jul 2012 14:56:27 +1000 [thread overview]
Message-ID: <1341377789-12970-1-git-send-email-gerg@snapgear.com> (raw)
The following 2 patches add platform support for using the NS8390 based
ethernet ports used on some ColdFire CPU boards. Patches to use these
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 | 478 ++++++++++++++++++++++++++++++++++++
5 files changed, 744 insertions(+), 362 deletions(-)
next reply other threads:[~2012-07-04 4:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-04 4:56 gerg [this message]
2012-07-04 4:56 ` [PATCH 1/2] m68knommu: move the badly named mcfne.h to a better mcf8390.h gerg
2012-07-04 4:56 ` [PATCH 2/2] net: add support for NS8390 based eth controllers on some ColdFire CPU boards gerg
2012-07-04 5:18 ` Joe Perches
2012-07-04 6:18 ` Greg Ungerer
2012-07-04 6:39 ` Joe Perches
2012-07-04 7:52 ` Geert Uytterhoeven
2012-07-04 8:06 ` Greg Ungerer
2012-07-04 14:52 ` Joe Perches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1341377789-12970-1-git-send-email-gerg@snapgear.com \
--to=gerg@snapgear.com \
--cc=linux-m68k@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox