summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tnetv107x-ts.c
Commit message (Collapse)AuthorAgeFilesLines
* Input: tnetv107x-ts - don't treat NULL clk as an errorJamie Iles2011-01-171-2/+3
| | | | | | | | 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>
* input: add driver for tnetv107x touchscreen controllerCyril Chemparathy2010-09-241-0/+396
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>
OpenPOWER on IntegriCloud