From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 1/2] Input: gpio_keys - allow separating gpio and irq in device tree Date: Sun, 4 Jan 2015 14:27:43 -0800 Message-ID: <20150104222743.GA31987@dtor-ws> References: <20141208071930.GA20802@dtor-ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-wg0-f49.google.com ([74.125.82.49]:63808 "EHLO mail-wg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752935AbbADW2L (ORCPT ); Sun, 4 Jan 2015 17:28:11 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Linus Walleij Cc: Linux Input , Alexander Stein , Ezequiel Garcia , Andy Shevchenko , Alexander Shiyan , Laxman Dewangan , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" On Wed, Dec 31, 2014 at 09:22:27AM +0100, Linus Walleij wrote: > On Mon, Dec 8, 2014 at 8:19 AM, Dmitry Torokhov > wrote: > > > This change allows specify interrupt for buttons separately form gpio, > > potentially allowing to form several "clusters" of buttons on > > different interrupts. > > > > Button defined without both gpio and irq in device tree is a hared error > > hared? Should have been "hard", sorry... > > > instead of a warning now. > > > > Signed-off-by: Dmitry Torokhov > > Acked-by: Linus Walleij > > ...but it would be nice if it could also be converted to use GPIO > descriptors internally at some point. Thanks. -- Dmitry