diff options
| author | Xiaohui Tao <xtao@nvidia.com> | 2013-08-02 13:09:32 -0400 |
|---|---|---|
| committer | David Pu <dpu@nvidia.com> | 2017-07-27 19:09:19 -0400 |
| commit | bdaa58865e9d835a7816e21d0a721fae5d2bc40f (patch) | |
| tree | f037e13a8129b62ea458ac92d55f54a07eef4e36 /include/linux | |
| parent | dffde1b8f047c69c25d191fc19befc35950cc2b4 (diff) | |
input: touchscreen: raydium v60.2 touch driver
raydium code drop
[1] Add additional info for regulator event msg
[2] Add RM_PLATFORM_A010 for Ardbeg AVC sensor
[3] Fix no touch function in Pluto platform with RM31081 from idle mode
[4] Refine Pismo touch direction
[5] Fix idle mode problem with Ardbeg AVC sensor
Bug 1330952
Change-Id: Ib282bec3f07a16eb657314ee5127824f02a89d02
Signed-off-by: Xiaohui Tao <xtao@nvidia.com>
Reviewed-on: http://git-master/r/257604
Reviewed-by: Mitch Luban <mluban@nvidia.com>
(cherry picked from commit 227b8493a0795aff1bd8d1518e5e4fac1f5e7eae)
Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
Reviewed-on: http://git-master/r/261036
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/rm31080a_ts.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h index 38b362dd7..4cac12937 100644 --- a/include/linux/spi/rm31080a_ts.h +++ b/include/linux/spi/rm31080a_ts.h | |||
| @@ -81,6 +81,7 @@ | |||
| 81 | #define RM_PLATFORM_R005 0x05 | 81 | #define RM_PLATFORM_R005 0x05 |
| 82 | #define RM_PLATFORM_M010 0x06 | 82 | #define RM_PLATFORM_M010 0x06 |
| 83 | #define RM_PLATFORM_P140 0x07 | 83 | #define RM_PLATFORM_P140 0x07 |
| 84 | #define RM_PLATFORM_A010 0x08 | ||
| 84 | #define RM_PLATFORM_RAYPRJ 0x80 | 85 | #define RM_PLATFORM_RAYPRJ 0x80 |
| 85 | 86 | ||
| 86 | /*************************************************************************** | 87 | /*************************************************************************** |
| @@ -177,8 +178,10 @@ struct rm_spi_ts_platform_data { | |||
| 177 | int platform_id; | 178 | int platform_id; |
| 178 | unsigned char *name_of_clock; | 179 | unsigned char *name_of_clock; |
| 179 | unsigned char *name_of_clock_con; | 180 | unsigned char *name_of_clock_con; |
| 180 | int gpio_sensor_select0; | 181 | /* wait to be implemented... |
| 181 | int gpio_sensor_select1; | 182 | int gpio_sensor_select0; |
| 183 | int gpio_sensor_select1; | ||
| 184 | */ | ||
| 182 | }; | 185 | }; |
| 183 | 186 | ||
| 184 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); | 187 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); |
