]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm64: introduce CPU_OF_TABLES for cpu ops selection
authorAbhimanyu Kapur <abhimany@codeaurora.org>
Thu, 23 Jan 2014 20:24:33 +0000 (12:24 -0800)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:38 +0000 (09:54 +0000)
commit9e4914e8682dda16acb5eae9ba56f28c9e229320
tree1179251bc5abde4be6702d5afcb3af9d2a28042e
parent965fdfd7c8ea364b412bf9acd1146083dff0141c
arm64: introduce CPU_OF_TABLES for cpu ops selection

Add support to arm64 to provide a dt-based method to allow soc-vendors to
supply cpu_ops. Also move psci and smp_spin_table ops to use CPU_OF_TABLES.

Signed-off-by: Abhimanyu Kapur <abhimany@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
arch/arm64/include/asm/cpu_ops.h
arch/arm64/kernel/cpu_ops.c
arch/arm64/kernel/psci.c
arch/arm64/kernel/smp_spin_table.c