mbox

[GIT,PULL] cpuidle: 4.0-rc3 fixes

Message ID 55032186.3000306@linaro.org
State New
Headers show

Pull-request

http://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/4.0-fixes

Message

Daniel Lezcano March 13, 2015, 5:42 p.m. UTC
Hi Rafael,

this pull request contains a couple of fixes:

  - Fix the cpu_pm_enter/exit symmetry in the mvebu driver (Gregory Clement)

  - Fix the mvebu drivers latency/residency values to reach an 
acceptable tradeoff between perf / power (Sebastian Rannou)

Thanks !

   -- Daniel

ps: I took the opportunity to double check the other drivers have their 
cpu_pm_entry/exit symmetry correct (everything ok).


The following changes since commit 9eccca0843205f87c00404b663188b88eb248051:

   Linux 4.0-rc3 (2015-03-08 16:09:09 -0700)

are available in the git repository at:

   http://git.linaro.org/people/daniel.lezcano/linux.git cpuidle/4.0-fixes

for you to fetch changes up to ce6031c89a35cffd5a5992b08377b77f49a004b9:

   cpuidle: mvebu: Update cpuidle thresholds for Armada XP SOCs 
(2015-03-13 18:31:29 +0100)

----------------------------------------------------------------
Gregory CLEMENT (1):
       cpuidle: mvebu: Fix the CPU PM notifier usage

Sebastien Rannou (1):
       cpuidle: mvebu: Update cpuidle thresholds for Armada XP SOCs

  drivers/cpuidle/cpuidle-mvebu-v7.c | 12 ++++++------
  1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Daniel Lezcano March 13, 2015, 9:38 p.m. UTC | #1
On 03/13/2015 10:56 PM, Rafael J. Wysocki wrote:
> On Friday, March 13, 2015 06:42:30 PM Daniel Lezcano wrote:
>>
>> Hi Rafael,
>>
>> this pull request contains a couple of fixes:
>>
>>    - Fix the cpu_pm_enter/exit symmetry in the mvebu driver (Gregory Clement)
>>
>>    - Fix the mvebu drivers latency/residency values to reach an
>> acceptable tradeoff between perf / power (Sebastian Rannou)
>>
>> Thanks !
>
> Pulled, but this is a bit too late for 4.0-rc4, so I'll queue it up for -rc5.

Ok, no problem.

>> ps: I took the opportunity to double check the other drivers have their
>> cpu_pm_entry/exit symmetry correct (everything ok).
>
> OK, thanks!
>
> BTW, please update the dead linux-pm address you have in your scripts.

Fixed. Thanks for the head up.

   -- Daniel