commit | 24f60e3776e340136f8d822aff75fe06b78a315f | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Sep 17 14:50:53 2015 -0700 |
committer | Andy Gross <agross@codeaurora.org> | Wed Oct 14 14:51:21 2015 -0500 |
tree | e4e3f75bf279f14211095d9b9d2589cf9de1c7ca | |
parent | 30b7ea5eda0afb13164b2d7049a56645cfc1d47b [diff] |
soc: qcom: smd: Handle big endian CPUs The smd structures are always in little endian, but the smd 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> Signed-off-by: Andy Gross <agross@codeaurora.org>