On Thu, 20 Mar 2008, David Brownell wrote: > A previous version of this patch broke on PowerPC platforms after they > changed how they do early PCI initialization (following the first version > of this patch). Potentially the real fix involves switching PCI init on > all platforms so they all adopt the driver model "init() then add()" model, > calling device_initialize() early and pci_setup_device() before device_add(). Would it help to break this apart into two patches: the first to switch PCI over to the driver model approach, and the second to set up the can_wakeup flags? Those really are two very different goals. What are the barriers to doing the first part right now? Is it just PPC? Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html