cdcc96e261909eccf596c070116c8b906a42b328 |
|
29-Nov-2011 |
JJ Ding <dgdunix@gmail.com> |
Input: touchscreen - 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/touchscreen/tnetv107x-ts.c
|
2782a35132339574b06ce30556eb9f97eb1d26cd |
|
21-Aug-2011 |
Axel Lin <axel.lin@gmail.com> |
Input: tnetv107x-ts - add missing include of linux/module.h tnetv107x-ts.c uses interfaces from linux/module.h, so it should include that file. This patch fixes build errors. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/touchscreen/tnetv107x-ts.c
|
6a592a7f4514cd744e154a146db1ab7af06a7ee7 |
|
27-Jun-2011 |
Axel Lin <axel.lin@gmail.com> |
Input: tnetv107x-ts - 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/touchscreen/tnetv107x-ts.c
|
ba555461833aa1b5083004492ba97c92d5fccf46 |
|
18-Jan-2011 |
Jamie Iles <jamie@jamieiles.com> |
Input: tnetv107x-ts - 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/touchscreen/tnetv107x-ts.c
|
0fa6c773ad6e9ac6cfa6bad0a729e18babd602c3 |
|
20-Sep-2010 |
Cyril Chemparathy <cyril@ti.com> |
input: add driver for tnetv107x touchscreen controller This patch adds support for tnetv107x's on-chip touchscreen 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/touchscreen/tnetv107x-ts.c
|