]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit6ac2438132ae1f8b12285f9d97a4c8d6aa6f89f0
treeaab36ae57184d7a4c06738856d4ef895eaf49e19
parentbf5f18d708802737fa0db6306f6b9148f85b2efd
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]