From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?ISO-8859-1?B?QuluYXJk?= Date: Thu, 21 Nov 2013 08:03:15 +0000 Subject: Re: [PATCHv9][ 1/3] Input: tsc2007: Add device tree support. Message-Id: <20131121090315.298a4a14@e6520eb> List-Id: References: <1383916659-9988-1-git-send-email-denis@eukrea.com> <20131121050544.GE18477@ns203013.ovh.net> In-Reply-To: <20131121050544.GE18477@ns203013.ovh.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-arm-kernel@lists.infradead.org Hi Jean Christophe, Le Thu, 21 Nov 2013 06:05:44 +0100, Jean-Christophe PLAGNIOL-VILLARD a =E9crit : > > +Optional properties: > > +- gpios: the interrupt gpio the chip is connected to (trough the penir= q pin). > nack use interrupt property this a non-sense that we do today to pass irq= via > gpio property the should NEVER known it's a gpio just an irq read previous email and you will see the GPIO is used to get the signal level on the pin and not the IRQ. Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric =?ISO-8859-1?B?QuluYXJk?= Subject: Re: [PATCHv9][ 1/3] Input: tsc2007: Add device tree support. Date: Thu, 21 Nov 2013 09:03:15 +0100 Message-ID: <20131121090315.298a4a14@e6520eb> References: <1383916659-9988-1-git-send-email-denis@eukrea.com> <20131121050544.GE18477@ns203013.ovh.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtpfb2-g21.free.fr ([212.27.42.10]:42086 "EHLO smtpfb2-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750805Ab3KUIEf convert rfc822-to-8bit (ORCPT ); Thu, 21 Nov 2013 03:04:35 -0500 In-Reply-To: <20131121050544.GE18477@ns203013.ovh.net> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Jean-Christophe PLAGNIOL-VILLARD Cc: Denis Carikli , Dmitry Torokhov , linux-input@vger.kernel.org, Tomi Valkeinen , linux-fbdev@vger.kernel.org, Shawn Guo , Sascha Hauer , devicetree@vger.kernel.org, Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Grant Likely , linux-arm-kernel@lists.infradead.org, Lothar Wa??mann Hi Jean Christophe, Le Thu, 21 Nov 2013 06:05:44 +0100, Jean-Christophe PLAGNIOL-VILLARD a =E9crit : > > +Optional properties: > > +- gpios: the interrupt gpio the chip is connected to (trough the p= enirq pin). > nack use interrupt property this a non-sense that we do today to pass= irq via > gpio property the should NEVER known it's a gpio just an irq read previous email and you will see the GPIO is used to get the signal level on the pin and not the IRQ. Eric -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: eric@eukrea.com (Eric =?ISO-8859-1?B?QuluYXJk?=) Date: Thu, 21 Nov 2013 09:03:15 +0100 Subject: [PATCHv9][ 1/3] Input: tsc2007: Add device tree support. In-Reply-To: <20131121050544.GE18477@ns203013.ovh.net> References: <1383916659-9988-1-git-send-email-denis@eukrea.com> <20131121050544.GE18477@ns203013.ovh.net> Message-ID: <20131121090315.298a4a14@e6520eb> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Jean Christophe, Le Thu, 21 Nov 2013 06:05:44 +0100, Jean-Christophe PLAGNIOL-VILLARD a ?crit : > > +Optional properties: > > +- gpios: the interrupt gpio the chip is connected to (trough the penirq pin). > nack use interrupt property this a non-sense that we do today to pass irq via > gpio property the should NEVER known it's a gpio just an irq read previous email and you will see the GPIO is used to get the signal level on the pin and not the IRQ. Eric