From: David Shaohua Li Date: Fri, 18 Mar 2005 23:45:35 +0000 (-0500) Subject: [ACPI] Bind PCI devices with ACPI devices X-Git-Tag: v2.6.13-rc3~10^2^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e10d12a3d88c88fba3258809aa42d14fd8cf1d1;p=pandora-kernel.git [ACPI] Bind PCI devices with ACPI devices Implement the framework for binding physical devices with ACPI devices. A physical bus like PCI bus should create a 'acpi_bus_type', with: .find_device: For device which has parent such as normal PCI devices. .find_bridge: It's for special devices, such as PCI root bridge or IDE controller. Such devices generally haven't a parent or ->bus. We use the special method to get an ACPI handle. Uses new field in struct device: firmware_data http://bugzilla.kernel.org/show_bug.cgi?id=4277 Signed-off-by: David Shaohua Li Signed-off-by: Len Brown --- Reading git-diff-tree failed