Home
last modified time | relevance | path

Searched hist:"9806884 d8cd552e6926c162a022cc4b948f4abc8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/soc/qcom/
H A Dsmem.cdiff 9806884d8cd552e6926c162a022cc4b948f4abc8 Wed Sep 02 17:46:45 CDT 2015 Stephen Boyd <sboyd@codeaurora.org> soc: qcom: smem: Handle big endian CPUs

The contents of smem are always in little endian, but the smem
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>