e1000e / PCI / PM: Add basic runtime PM support (rev. 4)
authorRafael J. Wysocki <rjw@sisk.pl>
Sun, 14 Mar 2010 14:35:17 +0000 (14:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Mar 2010 04:23:35 +0000 (21:23 -0700)
commit23606cf5d1192c2b17912cb2ef6e62f9b11de133
tree185de39a532ee3ce06f3f083bfcebad48beddbe0
parente175944115db6762d3e98520c709e5a87f933c61
e1000e / PCI / PM: Add basic runtime PM support (rev. 4)

Use the PCI runtime power management framework to add basic PCI
runtime PM support to the e1000e driver.  Namely, make the driver
suspend the device when the link is off and set it up for generating
a wakeup event after the link has been detected again.  [This
feature is disabled until the user space enables it with the help of
the /sys/devices/.../power/contol device attribute.]

Based on a patch from Matthew Garrett.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/e1000.h
drivers/net/e1000e/netdev.c