]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] sky2: stop/start hardware idle timer on suspend/resume
authorStephen Hemminger <shemminger@osdl.org>
Tue, 13 Jun 2006 08:17:31 +0000 (17:17 +0900)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 13 Jun 2006 20:16:41 +0000 (13:16 -0700)
commiteb35cf60e462491249166182e3e755d3d5d91a28
treeb945656354b88e632716fa82572e4e6c732a5fd7
parent8ab8fca2071cec559e4b77212cccffd150ce5ce7
[PATCH] sky2: stop/start hardware idle timer on suspend/resume

The resume bug was caused not by an early interrupt but because the idle
timeout was not being stopped on suspend.  Also disable hardware IRQ's
on suspend.  Will need to revisit this with hotplug?

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/sky2.c