]> asedeno.scripts.mit.edu Git - linux.git/commit
arm: kernel: Add SMC structure parameter
authorAndy Gross <andy.gross@linaro.org>
Wed, 1 Feb 2017 17:28:27 +0000 (11:28 -0600)
committerWill Deacon <will.deacon@arm.com>
Fri, 3 Feb 2017 18:46:33 +0000 (18:46 +0000)
commit680a0873e193bae666439f4b5e32c758e68f114c
tree80a27e6026c6f618cb122690e199a56711e49cb6
parent757b435aaabe5e76fc8c85f767061c70a98c0218
arm: kernel: Add SMC structure parameter

This patch adds a quirk parameter to the arm_smccc_(smc/hvc) calls.
The quirk structure allows for specialized SMC operations due to SoC
specific requirements.  The current arm_smccc_(smc/hvc) is renamed and
macros are used instead to specify the standard arm_smccc_(smc/hvc) or
the arm_smccc_(smc/hvc)_quirk function.

This patch and partial implementation was suggested by Will Deacon.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/kernel/armksyms.c
arch/arm/kernel/smccc-call.S
arch/arm64/kernel/arm64ksyms.c
arch/arm64/kernel/asm-offsets.c
arch/arm64/kernel/smccc-call.S
include/linux/arm-smccc.h