Merge branch 'for-next/cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 25 Sep 2014 08:47:25 +0000 (10:47 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 25 Sep 2014 08:47:25 +0000 (10:47 +0200)
commitf4ea5332c800c54f4d4c231d3338d95c2dd70a66
tree298b46713969b7e133846c668cd626ae1c0ab559
parent0f33be009b89d2268e94194dc4fd01a7851b6d51
parent18910ab0d916b1a87016d69efd027714a80521dd
Merge branch 'for-next/cpuidle' of git://git./linux/kernel/git/arm64/linux into cpuidle/3.18

These are the specific changes for ARM64 to make it possible to integrate the
DT based generic cpuidle driver in this tree.

It contains:
  * The documentation for the DT definitions for ARM
  * The refactoring of the cpu_suspend function for ARM64
  * Introduce the cpu_idle_init function for ARM64
  * Add the PSCI CPU SUSPEND based on the previous changes on cpu_suspend

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>