summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
diff options
context:
space:
mode:
authorAlex Chen <alchen@nvidia.com>2014-11-25 01:46:58 -0500
committerDavid Pu <dpu@nvidia.com>2017-07-27 19:09:19 -0400
commit2affa8b34228887e2e7eef4e526c7b02a966efcb (patch)
tree5a14e28d8a8cecb58c0a403db360b2c59d94df91 /include/linux/spi
parent835cd52a8d9f28e7983bef57f6ea92f7183f2b36 (diff)
input: touch: Raydium: Code drop v73.16
change list: 1. Enable CS_SUPPORT in driver 2. Fix compile error about data type with Android 5.0 3. Slowscan patch 4. Remove calibration file check string 5. Resolve clock reference unbalance issue 6. Refine quickly swiping issue Bug 1546667 Bug 1561841 Bug 200043979 Bug 200052217 Bug 200055008 Bug 200057160 Change-Id: Iccf5a1de3ff903d06f2429d98fd00cfc75958176 Signed-off-by: Alex Chen <alchen@nvidia.com> Reviewed-on: http://git-master/r/655175 (cherry picked from commit cf496be2e7118bf2c78dfd62acd817b0fc5c52a9) Reviewed-on: http://git-master/r/660615 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jordan Nien <jnien@nvidia.com> Reviewed-by: Robert Collins <rcollins@nvidia.com>
Diffstat (limited to 'include/linux/spi')
-rw-r--r--include/linux/spi/rm31080a_ts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h
index 7b4d52466..26cbffb57 100644
--- a/include/linux/spi/rm31080a_ts.h
+++ b/include/linux/spi/rm31080a_ts.h
@@ -257,6 +257,7 @@
257#define ENABLE_FREQ_HOPPING 1 257#define ENABLE_FREQ_HOPPING 1
258#define ENABLE_QUEUE_GUARD 0 258#define ENABLE_QUEUE_GUARD 0
259#define ENABLE_EVENT_QUEUE 0 259#define ENABLE_EVENT_QUEUE 0
260#define CS_SUPPORT
260 261
261#define ISR_POST_HANDLER WORK_QUEUE /*or KTHREAD*/ 262#define ISR_POST_HANDLER WORK_QUEUE /*or KTHREAD*/
262#define WORK_QUEUE 0 263#define WORK_QUEUE 0