* david-b@xxxxxxxxxxx <david-b@xxxxxxxxxxx> [050801 19:44]: > > From: Amit Kucheria <amit.kucheria@xxxxxxxxx> > > Date: Mon, 01 Aug 2005 14:44:46 +0300 > > > > ... > > If I tell a bus > > (... or any other device with child nodes, like a USB hub or > various system bridges ...) > > > > to power down, couldn't the PM framework take care of > > recursively sending 'power down' message to all children, wait for > > confirmation, and then power itself down? > > Could, arguably should -- but doesn't, just now. I don't > think I'd try to manage all system devices' power through > sysfs from usermode yet ... :) There are some cases where the whole bus can be powered down, but a device on the bus needs to be left on to provide wake-up events. The wake-up event might take another path, such as GPIO, and the bus can be powered down with some devices on. An example that comes to mind is the smc91x Ethernet driver on OMAP OSK board. Regards, Tony