TEMPORARY: iCDK touchscreen support
authorFei Yang <fei.yang@intel.com>
Thu, 8 Sep 2011 18:11:02 +0000 (11:11 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:37:44 +0000 (12:37 -0800)
commit1b2edc9a397fa000962227e744e9028d9684ad75
treeaef9c5a1b68308f5c0939873d079c23b6a3f7462
parentd1d2e4d8a7a1df17e669c3a1bd8446b8c40be941
TEMPORARY: iCDK touchscreen support

This patch is based on UMG 2.6.35 kernel. It provides support for
Cypress TTSP touchscreen that is in medfield iCDK. There are no changes
compared to UMG kernel except a few conflicts in platform file.

The driver is still using legacy PM functions which would need to be
converted to dev pm ops if we load this driver when doing S0i3 checks

NOT FOR UPSTREAM. Please wash hands after handling.

Change-Id: I464795f24af35c9b06dff19dd0f62b3846f57b72
Signed-off-by: Pauli Nieminen <pauli.nieminen@intel.com>
arch/x86/platform/mrst/mrst.c
drivers/input/touchscreen/Kconfig
drivers/input/touchscreen/Makefile
drivers/input/touchscreen/cyttsp_core.c [new file with mode: 0644]
drivers/input/touchscreen/cyttsp_core.h [new file with mode: 0644]
drivers/input/touchscreen/cyttsp_i2c.c [new file with mode: 0644]
include/linux/cyttsp.h [new file with mode: 0644]