From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Subject: Re: [PATCH 1/2] Input: ads7846 - allow specifying irq trigger type in platform data Date: Fri, 25 Jun 2010 11:35:34 +0200 Message-ID: <20100625113534.77524c85@wker> References: <1272630181-5364-1-git-send-email-agust@denx.de> <20100531212820.322d5bfd@wker> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mail-out.m-online.net ([212.18.0.9]:45142 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754254Ab0FYJfo (ORCPT ); Fri, 25 Jun 2010 05:35:44 -0400 In-Reply-To: <20100531212820.322d5bfd@wker> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Anatolij Gustschin , linux-input@vger.kernel.org, Detlev Zundel On Mon, 31 May 2010 21:28:20 +0200 Anatolij Gustschin wrote: > Hi Dmitry, > > On Fri, 30 Apr 2010 14:23:00 +0200 > Anatolij Gustschin wrote: > > > On some platforms, for example with GPIO interrupts > > on mpc5121, it is not possible to configure falling edge > > interrupts. > > > > Specifying irq trigger type in platform data structure > > allows using ads7846 driver on such platforms. > > > > Signed-off-by: Anatolij Gustschin > > --- > > drivers/input/touchscreen/ads7846.c | 5 ++++- > > include/linux/spi/ads7846.h | 1 + > > 2 files changed, 5 insertions(+), 1 deletions(-) > > Any comments on these patches? Ping? The patches still apply on top of the input.git/next branch. Thanks, Anatolij