From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjorn.andersson@sonymobile.com (Bjorn Andersson) Date: Thu, 3 Sep 2015 10:02:21 -0700 Subject: [PATCH v2 2/8] soc: qcom: smem: Handle big endian CPUs In-Reply-To: <1441234011-4259-3-git-send-email-sboyd@codeaurora.org> References: <1441234011-4259-1-git-send-email-sboyd@codeaurora.org> <1441234011-4259-3-git-send-email-sboyd@codeaurora.org> Message-ID: <20150903170221.GQ13472@usrtlx11787.corpusers.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed 02 Sep 15:46 PDT 2015, Stephen Boyd wrote: > 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. > Reviewed-by: Bjorn Andersson