From: Jeff Garzik <jeff@garzik.org>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: linux-mips@linux-mips.org, ralf@linux-mips.org,
netdev@vger.kernel.org, sshtylyov@ru.mvista.com
Subject: Re: [PATCH 1/2] tc35815 driver update (part 1)
Date: Fri, 02 Mar 2007 20:11:14 -0500 [thread overview]
Message-ID: <45E8CB32.5060008@garzik.org> (raw)
In-Reply-To: <20070302.232407.05600700.anemo@mba.ocn.ne.jp>
Atsushi Nemoto wrote:
> Current tc35815 driver is very obsolete and less maintained for a long
> time. Replace it with a new driver based on one from CELF patch
> archive. It was for 2.6.10 kernel so some adjustment and cleanup are
> added. (remove config.h, SA_ to IRQF_ conversion, etc.)
>
> Major advantages are:
>
> * Independent of JMR3927.
> (Actually independent of MIPS, but AFAIK the chip is used only on
> MIPS platforms)
> * TX4938 support.
> * 64-bit proof.
> * Asynchronous and on-demand auto negotiation.
> * High performance on non-coherent architecture.
> * ethtool support.
> * Many bugfixes and cleanups.
>
> And next patch add further improvements/bugfixes/cleanups.
>
> Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
> ---
> This is a patch against current linux-mips.org git-tree.
>
> drivers/net/Kconfig | 3
> drivers/net/tc35815.c | 2070 +++++++++++++++++++++++++++++++---------------
> include/linux/pci_ids.h | 1
> 3 files changed, 1440 insertions(+), 634 deletions(-)
Would you be kind enough to
a) provide a URL to a .c file (or post it, if it's under 100K) so that
we may more easily review this
b) combine both patches into a single patch. might as well, since it's
a rewrite.
c) rediff your patch against linux-2.6.git + Ralf's killall removal
patch, and resend. There were some minor conflicting changes that
appeared, though these changes will certainly become irrelevant once
your new driver is merged.
next prev parent reply other threads:[~2007-03-03 1:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-02 14:24 [PATCH 1/2] tc35815 driver update (part 1) Atsushi Nemoto
2007-03-03 1:11 ` Jeff Garzik [this message]
2007-03-03 14:53 ` Atsushi Nemoto
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=45E8CB32.5060008@garzik.org \
--to=jeff@garzik.org \
--cc=anemo@mba.ocn.ne.jp \
--cc=linux-mips@linux-mips.org \
--cc=netdev@vger.kernel.org \
--cc=ralf@linux-mips.org \
--cc=sshtylyov@ru.mvista.com \
/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;
as well as URLs for NNTP newsgroup(s).