]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit - arch/arm/plat-omap/include/mach/keypad.h
input: keypad: General fixes to omap-twl4030keypad.c
authorFelipe Balbi <felipe.balbi@nokia.com>
Thu, 14 Aug 2008 14:06:00 +0000 (17:06 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 18 Aug 2008 12:34:17 +0000 (15:34 +0300)
commitb29a0087f6fdf6eb7bbe2678ea7f61a6318884c0
tree352c2a1c80e2aaf3b47ca1c497d1a5e2e18e8944
parentb37219d4b77d914f0379e175e65e5e9d1281554f
input: keypad: General fixes to omap-twl4030keypad.c

The following patch fixes some problems in T2 keypad
driver.

Basically we're passing irq number via platform_data,
moving globals to a structure and fixing a problem
while iterating over the keymap.

It might be that we still have a few locking issues
that might be solved on a later version of this same
patch.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-2430sdp.c
arch/arm/mach-omap2/board-3430sdp.c
arch/arm/plat-omap/include/mach/keypad.h
drivers/input/keyboard/omap-twl4030keypad.c