]> 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)
commita2bb0ff3b8ce2865680c2e26e33839fb82f200dc
treeaab36ae57184d7a4c06738856d4ef895eaf49e19
parent9163c39ae8e4ac0d2498e3d81fb7141c8396b88a
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]