From: Jeff Garzik <jeff@garzik.org>
To: Steve Glendinning <steve.glendinning@smsc.com>
Cc: netdev@vger.kernel.org, catalin.marinas@arm.com,
Bahadir.Balban@arm.com, dustin@sensoria.com,
bgat@billgatliff.com, Ian Saturley <ian.saturley@smsc.com>,
g.liakhovetski@gmx.de, Peter Korsgaard <jacmet@sunsite.dk>
Subject: Re: [PATCH 1/6] SMSC LAN911x and LAN921x vendor driver
Date: Thu, 06 Nov 2008 01:00:08 -0500 [thread overview]
Message-ID: <491287E8.70704@garzik.org> (raw)
In-Reply-To: <1225881342-3485-2-git-send-email-steve.glendinning@smsc.com>
Steve Glendinning wrote:
> Attached is a driver for SMSC's LAN911x and LAN921x families of embedded
> ethernet controllers.
>
> There is an existing smc911x driver in the tree; this is intended to
> replace it. Dustin McIntire (the author of the smc911x driver) has
> expressed his support for switching to this driver.
>
> This driver contains workarounds for all known hardware issues, and has
> been tested on all flavours of the chip on multiple architectures.
>
> This driver now uses phylib, so this patch also adds support for the
> device's internal phy
>
> Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
> Signed-off-by: Bahadir Balban <Bahadir.Balban@arm.com>
> Signed-off-by: Dustin Mcintire <dustin@sensoria.com>
> Signed-off-by: Bill Gatliff <bgat@billgatliff.com>
> ---
> MAINTAINERS | 6 +
> drivers/net/Kconfig | 14 +
> drivers/net/Makefile | 1 +
> drivers/net/phy/smsc.c | 28 +
> drivers/net/smsc911x.c | 2091 ++++++++++++++++++++++++++++++++++++++++++++++
> drivers/net/smsc911x.h | 394 +++++++++
> include/linux/smsc911x.h | 42 +
> 7 files changed, 2576 insertions(+), 0 deletions(-)
> create mode 100644 drivers/net/smsc911x.c
> create mode 100644 drivers/net/smsc911x.h
> create mode 100644 include/linux/smsc911x.h
applied patch #1
ACK patches 2-6
next prev parent reply other threads:[~2008-11-06 6:00 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-05 10:35 [PATCH 0/6] SMSC LAN911x and LAN921x vendor driver Steve Glendinning
2008-11-05 10:35 ` [PATCH 1/6] " Steve Glendinning
2008-11-05 10:35 ` [PATCH 2/6] smsc911x: add dynamic bus configuration Steve Glendinning
2008-11-05 10:35 ` [PATCH 3/6] smsc911x: convert magicpanelr2 platform to use smsc911x Steve Glendinning
2008-11-05 10:35 ` [PATCH 4/6] smsc911x: convert ap325rxa " Steve Glendinning
2008-11-05 10:35 ` [PATCH 5/6] smsc911x: convert rsk7203 " Steve Glendinning
2008-11-05 10:35 ` [PATCH 6/6] smsc911x: convert realview platforms " Steve Glendinning
2008-11-06 12:58 ` Catalin Marinas
2008-11-21 7:45 ` [PATCH 4/6] smsc911x: convert ap325rxa platform " Nobuhiro Iwamatsu
2008-11-21 7:45 ` Nobuhiro Iwamatsu
2008-11-21 7:46 ` Paul Mundt
2008-11-21 7:46 ` Paul Mundt
2008-12-11 10:49 ` Steve.Glendinning
2008-12-11 11:07 ` Paul Mundt
2008-11-06 13:10 ` [PATCH 2/6] smsc911x: add dynamic bus configuration Catalin Marinas
2008-11-23 13:39 ` Steve.Glendinning
2008-11-06 6:00 ` Jeff Garzik [this message]
2008-11-06 12:48 ` [PATCH 1/6] SMSC LAN911x and LAN921x vendor driver Catalin Marinas
2008-11-14 15:57 ` Steve.Glendinning
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=491287E8.70704@garzik.org \
--to=jeff@garzik.org \
--cc=Bahadir.Balban@arm.com \
--cc=bgat@billgatliff.com \
--cc=catalin.marinas@arm.com \
--cc=dustin@sensoria.com \
--cc=g.liakhovetski@gmx.de \
--cc=ian.saturley@smsc.com \
--cc=jacmet@sunsite.dk \
--cc=netdev@vger.kernel.org \
--cc=steve.glendinning@smsc.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 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.