From: Rafael J. Wysocki Date: Sat, 27 Feb 2010 20:37:37 +0000 (+0100) Subject: PCI/PM Runtime: Make runtime PM of PCI devices inactive by default X-Git-Tag: v2.6.34-rc2~277^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb910a7040e90a0ca3d3e8245d6d5c128a5d1287;p=pandora-kernel.git PCI/PM Runtime: Make runtime PM of PCI devices inactive by default Make the run-time power management of PCI devices be inactive by default by calling pm_runtime_forbid() for each PCI device during its initialization. This setting may be overriden by the user space with the help of the /sys/devices/.../power/control interface. That's necessary to avoid breakage on systems where ACPI-based wake-up is known to fail for some devices. Signed-off-by: Rafael J. Wysocki Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed