On Wed, Oct 05, 2005 at 11:23:07AM +0200, Pavel Machek wrote: > On St 05-10-05 03:52:09, Adam Belay wrote: > > > > Hi All, > > > > I've been considering strategies for improving runtime power management, > > selective suspends, and device power management in general. Here are some > > of my ideas. I would appreciate any comments or suggestions. > > If you want to improve power management, write some code, not "yet > another useless roadmap". Thanks. > Pavel Hi Pavel, This document was more than a roadmap, it makes references to specific implementation strategies. Nonetheless, you do bring up a good point. I actually do have some code for many of the ideas I mentioned. I'm hoping to have a functional example soon. Thanks, Adam > > PS: Alan wrote some nice pieces for runtime power management, what > about helping him? I agree, a notion of power states is a step forward for runtime power management. I need to look at Alan's code more carefully, but, as I understand, it's a little different from my proposal. My intention was to seperate logical driver states (a given level of functionality) and physical power states. Device drivers are responsible for manipulating physical device states, but the driver model manages logical states and their dependencies. I think comparing these strategies would be a useful discussion.