From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v3] Keyboard: omap-keypad: use matrix_keypad.h Date: Wed, 22 Dec 2010 11:25:54 -0800 Message-ID: <20101222192554.GE7771@atomide.com> References: <201012172332.06480.jkrzyszt@tis.icnet.pl> <201012181639.29820.jkrzyszt@tis.icnet.pl> <201012202209.24068.jkrzyszt@tis.icnet.pl> <20101222101657.GD22590@core.coreip.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:27059 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943Ab0LVT0D (ORCPT ); Wed, 22 Dec 2010 14:26:03 -0500 Content-Disposition: inline In-Reply-To: <20101222101657.GD22590@core.coreip.homeip.net> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Aaro Koskinen , Janusz Krzysztofik , linux-omap@vger.kernel.org, linux-input@vger.kernel.org, linux-arm-kernel@lists.infradead.org * Dmitry Torokhov [101222 02:16]: > On Tue, Dec 21, 2010 at 01:20:35PM +0200, Aaro Koskinen wrote: > > Hi, > > > > On Mon, 20 Dec 2010, Janusz Krzysztofik wrote: > > >Most keypad drivers make use of the > > >defined macros, structures and inline functions. > > > > > >Convert omap-keypad driver to use those as well, as suggested by a > > >compile time warning, hardcoded into the OMAP . > > > > > >Created against linux-2.6.37-rc5. > > >Tested on Amstrad Delta. > > >Compile tested with omap1_defconfig and omap2plus_defconfig shrinked to > > >board-h4. > > > > > >Signed-off-by: Janusz Krzysztofik > > > > Reviewed-by: Aaro Koskinen > > > > Acked-by: Dmitry Torokhov > > Thanks for making the changes. Thanks everybody, applying. Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Wed, 22 Dec 2010 11:25:54 -0800 Subject: [PATCH v3] Keyboard: omap-keypad: use matrix_keypad.h In-Reply-To: <20101222101657.GD22590@core.coreip.homeip.net> References: <201012172332.06480.jkrzyszt@tis.icnet.pl> <201012181639.29820.jkrzyszt@tis.icnet.pl> <201012202209.24068.jkrzyszt@tis.icnet.pl> <20101222101657.GD22590@core.coreip.homeip.net> Message-ID: <20101222192554.GE7771@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Dmitry Torokhov [101222 02:16]: > On Tue, Dec 21, 2010 at 01:20:35PM +0200, Aaro Koskinen wrote: > > Hi, > > > > On Mon, 20 Dec 2010, Janusz Krzysztofik wrote: > > >Most keypad drivers make use of the > > >defined macros, structures and inline functions. > > > > > >Convert omap-keypad driver to use those as well, as suggested by a > > >compile time warning, hardcoded into the OMAP . > > > > > >Created against linux-2.6.37-rc5. > > >Tested on Amstrad Delta. > > >Compile tested with omap1_defconfig and omap2plus_defconfig shrinked to > > >board-h4. > > > > > >Signed-off-by: Janusz Krzysztofik > > > > Reviewed-by: Aaro Koskinen > > > > Acked-by: Dmitry Torokhov > > Thanks for making the changes. Thanks everybody, applying. Tony