Re: [Patch] Wait for console to become available, ver 3

2009-04-20 Thread Alan Stern
) as indicating an infinite timeout; then only one new parameter would be needed instead of two. Alan Stern -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Wait for console to become available, v3.2

2009-04-21 Thread Alan Stern
?) by which the USB hub driver could send a notification when it becomes idle, I could implement it. Alan Stern -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: Wait for console to become available, v3.2

2009-04-21 Thread Alan Stern
as stated above. Alan Stern -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Wait for console to become available, v3.2

2009-04-22 Thread Alan Stern
devices. Alan Stern -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Wait for console to become available, v3.2

2009-04-22 Thread Alan Stern
a notion of all devices that were present at boot time have been probed. That should be good enough. Alan Stern -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: Wait for console to become available, v3.2

2009-04-24 Thread Alan Stern
devices of the given type on all buses have been initialized. Not surprisingly, this limit the opportunities to reduce boot time. This looks like a good plan and not hard to implement. It even should be possible to fit USB disk drives into the scheme. Alan Stern -- To unsubscribe

Re: 2.6.27- Sending uevent from a driver

2009-06-30 Thread Alan Stern
on the PCI bus has to be embedded in a struct pci_dev. I don't know what the OF platform bus expects, but you can probably figure it out. And instead of setting dev.bus directly, you have to call the appropriate registration function. Alan Stern -- To unsubscribe from this list: send the line

Re: [PATCH] Remove CONFIG_PM altogether, enable power management all the time

2011-02-09 Thread Alan Stern
will automatically be turned on. Otherwise it will automatically be turned off. Alan Stern -- To unsubscribe from this list: send the line unsubscribe linux-embedded in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html