PCI: ACPI PCI slot detection driver
authorAlex Chiang <achiang@hp.com>
Tue, 10 Jun 2008 21:30:42 +0000 (15:30 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 10 Jun 2008 21:37:14 +0000 (14:37 -0700)
commit8344b568f5bdc7ee1bba909de3294c6348c36056
treee4406d8a1210baa4e5cc665b576dca7318e8f4f1
parentf46753c5e354b857b20ab8e0fe7b2579831dc369
PCI: ACPI PCI slot detection driver

Detect all physical PCI slots as described by ACPI, and create entries in
/sys/bus/pci/slots/.

Not all physical slots are hotpluggable, and the acpiphp module does not
detect them.  Now we know the physical PCI geography of our system, without
caring about hotplug.

[kaneshige.kenji@jp.fujitsu.com: export-kobject_rename-for-pci_hotplug_core]
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Acked-by: Greg KH <greg@kroah.com>
[akpm@linux-foundation.org: build fix]
[akpm@linux-foundation.org: fix build with CONFIG_DMI=n]
Signed-off-by: Alex Chiang <achiang@hp.com>
Cc: Greg KH <greg@kroah.com>
Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Cc: Len Brown <lenb@kernel.org>
Acked-by: Len Brown <len.brown@intel.com>
Acked-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/acpi/Kconfig
drivers/acpi/Makefile
drivers/acpi/pci_slot.c [new file with mode: 0644]
drivers/pci/hotplug/pci_hotplug_core.c
drivers/pci/hotplug/sgi_hotplug.c
lib/kobject.c