]> git.baikalelectronics.ru Git - kernel.git/commit
PSCI: Add initial support for PSCIv0.2 functions
authorAshwin Chaugule <ashwin.chaugule@linaro.org>
Thu, 17 Apr 2014 18:38:41 +0000 (14:38 -0400)
committerAshwin Chaugule <ashwin.chaugule@linaro.org>
Thu, 15 May 2014 14:16:00 +0000 (10:16 -0400)
commit4d0849a4ded413ed4b6684bd80e3e21fad7f4192
tree733dd0f1f714b4b6473c7dade260861f5e51f551
parenteb3dcd8cd33e2daf2ce7c6d4e4d6d10bbb50e77f
PSCI: Add initial support for PSCIv0.2 functions

The PSCIv0.2 spec defines standard values of function IDs
and introduces a few new functions. Detect version of PSCI
and appropriately select the right PSCI functions.

Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/include/asm/psci.h
arch/arm/kernel/psci.c
arch/arm64/include/asm/psci.h
arch/arm64/kernel/psci.c