[PATCH REPOST 0/5] convert arm platforms to smsc911x
From: Steve Glendinning <hidden>
Date: 2009-01-15 09:07:19
This patchset, intended for 2.6.30, converts all in-tree arm platforms from smc911x to the actively maintained smsc911x driver. I don't have any of these platforms available to me, so I've only been able to compile-test the changes. David Miller is planning to take the smsc911x patches via net-2.6, but I've included them here to make testing easier as the other patches in the set depend on them. This patchset supercedes previous irq_flags patches from me and Stanley Miao. Steve Glendinning (5): smsc911x: add support for platform-specific irq flags smsc911x: register isr as IRQF_SHARED arm: convert pcm037 platform to use smsc911x arm: convert realview platform to use smsc911x arm: convert omap ldp platform 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 | 22 ++++++++------ arch/arm/mach-omap2/board-ldp.c | 41 +++++++++++++++++---------- arch/arm/mach-realview/core.c | 17 ++++++----- arch/arm/plat-omap/include/mach/board-ldp.h | 4 +- drivers/net/smsc911x.c | 19 +++++++++--- 9 files changed, 151 insertions(+), 47 deletions(-)