Re: [PATCH-v2][RFC] OMAP4: Keypad Support for OMAP4430
From: Tony Lindgren <tony@atomide.com>
Date: 2009-08-28 16:16:45
Also in:
linux-arm-kernel, linux-omap
From: Tony Lindgren <tony@atomide.com>
Date: 2009-08-28 16:16:45
Also in:
linux-arm-kernel, linux-omap
* Dmitry Torokhov [off-list ref] [090826 23:20]:
On Tue, Aug 25, 2009 at 04:09:03PM +0530, Syed Rafiuddin wrote:quoted
From: Syed Rafiuddin <redacted> Resending with correct Subject. This patch Adds Keypad support on OMAP4.And adds OMAP4 register addresses and configures them for OMAP4. This patch has been updated as per the comments received from Trilok Soni to remove GPIO based omap2 keypad logic from omap_keypad.c (http://www.mail-archive.com/linux-omap@vger.kernel.org/msg14570.html) Matrix_keypad.c (gpio based keypad driver) can be used in OMAP2, which is not tested on OMAP2 since unavailability of omap2 target's.So has omap2 been switched over to matrix-keypad? Otherwise ripping omap2 support from omap-keypad is premature.
Hmm yeah that should be a separate patch that swithces 24xx to use the GPIO keypad driver and removes the related logic from this patch. Tony