[ARM] colibri: fix support for DM9000 ethernet device
authorMichael Abbott <michael.abbott@diamond.ac.uk>
Wed, 14 May 2008 23:29:24 +0000 (16:29 -0700)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 17 May 2008 21:55:17 +0000 (22:55 +0100)
commitd0afc85f15deda94abdfe9118ac225c4208d5897
tree29937a21d246d27367ec5baca557b6c331f4f532
parent7cc09c248f4e286a153b5068a30b3fa857f5ce71
[ARM] colibri: fix support for DM9000 ethernet device

Two changes are necessary to enable proper operation of the DM9000 device with
the Colibri PXA 270 board: firstly, the IRQ type needs to be configured for
rising edge interrupts, and secondly this configuration needs to be
communicated through to the DM9000.

[akpm@linux-foundation.org: remove set_irq_type() call as per ben-linux request]
Signed-off-by: Michael Abbott <michael.abbott@diamond.ac.uk>
Cc: Daniel Mack <daniel@caiaq.org>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/colibri.c