From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932755AbbICRDe (ORCPT ); Thu, 3 Sep 2015 13:03:34 -0400 Received: from seldrel01.sonyericsson.com ([37.139.156.2]:19130 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932409AbbICRDc (ORCPT ); Thu, 3 Sep 2015 13:03:32 -0400 Date: Thu, 3 Sep 2015 10:03:27 -0700 From: Bjorn Andersson To: Stephen Boyd CC: Mark Brown , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Andy Gross Subject: Re: [PATCH v2 8/8] regulator: qcom_smd: Handle big endian CPUs Message-ID: <20150903170327.GU13472@usrtlx11787.corpusers.net> References: <1441234011-4259-1-git-send-email-sboyd@codeaurora.org> <1441234011-4259-9-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-9-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 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. > Reviewed-by: Bjorn Andersson