Comment 14 for bug 634702

Revision history for this message
Ike Panhc (ikepanhc) wrote :

The following commits are cherry-picked for update intel_idle

commit 5aab4846d7d0a5f073588dfae6df25d97e3092ad
Author: Arjan van de Ven <email address hidden>
Date: Wed Jul 21 23:42:25 2010 -0400

    intel_idle: recognize Lincroft Atom Processor

commit aca8bca0e821bc4984d4ae18eb153382c6640322
Author: Len Brown <email address hidden>
Date: Mon Jul 26 23:40:19 2010 -0400

    intel_idle: add support for Westmere-EX

commit 3b2684d4d26a87810863357ae0c957e88a65780c
Author: Len Brown <email address hidden>
Date: Fri Jul 23 16:04:46 2010 -0400

    intel_idle: delete power_policy modparam, and choose substate functions

    The idea behind power policy was that it would start off as a modparam,
    and then hook into the new "global" in-kernel power vs energy tunable.
    But that tunable isn't happening, so delete the hook here.

    With the policy hook gone, the sub-state choice functions
    do not do anything useful, so delete them from the critical path.

    To handle sub-states in the future, we will advertise them
    with dedicated cpuidle_state entries. That is necessary
    because some of the sub-states will have substantially different
    properties than their peer sub-states.

commit 7f12d8df76eca15c3a5f82f2c0e5785116ce913f
Author: Len Brown <email address hidden>
Date: Fri May 28 02:22:03 2010 -0400

    intel_idle: delete substates DEBUG modparam