Re: [PATCH 1/4] b44: timer power saving

2007-06-13 Thread Jeff Garzik
Stephen Hemminger wrote: Make the PHY and statistic timer run on one second boundary for powersaving. On resume, the driver should check for link up immediately, to get online faster (rather than waiting for the next second). Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/n

Re: [PATCH 1/4] b44: timer power saving

2007-06-07 Thread Michael Buesch
On Wednesday 06 June 2007 23:04:07 Stephen Hemminger wrote: > > > I don't think we need +1, if you need to fire immediately > > (on the next tick). The timer core will always fire > > timers that are in the past immediately. > > Thanks, but is it worth bothering to change it again? No, I don't t

Re: [PATCH 1/4] b44: timer power saving

2007-06-06 Thread Stephen Hemminger
> I don't think we need +1, if you need to fire immediately > (on the next tick). The timer core will always fire > timers that are in the past immediately. Thanks, but is it worth bothering to change it again? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a m

Re: [PATCH 1/4] b44: timer power saving

2007-06-06 Thread Michael Buesch
On Monday 04 June 2007 22:25:37 Stephen Hemminger wrote: > Make the PHY and statistic timer run on one second boundary > for powersaving. > > On resume, the driver should check for link up immediately, to > get online faster (rather than waiting for the next second). > > Signed-off-by: Stephen He

[PATCH 1/4] b44: timer power saving

2007-06-04 Thread Stephen Hemminger
Make the PHY and statistic timer run on one second boundary for powersaving. On resume, the driver should check for link up immediately, to get online faster (rather than waiting for the next second). Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/b44.c |9 -