[PATCH] DM9000 interrupt is hardware dependant

2006-09-04 Thread Jürgen Schindele
Hi developers, i made a patch for an PXA270-evalboard with DM9000 ethernet contoller. The Interrupt can be high- or low- active dependant of the wiring of the MDC-(57)pin. Because of this hardware dependency you shoud be able to configure this behaviour in struct resource dm9000_resources[]

Re: [PATCH] DM9000 interrupt is hardware dependant

2006-09-04 Thread Lennert Buytenhek
On Mon, Sep 04, 2006 at 10:17:08PM +0200, Jürgen Schindele wrote: i made a patch for an PXA270-evalboard with DM9000 ethernet contoller. The Interrupt can be high- or low- active dependant of the wiring of the MDC-(57)pin. Because of this hardware dependency you shoud be able to configure

Re: [PATCH] DM9000 interrupt is hardware dependant

2006-09-04 Thread Francois Romieu
Jürgen Schindele [EMAIL PROTECTED] : [...] Please comment an review my patch which is attached here diff --git a/drivers/net/dm9000.c b/drivers/net/dm9000.c index 24996da..0a71f7b 100644 --- a/drivers/net/dm9000.c +++ b/drivers/net/dm9000.c @@ -598,10 +598,11 @@ static int dm9000_open(struct

[PATCH] DM9000 interrupt is hardware dependant

2006-09-04 Thread Jürgen Schindele
Hi developers, i made a patch for an PXA270-evalboard with DM9000 ethernet contoller. The Interrupt can be high- or low- active dependant of the wiring of the MDC-(57)pin. Because of this hardware dependency you shoud be able to configure this behaviour in struct resource dm9000_resources[]

Re: [PATCH] DM9000 interrupt is hardware dependant

2006-09-04 Thread Ben Dooks
On Mon, Sep 04, 2006 at 10:46:46PM +0200, Lennert Buytenhek wrote: On Mon, Sep 04, 2006 at 10:17:08PM +0200, J?rgen Schindele wrote: i made a patch for an PXA270-evalboard with DM9000 ethernet contoller. The Interrupt can be high- or low- active dependant of the wiring of the MDC-(57)pin.