Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-17 | Input: tnetv107x-ts - don't treat NULL clk as an error | Jamie Iles | |
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> | |||
2010-09-24 | input: add driver for tnetv107x touchscreen controller | Cyril Chemparathy | |
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> |