[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1225881342-3485-1-git-send-email-steve.glendinning@smsc.com>
Date: Wed, 5 Nov 2008 10:35:36 +0000
From: Steve Glendinning <steve.glendinning@...c.com>
To: netdev@...r.kernel.org
Cc: catalin.marinas@....com, Bahadir.Balban@....com,
dustin@...soria.com, bgat@...lgatliff.com,
Ian Saturley <ian.saturley@...c.com>, g.liakhovetski@....de,
Peter Korsgaard <jacmet@...site.dk>,
Steve Glendinning <steve.glendinning@...c.com>
Subject: [PATCH 0/6] SMSC LAN911x and LAN921x vendor driver
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists