From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757418AbbICRC1 (ORCPT ); Thu, 3 Sep 2015 13:02:27 -0400 Received: from seldrel01.sonyericsson.com ([37.139.156.2]:18778 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753508AbbICRCZ (ORCPT ); Thu, 3 Sep 2015 13:02:25 -0400 Date: Thu, 3 Sep 2015 10:02:21 -0700 From: Bjorn Andersson To: Stephen Boyd CC: Andy Gross , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v2 2/8] soc: qcom: smem: Handle big endian CPUs Message-ID: <20150903170221.GQ13472@usrtlx11787.corpusers.net> References: <1441234011-4259-1-git-send-email-sboyd@codeaurora.org> <1441234011-4259-3-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1441234011-4259-3-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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