linux/arch/arm/mach-qcom
Stephen Boyd 7279db9287 ARM: qcom: Fix SCM interface for big-endian kernels
The secure environment only runs in little-endian mode, so any
buffers shared with the secure environment should have their
contents converted to little-endian. We also mark such elements
with __le32 to allow sparse to catch such problems.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
2015-01-23 10:19:33 -06:00
..
board.c ARM: qcom: Add initial IPQ8064 SoC and AP148 device trees 2014-08-21 11:43:34 -05:00
Kconfig ARM: qcom: Select ARCH_SUPPORTS_BIG_ENDIAN 2015-01-19 11:53:30 -06:00
Makefile
platsmp.c ARM: qcom: Add SMP support for KPSSv2 2014-02-11 15:00:40 -06:00
scm-boot.c ARM: qcom: Fix SCM interface for big-endian kernels 2015-01-23 10:19:33 -06:00
scm-boot.h ARM: qcom: scm: Clarify boot interface 2015-01-23 10:19:17 -06:00
scm.c ARM: qcom: Fix SCM interface for big-endian kernels 2015-01-23 10:19:33 -06:00
scm.h