[PATCH] Keyboard: omap-keypad: use matrix_keypad.h

2010-12-17 Thread Janusz Krzysztofik
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

Re: [PATCH] Keyboard: omap-keypad: use matrix_keypad.h

2010-12-17 Thread Tony Lindgren
* Janusz Krzysztofik [101217 14:33]: > 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

Re: [PATCH] Keyboard: omap-keypad: use matrix_keypad.h

2010-12-17 Thread Cory Maccarrone
On Fri, Dec 17, 2010 at 2:32 PM, 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.

Re: [PATCH] Keyboard: omap-keypad: use matrix_keypad.h

2010-12-17 Thread Cory Maccarrone
On Fri, Dec 17, 2010 at 8:29 PM, Cory Maccarrone wrote: > On Fri, Dec 17, 2010 at 2:32 PM, 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 ti

Re: [PATCH] Keyboard: omap-keypad: use matrix_keypad.h

2010-12-17 Thread Cory Maccarrone
On Fri, Dec 17, 2010 at 9:29 PM, Cory Maccarrone wrote: > On Fri, Dec 17, 2010 at 8:29 PM, Cory Maccarrone > wrote: >> On Fri, Dec 17, 2010 at 2:32 PM, Janusz Krzysztofik >> wrote: >>> Most keypad drivers make use of the >>> defined macros, structures and inline functions. >>> >>> Convert omap

Re: [PATCH] Keyboard: omap-keypad: use matrix_keypad.h

2010-12-17 Thread Dmitry Torokhov
Hi Janusz, On Fri, Dec 17, 2010 at 11:32:04PM +0100, 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 . > L

Re: [PATCH] Keyboard: omap-keypad: use matrix_keypad.h

2010-12-18 Thread Janusz Krzysztofik
Saturday 18 December 2010 07:01:04 Dmitry Torokhov napisaƂ(a): > Hi Janusz, > > On Fri, Dec 17, 2010 at 11:32:04PM +0100, 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,