From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752983AbbADW2O (ORCPT ); Sun, 4 Jan 2015 17:28:14 -0500 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 Date: Sun, 4 Jan 2015 14:27:43 -0800 From: Dmitry Torokhov 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" Subject: Re: [PATCH 1/2] Input: gpio_keys - allow separating gpio and irq in device tree Message-ID: <20150104222743.GA31987@dtor-ws> References: <20141208071930.GA20802@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: 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