From: Stephen Boyd Date: Wed, 21 Jan 2015 19:21:15 +0000 (-0800) Subject: ARM: qcom: Fix SCM interface for big-endian kernels X-Git-Tag: fixes-v4.0-rc1~87^2~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7279db9287f226fbb3f349c3244f8dc4b783e645;p=pandora-kernel.git 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 Signed-off-by: Kumar Gala --- Reading git-diff-tree failed