5146c84f87c8aa3d115cea0d77ed3553df426752 |
|
29-Nov-2011 |
JJ Ding <dgdunix@gmail.com> |
Input: keyboard - use macro module_platform_driver() Commit 940ab88962bc1aff3273a8356d64577a6e386736 introduced a new macro to save some platform_driver boilerplate code. Use it. Signed-off-by: JJ Ding <dgdunix@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/keyboard/tnetv107x-keypad.c
|
d2d8442d0094a7d4b585e2bbde31e3775dba7eb1 |
|
03-Jul-2011 |
Paul Gortmaker <paul.gortmaker@windriver.com> |
drivers/input: Add module.h to modular drivers implicitly using it A pending cleanup will mean that module.h won't be implicitly everywhere anymore. Make sure the modular drivers in input dir are actually calling out for <module.h> explicitly in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
/drivers/input/keyboard/tnetv107x-keypad.c
|
51a3db41e18254b938279cb4b160310e11a13d4f |
|
27-Jun-2011 |
Axel Lin <axel.lin@gmail.com> |
Input: tnetv107x-keypad - fix MODULE_ALIAS Remove the space between "platform:" prefix and the driver name. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/keyboard/tnetv107x-keypad.c
|
a0640925880a5801ae0aac232fae6900a2c44b27 |
|
18-Jan-2011 |
Jamie Iles <jamie@jamieiles.com> |
Input: tnetv107x-keypad - don't treat NULL clk as an error We should use IS_ERR() when checking whether clk_get() succeeded or not since it returns errors by encoding error codes with ERR_PTR(). Signed-off-by: Jamie Iles <jamie@jamieiles.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/keyboard/tnetv107x-keypad.c
|
70614084402ae40aef40019b991bf44d10093122 |
|
20-Sep-2010 |
Cyril Chemparathy <cyril@ti.com> |
input: add driver for tnetv107x on-chip keypad controller This patch adds support for tnetv107x's on-chip keypad controller. Signed-off-by: Cyril Chemparathy <cyril@ti.com> Acked-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
/drivers/input/keyboard/tnetv107x-keypad.c
|