netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 00/10] convert arm platforms to smsc911x
@ 2009-01-27 16:51 Steve Glendinning
  2009-01-27 16:51 ` [PATCH 01/10] smsc911x: add support for platform-specific irq flags Steve Glendinning
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Steve Glendinning @ 2009-01-27 16:51 UTC (permalink / raw)
  To: linux-arm-kernel, netdev
  Cc: David Miller, Russell King, Stanley Miao, Ian Saturley,
	Mark Brown, Catalin Marinas, Steve Glendinning

This patchset, intended for 2.6.30, converts in-tree arm platforms from
smc911x to the actively maintained smsc911x driver.

The platform updates (5-7) depend on the driver updates (1-4) for 
correct operation, so David Miller is planning to take these via the 
net-2.6 tree.  Defconfig updates have been split out (8-10) for merging 
via the arm tree.

Stanley.Miao (1):
  arm: update omap_ldp defconfig to use smsc911x

Steve Glendinning (9):
  smsc911x: add support for platform-specific irq flags
  smsc911x: register isr as IRQF_SHARED
  smsc911x: add external phy detection overrides
  smsc911x: allow mac address to be saved before device reset
  arm: convert pcm037 platform to use smsc911x
  arm: convert realview platform to use smsc911x
  arm: convert omap ldp platform to use smsc911x
  arm: update pcm037 defconfig to use smsc911x
  arm: update realview defconfigs to use smsc911x

 arch/arm/configs/omap_ldp_defconfig         |   24 +++++-
 arch/arm/configs/pcm037_defconfig           |   23 +++++-
 arch/arm/configs/realview-smp_defconfig     |   24 +++++-
 arch/arm/configs/realview_defconfig         |   24 +++++-
 arch/arm/mach-mx3/pcm037.c                  |   23 +++--
 arch/arm/mach-omap2/board-ldp.c             |   49 ++++++-----
 arch/arm/mach-realview/core.c               |   17 ++--
 arch/arm/plat-omap/include/mach/board-ldp.h |    6 +-
 drivers/net/smsc911x.c                      |  124 ++++++++++++++++-----------
 include/linux/smsc911x.h                    |    3 +
 10 files changed, 218 insertions(+), 99 deletions(-)


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

end of thread, other threads:[~2009-02-20 17:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-27 16:51 [PATCHv3 00/10] convert arm platforms to smsc911x Steve Glendinning
2009-01-27 16:51 ` [PATCH 01/10] smsc911x: add support for platform-specific irq flags Steve Glendinning
2009-01-27 16:51   ` [PATCH 02/10] smsc911x: register isr as IRQF_SHARED Steve Glendinning
2009-01-27 16:51     ` [PATCH 03/10] smsc911x: add external phy detection overrides Steve Glendinning
2009-01-27 16:51       ` [PATCH 04/10] smsc911x: allow mac address to be saved before device reset Steve Glendinning
2009-01-27 16:51         ` [PATCH 05/10] arm: convert pcm037 platform to use smsc911x Steve Glendinning
2009-01-27 16:51           ` [PATCH 06/10] arm: convert realview " Steve Glendinning
2009-01-27 16:51             ` [PATCH 07/10] arm: convert omap ldp " Steve Glendinning
2009-01-27 16:51               ` [PATCH 08/10] arm: update pcm037 defconfig " Steve Glendinning
2009-01-27 16:51                 ` [PATCH 09/10] arm: update realview defconfigs " Steve Glendinning
2009-01-27 17:54                 ` [PATCH 10/10] arm: update omap_ldp defconfig " Steve Glendinning
2009-01-27 17:19 ` [PATCHv3 00/10] convert arm platforms to smsc911x David Miller
2009-02-01  8:38 ` David Miller
2009-02-20 17:19   ` Tony Lindgren

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