[PATCH] acpi bridge hotadd: Allow ACPI .add and .start operations to be done independ...
authorRajesh Shah <rajesh.shah@intel.com>
Thu, 28 Apr 2005 07:25:52 +0000 (00:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jun 2005 04:52:42 +0000 (21:52 -0700)
commit3fb02738b0fd36f47710a2bf207129efd2f5daa2
tree56bd70ea1b957b601402745ee03b4c1b293ab23b
parentf7d473d919627262816459f8dba70d72812be074
[PATCH] acpi bridge hotadd: Allow ACPI .add and .start operations to be done independently

Create new interfaces to recursively add an acpi namespace object to the acpi
device list, and recursively start the namespace object.  This is needed for
ACPI based hotplug of a root bridge hierarchy where the add operation must be
performed first and the start operation must be performed separately after the
hot-plugged devices have been properly configured.

Signed-off-by: Rajesh Shah <rajesh.shah@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/container.c
drivers/acpi/processor_core.c
drivers/acpi/scan.c
include/acpi/acpi_bus.h