From: Todd P. <tp...@mv...> - 2004-07-08 01:50:11
|
Version 2.6.7 07/07/2004 * Added "classes" of operating points: DPM selects an operating point from the class according to device constraints. See new section Operating Point Classes in the DPM Developer's Guide. * Added general power event notifiers and change the existing device-power notifiers: * device_power_notify() -> device_power_event() * use power.agent * event device-event * DEVPATH=sysfs-path replaced with DEVICE=bus-id See new section Power Event Notifiers in the DPM Developer's Guide. * Added OMAP1610 H2 Dynamic Voltage Scaling (experimental). dpm-setup-omap1610 is updated to include two 1.1V operating points. * Fixes for CONFIG_DPM/CONFIG_PM=n and ARM cleanups (thanks George Davis) and CONFIG_HOTPLUG=n. * Removed dpm_md_init() (just user __initcall() for machine-dependent init, no ordering needed between generic and machine-dependent; the ordered part is now handled via dpm_md_startup()). * Sync with linux-2.6.7 and linux-omap tree as of 07/07/2004. -- Todd Poynor MontaVista Software |