[PATCH] input: keypad: General fixes to omap-twl4030keypad.c

2008-07-04 Thread Felipe Balbi
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. Some cleanups are also done so checkpatch.pl doesn't complain about this driver anymore.

Re: [PATCH] input: keypad: General fixes to omap-twl4030keypad.c

2008-07-04 Thread Felipe Balbi
On Fri, Jul 04, 2008 at 12:34:21PM +0300, Felipe Balbi wrote: + mutex_lock(kp-lock); This should be mutex, final patch is coming. -- - Balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH] input: keypad: General fixes to omap-twl4030keypad.c

2008-07-04 Thread Felipe Balbi
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