arm-trusted-firmware/services/std_svc
Soby Mathew 6590ce2295 PSCI: Invoke PM hooks only for the highest level
This patch optimizes the invocation of the platform power management hooks for
ON, OFF and SUSPEND such that they are called only for the highest affinity
level which will be powered off/on. Earlier, the hooks were being invoked for
all the intermediate levels as well.

This patch requires that the platforms migrate to the new semantics of the PM
hooks.  It also removes the `state` parameter from the pm hooks as the `afflvl`
parameter now indicates the highest affinity level for which power management
operations are required.

Change-Id: I57c87931d8a2723aeade14acc710e5b78ac41732
2015-08-05 14:14:24 +01:00
..
psci Merge pull request #324 from soby-mathew/sm/sys_suspend 2015-07-02 16:17:11 +01:00
psci1.0 PSCI: Invoke PM hooks only for the highest level 2015-08-05 14:14:24 +01:00
std_svc_setup.c Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00