]> git.baikalelectronics.ru Git - kernel.git/commit
Input: tsc2005 - separate SPI and core functions
authorMichael Welling <mwelling@ieee.org>
Tue, 3 Nov 2015 01:45:51 +0000 (17:45 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 3 Nov 2015 22:49:25 +0000 (14:49 -0800)
commit93352696906527ff8b088f5c9b1dac7992587f8d
treeaab36ae57184d7a4c06738856d4ef895eaf49e19
parent260076647c460d16a1fda09739ae38535790ac9f
Input: tsc2005 - separate SPI and core functions

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>
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/tsc2005.c
drivers/input/touchscreen/tsc200x-core.c [new file with mode: 0644]
drivers/input/touchscreen/tsc200x-core.h [new file with mode: 0644]