]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitd78d85cfd4c95981d12d3d177f5acfb4eb4029e8
tree56bd70ea1b957b601402745ee03b4c1b293ab23b
parent47e6e979ae4bee4a7a2ccc3e5516132356d3fe38
[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