From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754018AbaIKJos (ORCPT ); Thu, 11 Sep 2014 05:44:48 -0400 Received: from bhuna.collabora.co.uk ([93.93.135.160]:36149 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753994AbaIKJoq (ORCPT ); Thu, 11 Sep 2014 05:44:46 -0400 Message-ID: <54116F07.9090007@collabora.co.uk> Date: Thu, 11 Sep 2014 11:44:39 +0200 From: Javier Martinez Canillas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Dmitry Torokhov CC: Kukjin Kim , Doug Anderson , Olof Johansson , afaerber@suse.de, Nick Dyer , Yufeng Shen , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sjoerd Simons Subject: Re: [PATCH v4 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad References: <1410348691-18317-1-git-send-email-javier.martinez@collabora.co.uk> <1410348691-18317-2-git-send-email-javier.martinez@collabora.co.uk> <20140910222553.GF38736@core.coreip.homeip.net> In-Reply-To: <20140910222553.GF38736@core.coreip.homeip.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Dmitry, On 09/11/2014 12:25 AM, Dmitry Torokhov wrote: >> >> +&hsi2c_8 { >> + status = "okay"; >> + clock-frequency = <333000>; >> + >> + /* Atmel mXT336S */ >> + trackpad@4b { >> + compatible = "atmel,maxtouch"; >> + reg = <0x4b>; >> + interrupt-parent = <&gpx1>; >> + interrupts = <1 IRQ_TYPE_EDGE_FALLING>; >> + wakeup-source; >> + pinctrl-names = "default"; >> + pinctrl-0 = <&trackpad_irq>; >> + linux,gpio-keymap = > + KEY_RESERVED >> + KEY_RESERVED /* GPIO0 */ >> + KEY_RESERVED /* GPIO1 */ >> + KEY_RESERVED /* GPIO2 */ >> + BTN_LEFT>; /* GPIO3 */ > > Seems like a single space sneaked between the semicolon and the tab. > Maybe whoever applies could squash it. > Right, I set c-default-style to "linux" on Emacs but seems it gets confused sometimes when editing Device Tree source files. Sorry about that. Best regards, Javier From mboxrd@z Thu Jan 1 00:00:00 1970 From: javier.martinez@collabora.co.uk (Javier Martinez Canillas) Date: Thu, 11 Sep 2014 11:44:39 +0200 Subject: [PATCH v4 1/3] ARM: dts: Add Peach Pit dts entry for Atmel touchpad In-Reply-To: <20140910222553.GF38736@core.coreip.homeip.net> References: <1410348691-18317-1-git-send-email-javier.martinez@collabora.co.uk> <1410348691-18317-2-git-send-email-javier.martinez@collabora.co.uk> <20140910222553.GF38736@core.coreip.homeip.net> Message-ID: <54116F07.9090007@collabora.co.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Dmitry, On 09/11/2014 12:25 AM, Dmitry Torokhov wrote: >> >> +&hsi2c_8 { >> + status = "okay"; >> + clock-frequency = <333000>; >> + >> + /* Atmel mXT336S */ >> + trackpad at 4b { >> + compatible = "atmel,maxtouch"; >> + reg = <0x4b>; >> + interrupt-parent = <&gpx1>; >> + interrupts = <1 IRQ_TYPE_EDGE_FALLING>; >> + wakeup-source; >> + pinctrl-names = "default"; >> + pinctrl-0 = <&trackpad_irq>; >> + linux,gpio-keymap = > + KEY_RESERVED >> + KEY_RESERVED /* GPIO0 */ >> + KEY_RESERVED /* GPIO1 */ >> + KEY_RESERVED /* GPIO2 */ >> + BTN_LEFT>; /* GPIO3 */ > > Seems like a single space sneaked between the semicolon and the tab. > Maybe whoever applies could squash it. > Right, I set c-default-style to "linux" on Emacs but seems it gets confused sometimes when editing Device Tree source files. Sorry about that. Best regards, Javier