From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758138Ab2HWA05 (ORCPT ); Wed, 22 Aug 2012 20:26:57 -0400 Received: from us-mx3.synaptics.com ([12.239.217.85]:15747 "EHLO us-mx3.synaptics.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757736Ab2HWA0y (ORCPT ); Wed, 22 Aug 2012 20:26:54 -0400 X-PGP-Universal: processed; by securemail.synaptics.com on Wed, 22 Aug 2012 17:00:11 -0700 Message-ID: <503578CC.801@synaptics.com> Date: Wed, 22 Aug 2012 17:26:52 -0700 From: Christopher Heiny Organization: Synaptics, Inc User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: Dmitry Torokhov CC: Linus Walleij , "Rafael J. Wysocki" , Jean Delvare , Linux Kernel , Linux Input , Allie Xiong , William Manson , Peichen Chang , Joerie de Gram , Wolfram Sang , Mathieu Poirier , Linus Walleij , Naveen Kumar Gaddipati , Henrik Rydberg Subject: Re: [RFC PATCH 1/17] input: RMI4 public header file and documentation. References: <1345241877-16200-1-git-send-email-cheiny@synaptics.com> <1345241877-16200-2-git-send-email-cheiny@synaptics.com> <1965688.fPKEQJnVvJ@dtor-d630.eng.vmware.com> In-Reply-To: <1965688.fPKEQJnVvJ@dtor-d630.eng.vmware.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/22/2012 02:45 PM, Dmitry Torokhov wrote: > On Wednesday, August 22, 2012 09:08:00 PM Linus Walleij wrote: >> >On Sat, Aug 18, 2012 at 12:17 AM, Christopher Heiny >> > wrote: >> > >>> > >+/* Helper fn to convert a byte array representing a short in the RMI >>> > >+ * endian-ness to a short in the native processor's specific endianness. > Is RMI-endiannes different from BE and LE (joking)? Please simply state what > on-wire endianness is and use xx_to_cpu() or cpu_to_xx() as needed. I think I > mentioned it about a year ago already... Gronk. I thought I'd killed that. But obviously didn't do a thorough job. [Slinks off in embarrassment.]