summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc200x-core.h
Commit message (Collapse)AuthorAgeFilesLines
* Input: tsc200x-core - rename functions and variablesMichael Welling2015-11-031-51/+51
| | | | | | | | The functions, variables, and defines of the new tsc200x-core.c are renamed to tsc200x instead of tsc2005 avoid possible confusion. Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
* Input: tsc2005 - separate SPI and core functionsMichael Welling2015-11-031-0/+78
This patch separates the SPI functionality from core functionality that overlaps with the tsc2004. Prepares kernel for new tsc2004 driver without much redundant code. Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>