commit | 30b7ea5eda0afb13164b2d7049a56645cfc1d47b | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Wed Sep 02 15:46:50 2015 -0700 |
committer | Andy Gross <agross@codeaurora.org> | Wed Oct 14 14:51:21 2015 -0500 |
tree | 079da3999634f35fb1359748e7f6a500a7e2f5e3 | |
parent | 50e1b29b4438bdb0be61ff41e6925cab6f8a9284 [diff] |
soc: qcom: smd_rpm: Handle big endian CPUs The smd rpm structures are always in little endian, but this driver is not capable of being used on big endian CPUs. Annotate the little endian data members and update the code to do the proper byte swapping. Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>