Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Input: tnetv107x-keypad - don't treat NULL clk as an error | Jamie Iles | 2011-01-17 |
| | | | | | | | | 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 on-chip keypad controller | Cyril Chemparathy | 2010-09-24 |
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> |