Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-11 Thread Jeff Garzik
Francois Romieu wrote: Stephen Hemminger <[EMAIL PROTECTED]> : On Thu, 9 Mar 2006 00:06:33 +0100 Francois Romieu <[EMAIL PROTECTED]> wrote: [...] So instead of #1..#6 from 07/03/2006, #1..#3 from 08/03/2003 which actually cover (with minor differences) #4..#6 from 07/03/2006 should be push

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-09 Thread Francois Romieu
Stephen Hemminger <[EMAIL PROTECTED]> : > On Thu, 9 Mar 2006 00:06:33 +0100 > Francois Romieu <[EMAIL PROTECTED]> wrote: [...] > > So instead of #1..#6 from 07/03/2006, #1..#3 from 08/03/2003 > > which actually cover (with minor differences) #4..#6 from 07/03/2006 > > should be pushed ? > > > >

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-08 Thread Stephen Hemminger
On Thu, 9 Mar 2006 00:06:33 +0100 Francois Romieu <[EMAIL PROTECTED]> wrote: > Stephen Hemminger <[EMAIL PROTECTED]> : > > Please take the three patches yesterday for 2.6.16, > > The others can wait. > > So instead of #1..#6 from 07/03/2006, #1..#3 from 08/03/2003 > which actually cover (with min

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-08 Thread Francois Romieu
Stephen Hemminger <[EMAIL PROTECTED]> : > Please take the three patches yesterday for 2.6.16, > The others can wait. So instead of #1..#6 from 07/03/2006, #1..#3 from 08/03/2003 which actually cover (with minor differences) #4..#6 from 07/03/2006 should be pushed ? -- Ueimor -- going to bed - T

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-08 Thread Stephen Hemminger
Please take the three patches yesterday for 2.6.16, The others can wait. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-08 Thread Francois Romieu
Stephen Hemminger <[EMAIL PROTECTED]> : [...] > Then stop at #6. #1..#6 applied to branch 'for-jeff' at git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git Shortlog Francois Romieu: de2104x: prevent interrupt before the interrupt handler is registered de2104x: fix th

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-07 Thread Stephen Hemminger
On Mon, 06 Mar 2006 16:57:11 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Stephen Hemminger wrote: > > On Mon, 6 Mar 2006 22:30:59 +0100 > > Francois Romieu <[EMAIL PROTECTED]> wrote: > > > > > >>(s/osld.org/osdl.org/g) > >> > >>Stephen Hemminger <[EMAIL PROTECTED]> : > >> > >>>Redo the interu

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-06 Thread Stephen Hemminger
On Mon, 06 Mar 2006 16:57:11 -0500 Jeff Garzik <[EMAIL PROTECTED]> wrote: > Stephen Hemminger wrote: > > On Mon, 6 Mar 2006 22:30:59 +0100 > > Francois Romieu <[EMAIL PROTECTED]> wrote: > > > > > >>(s/osld.org/osdl.org/g) > >> > >>Stephen Hemminger <[EMAIL PROTECTED]> : > >> > >>>Redo the interu

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-06 Thread Jeff Garzik
Stephen Hemminger wrote: On Mon, 6 Mar 2006 22:30:59 +0100 Francois Romieu <[EMAIL PROTECTED]> wrote: (s/osld.org/osdl.org/g) Stephen Hemminger <[EMAIL PROTECTED]> : Redo the interupt handling of sky2 driver based on the IRQ mangement documentation. All interrupts are handled by the device0

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-06 Thread Stephen Hemminger
On Mon, 6 Mar 2006 22:30:59 +0100 Francois Romieu <[EMAIL PROTECTED]> wrote: > (s/osld.org/osdl.org/g) > > Stephen Hemminger <[EMAIL PROTECTED]> : > > Redo the interupt handling of sky2 driver based on the IRQ mangement > > documentation. All interrupts are handled by the device0 NAPI poll > > ro

Re: [PATCH 7/9] sky2: smarter irq handling

2006-03-06 Thread Francois Romieu
(s/osld.org/osdl.org/g) Stephen Hemminger <[EMAIL PROTECTED]> : > Redo the interupt handling of sky2 driver based on the IRQ mangement > documentation. All interrupts are handled by the device0 NAPI poll > routine. Is there something beyond smarter irq handling which would urge to merge this code

[PATCH 7/9] sky2: smarter irq handling

2006-03-06 Thread Stephen Hemminger
Redo the interupt handling of sky2 driver based on the IRQ mangement documentation. All interrupts are handled by the device0 NAPI poll routine. Don't need to adjust interrupt mask in IRQ context, done only when changing device under RTNL. Therefore don't need hwlock anymore. Signed-off-by: Steph