commit | db3e1cc3257758d8a694d0a6ab29f109fb019853 | [log] [tgz] |
---|---|---|
author | Li Shaohua <shaohua.li@intel.com> | Thu Dec 07 20:57:05 2006 +0800 |
committer | Len Brown <len.brown@intel.com> | Fri Dec 15 23:38:35 2006 -0500 |
tree | 04acebdac81e32af4ce8eea2c4e04efdeead26f3 | |
parent | 54a07001b9efb6a3bb9a9d8ac9ddb226e29b5406 [diff] |
ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver acpi_device had a .bind/.unbind methods, but Linux driver model does not. Cut ACPI PCI code over to use the Linux driver model methods. Convert bind/unbind to use a new pci bridge driver. The driver will add/remove _PRT, so we can eventually remove .bind/.unbind methods. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>