netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] SMSC LAN911x and LAN921x vendor driver
@ 2008-11-05 10:35 Steve Glendinning
  2008-11-05 10:35 ` [PATCH 1/6] " Steve Glendinning
  0 siblings, 1 reply; 15+ messages in thread
From: Steve Glendinning @ 2008-11-05 10:35 UTC (permalink / raw)
  To: netdev
  Cc: catalin.marinas, Bahadir.Balban, dustin, bgat, Ian Saturley,
	g.liakhovetski, Peter Korsgaard, Steve Glendinning

This patchset adds the smsc911x driver, and converts in-tree users of 
smc911x to use this driver instead.

I don't have access to all these development platforms (3x sh & ARM 
realview), so I've only been able to compile-test the changes so far.

The first patch (which adds the new driver) is identical to the last 
version posted for review.

Steve Glendinning (6):
  SMSC LAN911x and LAN921x vendor driver
  smsc911x: add dynamic bus configuration
  smsc911x: convert magicpanelr2 platform to use smsc911x
  smsc911x: convert ap325rxa platform to use smsc911x
  smsc911x: convert rsk7203 platform to use smsc911x
  smsc911x: convert realview platforms to use smsc911x

 MAINTAINERS                              |    6 +
 arch/arm/mach-realview/realview_eb.c     |   16 +-
 arch/arm/mach-realview/realview_pb1176.c |   13 +-
 arch/arm/mach-realview/realview_pb11mp.c |   13 +-
 arch/sh/boards/board-ap325rxa.c          |   24 +-
 arch/sh/boards/board-magicpanelr2.c      |   23 +-
 arch/sh/boards/board-rsk7203.c           |   24 +-
 arch/sh/configs/ap325rxa_defconfig       |   21 +-
 arch/sh/configs/magicpanelr2_defconfig   |   21 +-
 arch/sh/configs/rsk7203_defconfig        |   21 +-
 drivers/net/Kconfig                      |   14 +
 drivers/net/Makefile                     |    1 +
 drivers/net/phy/smsc.c                   |   28 +
 drivers/net/smsc911x.c                   | 2091 ++++++++++++++++++++++++++++++
 drivers/net/smsc911x.h                   |  393 ++++++
 include/linux/smsc911x.h                 |   47 +
 16 files changed, 2717 insertions(+), 39 deletions(-)
 create mode 100644 drivers/net/smsc911x.c
 create mode 100644 drivers/net/smsc911x.h
 create mode 100644 include/linux/smsc911x.h


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

end of thread, other threads:[~2008-11-23 13:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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:46           ` 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   ` [PATCH 1/6] SMSC LAN911x and LAN921x vendor driver Jeff Garzik
2008-11-06 12:48     ` Catalin Marinas
2008-11-14 15:57     ` Steve.Glendinning

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