]> git.karo-electronics.de Git - karo-tx-linux.git/commit
firmware: qcom: scm: Split out 32-bit specific SCM code
authorKumar Gala <galak@codeaurora.org>
Wed, 11 Mar 2015 21:28:10 +0000 (16:28 -0500)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:55:21 +0000 (09:55 +0000)
commit44443b8c4ee8f4121fb1ec6e5a1779527175b09f
treeab6fdfe3c58c6f8b5de064bf3418b804f3863c49
parent362ef08af0f7e599f7b1e6e5dd47fd9764649895
firmware: qcom: scm: Split out 32-bit specific SCM code

Split out the 32-bit SCM implementation into its own file to prep for
supporting a 64-bit/ARM64 implementation as well.  We create a simple shim
to ensure both versions conform to the same interface.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
drivers/firmware/qcom_scm-32.c