ACPI: Attach the ACPI device to the ACPI handle as early as possible
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 11 Aug 2008 06:54:16 +0000 (14:54 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 6 Feb 2009 22:00:41 +0000 (14:00 -0800)
commit995e929573c15b2cea0a531c124df3c721fc24d1
tree689805a50deb6b3e3d6f8fd9a11f8e7879aaac65
parent3b9720cedb49b94ca1f9523da9f7c76647878b5a
ACPI: Attach the ACPI device to the ACPI handle as early as possible

commit eab4b645769fa2f8703f5a3cb0cc4ac090d347af upstream.

Attach the ACPI device to the ACPI handle as early as possible so that OS
can get the corresponding ACPI device by the acpi handle in the course
of getting the power/wakeup/performance flags.

http://bugzilla.kernel.org/show_bug.cgi?id=8049
http://bugzilla.kernel.org/show_bug.cgi?id=11000

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: Thomas Renninger <trenn@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/scan.c