blob: 59aa24002c7bff9e1f8629787c7c0ce9eea36886 [file] [log] [blame]
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001/*
Iiro Valkonen7686b102011-02-02 23:21:58 -08002 * Atmel maXTouch Touchscreen driver
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07003 *
4 * Copyright (C) 2010 Samsung Electronics Co.Ltd
5 * Author: Joonyoung Shim <jy0922.shim@samsung.com>
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 *
12 */
13
14#include <linux/module.h>
15#include <linux/init.h>
16#include <linux/delay.h>
17#include <linux/firmware.h>
18#include <linux/i2c.h>
Dmitry Torokhov964de522011-02-02 23:21:58 -080019#include <linux/i2c/atmel_mxt_ts.h>
Joonyoung Shim8b86c1c2011-04-12 23:18:59 -070020#include <linux/input/mt.h>
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070021#include <linux/interrupt.h>
22#include <linux/slab.h>
23
24/* Version */
Iiro Valkonen7686b102011-02-02 23:21:58 -080025#define MXT_VER_20 20
26#define MXT_VER_21 21
27#define MXT_VER_22 22
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070028
29/* Slave addresses */
Iiro Valkonen7686b102011-02-02 23:21:58 -080030#define MXT_APP_LOW 0x4a
31#define MXT_APP_HIGH 0x4b
32#define MXT_BOOT_LOW 0x24
33#define MXT_BOOT_HIGH 0x25
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070034
35/* Firmware */
Iiro Valkonen7686b102011-02-02 23:21:58 -080036#define MXT_FW_NAME "maxtouch.fw"
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070037
38/* Registers */
Daniel Kurtz23003a842012-06-28 21:08:14 +080039#define MXT_INFO 0x00
Iiro Valkonen7686b102011-02-02 23:21:58 -080040#define MXT_FAMILY_ID 0x00
41#define MXT_VARIANT_ID 0x01
42#define MXT_VERSION 0x02
43#define MXT_BUILD 0x03
44#define MXT_MATRIX_X_SIZE 0x04
45#define MXT_MATRIX_Y_SIZE 0x05
46#define MXT_OBJECT_NUM 0x06
47#define MXT_OBJECT_START 0x07
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070048
Iiro Valkonen7686b102011-02-02 23:21:58 -080049#define MXT_OBJECT_SIZE 6
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070050
51/* Object types */
Iiro Valkonen81c88a72011-07-04 03:08:25 -070052#define MXT_DEBUG_DIAGNOSTIC_T37 37
53#define MXT_GEN_MESSAGE_T5 5
54#define MXT_GEN_COMMAND_T6 6
55#define MXT_GEN_POWER_T7 7
56#define MXT_GEN_ACQUIRE_T8 8
57#define MXT_GEN_DATASOURCE_T53 53
58#define MXT_TOUCH_MULTI_T9 9
59#define MXT_TOUCH_KEYARRAY_T15 15
60#define MXT_TOUCH_PROXIMITY_T23 23
61#define MXT_TOUCH_PROXKEY_T52 52
62#define MXT_PROCI_GRIPFACE_T20 20
63#define MXT_PROCG_NOISE_T22 22
64#define MXT_PROCI_ONETOUCH_T24 24
65#define MXT_PROCI_TWOTOUCH_T27 27
66#define MXT_PROCI_GRIP_T40 40
67#define MXT_PROCI_PALM_T41 41
68#define MXT_PROCI_TOUCHSUPPRESSION_T42 42
69#define MXT_PROCI_STYLUS_T47 47
70#define MXT_PROCG_NOISESUPPRESSION_T48 48
71#define MXT_SPT_COMMSCONFIG_T18 18
72#define MXT_SPT_GPIOPWM_T19 19
73#define MXT_SPT_SELFTEST_T25 25
74#define MXT_SPT_CTECONFIG_T28 28
75#define MXT_SPT_USERDATA_T38 38
76#define MXT_SPT_DIGITIZER_T43 43
77#define MXT_SPT_MESSAGECOUNT_T44 44
78#define MXT_SPT_CTECONFIG_T46 46
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070079
Iiro Valkonen81c88a72011-07-04 03:08:25 -070080/* MXT_GEN_COMMAND_T6 field */
Iiro Valkonen7686b102011-02-02 23:21:58 -080081#define MXT_COMMAND_RESET 0
82#define MXT_COMMAND_BACKUPNV 1
83#define MXT_COMMAND_CALIBRATE 2
84#define MXT_COMMAND_REPORTALL 3
85#define MXT_COMMAND_DIAGNOSTIC 5
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070086
Iiro Valkonen81c88a72011-07-04 03:08:25 -070087/* MXT_GEN_POWER_T7 field */
Iiro Valkonen7686b102011-02-02 23:21:58 -080088#define MXT_POWER_IDLEACQINT 0
89#define MXT_POWER_ACTVACQINT 1
90#define MXT_POWER_ACTV2IDLETO 2
Joonyoung Shim4cf51c32010-07-14 21:55:30 -070091
Iiro Valkonen81c88a72011-07-04 03:08:25 -070092/* MXT_GEN_ACQUIRE_T8 field */
Iiro Valkonen7686b102011-02-02 23:21:58 -080093#define MXT_ACQUIRE_CHRGTIME 0
94#define MXT_ACQUIRE_TCHDRIFT 2
95#define MXT_ACQUIRE_DRIFTST 3
96#define MXT_ACQUIRE_TCHAUTOCAL 4
97#define MXT_ACQUIRE_SYNC 5
98#define MXT_ACQUIRE_ATCHCALST 6
99#define MXT_ACQUIRE_ATCHCALSTHR 7
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700100
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700101/* MXT_TOUCH_MULTI_T9 field */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800102#define MXT_TOUCH_CTRL 0
103#define MXT_TOUCH_XORIGIN 1
104#define MXT_TOUCH_YORIGIN 2
105#define MXT_TOUCH_XSIZE 3
106#define MXT_TOUCH_YSIZE 4
107#define MXT_TOUCH_BLEN 6
108#define MXT_TOUCH_TCHTHR 7
109#define MXT_TOUCH_TCHDI 8
110#define MXT_TOUCH_ORIENT 9
111#define MXT_TOUCH_MOVHYSTI 11
112#define MXT_TOUCH_MOVHYSTN 12
113#define MXT_TOUCH_NUMTOUCH 14
114#define MXT_TOUCH_MRGHYST 15
115#define MXT_TOUCH_MRGTHR 16
116#define MXT_TOUCH_AMPHYST 17
117#define MXT_TOUCH_XRANGE_LSB 18
118#define MXT_TOUCH_XRANGE_MSB 19
119#define MXT_TOUCH_YRANGE_LSB 20
120#define MXT_TOUCH_YRANGE_MSB 21
121#define MXT_TOUCH_XLOCLIP 22
122#define MXT_TOUCH_XHICLIP 23
123#define MXT_TOUCH_YLOCLIP 24
124#define MXT_TOUCH_YHICLIP 25
125#define MXT_TOUCH_XEDGECTRL 26
126#define MXT_TOUCH_XEDGEDIST 27
127#define MXT_TOUCH_YEDGECTRL 28
128#define MXT_TOUCH_YEDGEDIST 29
Joonyoung Shim979a72d2011-03-14 21:41:34 -0700129#define MXT_TOUCH_JUMPLIMIT 30
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700130
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700131/* MXT_PROCI_GRIPFACE_T20 field */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800132#define MXT_GRIPFACE_CTRL 0
133#define MXT_GRIPFACE_XLOGRIP 1
134#define MXT_GRIPFACE_XHIGRIP 2
135#define MXT_GRIPFACE_YLOGRIP 3
136#define MXT_GRIPFACE_YHIGRIP 4
137#define MXT_GRIPFACE_MAXTCHS 5
138#define MXT_GRIPFACE_SZTHR1 7
139#define MXT_GRIPFACE_SZTHR2 8
140#define MXT_GRIPFACE_SHPTHR1 9
141#define MXT_GRIPFACE_SHPTHR2 10
142#define MXT_GRIPFACE_SUPEXTTO 11
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700143
Iiro Valkonen7686b102011-02-02 23:21:58 -0800144/* MXT_PROCI_NOISE field */
145#define MXT_NOISE_CTRL 0
146#define MXT_NOISE_OUTFLEN 1
147#define MXT_NOISE_GCAFUL_LSB 3
148#define MXT_NOISE_GCAFUL_MSB 4
149#define MXT_NOISE_GCAFLL_LSB 5
150#define MXT_NOISE_GCAFLL_MSB 6
151#define MXT_NOISE_ACTVGCAFVALID 7
152#define MXT_NOISE_NOISETHR 8
153#define MXT_NOISE_FREQHOPSCALE 10
154#define MXT_NOISE_FREQ0 11
155#define MXT_NOISE_FREQ1 12
156#define MXT_NOISE_FREQ2 13
157#define MXT_NOISE_FREQ3 14
158#define MXT_NOISE_FREQ4 15
159#define MXT_NOISE_IDLEGCAFVALID 16
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700160
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700161/* MXT_SPT_COMMSCONFIG_T18 */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800162#define MXT_COMMS_CTRL 0
163#define MXT_COMMS_CMD 1
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700164
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700165/* MXT_SPT_CTECONFIG_T28 field */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800166#define MXT_CTE_CTRL 0
167#define MXT_CTE_CMD 1
168#define MXT_CTE_MODE 2
169#define MXT_CTE_IDLEGCAFDEPTH 3
170#define MXT_CTE_ACTVGCAFDEPTH 4
Joonyoung Shim979a72d2011-03-14 21:41:34 -0700171#define MXT_CTE_VOLTAGE 5
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700172
Iiro Valkonen7686b102011-02-02 23:21:58 -0800173#define MXT_VOLTAGE_DEFAULT 2700000
174#define MXT_VOLTAGE_STEP 10000
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700175
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700176/* Define for MXT_GEN_COMMAND_T6 */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800177#define MXT_BOOT_VALUE 0xa5
178#define MXT_BACKUP_VALUE 0x55
Linus Torvalds8343bce2013-03-09 10:31:01 -0800179#define MXT_BACKUP_TIME 50 /* msec */
180#define MXT_RESET_TIME 200 /* msec */
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700181
Iiro Valkonen7686b102011-02-02 23:21:58 -0800182#define MXT_FWRESET_TIME 175 /* msec */
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700183
Daniel Kurtz22dfab72013-03-07 19:43:33 -0800184/* MXT_SPT_GPIOPWM_T19 field */
185#define MXT_GPIO0_MASK 0x04
186#define MXT_GPIO1_MASK 0x08
187#define MXT_GPIO2_MASK 0x10
188#define MXT_GPIO3_MASK 0x20
189
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700190/* Command to unlock bootloader */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800191#define MXT_UNLOCK_CMD_MSB 0xaa
192#define MXT_UNLOCK_CMD_LSB 0xdc
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700193
194/* Bootloader mode status */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800195#define MXT_WAITING_BOOTLOAD_CMD 0xc0 /* valid 7 6 bit only */
196#define MXT_WAITING_FRAME_DATA 0x80 /* valid 7 6 bit only */
197#define MXT_FRAME_CRC_CHECK 0x02
198#define MXT_FRAME_CRC_FAIL 0x03
199#define MXT_FRAME_CRC_PASS 0x04
200#define MXT_APP_CRC_FAIL 0x40 /* valid 7 8 bit only */
201#define MXT_BOOT_STATUS_MASK 0x3f
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700202
203/* Touch status */
Daniel Kurtzb2e459b2012-06-28 21:08:18 +0800204#define MXT_UNGRIP (1 << 0)
Iiro Valkonen7686b102011-02-02 23:21:58 -0800205#define MXT_SUPPRESS (1 << 1)
206#define MXT_AMP (1 << 2)
207#define MXT_VECTOR (1 << 3)
208#define MXT_MOVE (1 << 4)
209#define MXT_RELEASE (1 << 5)
210#define MXT_PRESS (1 << 6)
211#define MXT_DETECT (1 << 7)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700212
Joonyoung Shim910d8052011-04-12 23:14:38 -0700213/* Touch orient bits */
214#define MXT_XY_SWITCH (1 << 0)
215#define MXT_X_INVERT (1 << 1)
216#define MXT_Y_INVERT (1 << 2)
217
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700218/* Touchscreen absolute values */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800219#define MXT_MAX_AREA 0xff
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700220
Daniel Kurtz22dfab72013-03-07 19:43:33 -0800221#define MXT_PIXELS_PER_MM 20
222
Iiro Valkonen7686b102011-02-02 23:21:58 -0800223struct mxt_info {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700224 u8 family_id;
225 u8 variant_id;
226 u8 version;
227 u8 build;
228 u8 matrix_xsize;
229 u8 matrix_ysize;
230 u8 object_num;
231};
232
Iiro Valkonen7686b102011-02-02 23:21:58 -0800233struct mxt_object {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700234 u8 type;
235 u16 start_address;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800236 u8 size; /* Size of each instance - 1 */
237 u8 instances; /* Number of instances - 1 */
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700238 u8 num_report_ids;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800239} __packed;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700240
Iiro Valkonen7686b102011-02-02 23:21:58 -0800241struct mxt_message {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700242 u8 reportid;
243 u8 message[7];
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700244};
245
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700246/* Each client has this additional data */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800247struct mxt_data {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700248 struct i2c_client *client;
249 struct input_dev *input_dev;
Daniel Kurtzec02ac22012-06-28 21:08:02 +0800250 char phys[64]; /* device physical location */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800251 const struct mxt_platform_data *pdata;
252 struct mxt_object *object_table;
253 struct mxt_info info;
Daniel Kurtz22dfab72013-03-07 19:43:33 -0800254 bool is_tp;
255
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700256 unsigned int irq;
Joonyoung Shim910d8052011-04-12 23:14:38 -0700257 unsigned int max_x;
258 unsigned int max_y;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800259
260 /* Cached parameters from object table */
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800261 u8 T6_reportid;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800262 u8 T9_reportid_min;
263 u8 T9_reportid_max;
Daniel Kurtz22dfab72013-03-07 19:43:33 -0800264 u8 T19_reportid;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700265};
266
Iiro Valkonen7686b102011-02-02 23:21:58 -0800267static bool mxt_object_readable(unsigned int type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700268{
269 switch (type) {
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700270 case MXT_GEN_COMMAND_T6:
271 case MXT_GEN_POWER_T7:
272 case MXT_GEN_ACQUIRE_T8:
273 case MXT_GEN_DATASOURCE_T53:
274 case MXT_TOUCH_MULTI_T9:
275 case MXT_TOUCH_KEYARRAY_T15:
276 case MXT_TOUCH_PROXIMITY_T23:
277 case MXT_TOUCH_PROXKEY_T52:
278 case MXT_PROCI_GRIPFACE_T20:
279 case MXT_PROCG_NOISE_T22:
280 case MXT_PROCI_ONETOUCH_T24:
281 case MXT_PROCI_TWOTOUCH_T27:
282 case MXT_PROCI_GRIP_T40:
283 case MXT_PROCI_PALM_T41:
284 case MXT_PROCI_TOUCHSUPPRESSION_T42:
285 case MXT_PROCI_STYLUS_T47:
286 case MXT_PROCG_NOISESUPPRESSION_T48:
287 case MXT_SPT_COMMSCONFIG_T18:
288 case MXT_SPT_GPIOPWM_T19:
289 case MXT_SPT_SELFTEST_T25:
290 case MXT_SPT_CTECONFIG_T28:
291 case MXT_SPT_USERDATA_T38:
292 case MXT_SPT_DIGITIZER_T43:
293 case MXT_SPT_CTECONFIG_T46:
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700294 return true;
295 default:
296 return false;
297 }
298}
299
Iiro Valkonen7686b102011-02-02 23:21:58 -0800300static bool mxt_object_writable(unsigned int type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700301{
302 switch (type) {
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700303 case MXT_GEN_COMMAND_T6:
304 case MXT_GEN_POWER_T7:
305 case MXT_GEN_ACQUIRE_T8:
306 case MXT_TOUCH_MULTI_T9:
307 case MXT_TOUCH_KEYARRAY_T15:
308 case MXT_TOUCH_PROXIMITY_T23:
309 case MXT_TOUCH_PROXKEY_T52:
310 case MXT_PROCI_GRIPFACE_T20:
311 case MXT_PROCG_NOISE_T22:
312 case MXT_PROCI_ONETOUCH_T24:
313 case MXT_PROCI_TWOTOUCH_T27:
314 case MXT_PROCI_GRIP_T40:
315 case MXT_PROCI_PALM_T41:
316 case MXT_PROCI_TOUCHSUPPRESSION_T42:
317 case MXT_PROCI_STYLUS_T47:
318 case MXT_PROCG_NOISESUPPRESSION_T48:
319 case MXT_SPT_COMMSCONFIG_T18:
320 case MXT_SPT_GPIOPWM_T19:
321 case MXT_SPT_SELFTEST_T25:
322 case MXT_SPT_CTECONFIG_T28:
323 case MXT_SPT_DIGITIZER_T43:
324 case MXT_SPT_CTECONFIG_T46:
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700325 return true;
326 default:
327 return false;
328 }
329}
330
Iiro Valkonen7686b102011-02-02 23:21:58 -0800331static void mxt_dump_message(struct device *dev,
Daniel Kurtz6ee3dbf2012-05-08 22:40:29 -0700332 struct mxt_message *message)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700333{
Andy Shevchenkoeb007c82012-10-04 00:02:59 -0700334 dev_dbg(dev, "reportid: %u\tmessage: %*ph\n",
335 message->reportid, 7, message->message);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700336}
337
Iiro Valkonen7686b102011-02-02 23:21:58 -0800338static int mxt_check_bootloader(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700339 unsigned int state)
340{
341 u8 val;
342
343recheck:
344 if (i2c_master_recv(client, &val, 1) != 1) {
345 dev_err(&client->dev, "%s: i2c recv failed\n", __func__);
346 return -EIO;
347 }
348
349 switch (state) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800350 case MXT_WAITING_BOOTLOAD_CMD:
351 case MXT_WAITING_FRAME_DATA:
352 val &= ~MXT_BOOT_STATUS_MASK;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700353 break;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800354 case MXT_FRAME_CRC_PASS:
355 if (val == MXT_FRAME_CRC_CHECK)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700356 goto recheck;
357 break;
358 default:
359 return -EINVAL;
360 }
361
362 if (val != state) {
363 dev_err(&client->dev, "Unvalid bootloader mode state\n");
364 return -EINVAL;
365 }
366
367 return 0;
368}
369
Iiro Valkonen7686b102011-02-02 23:21:58 -0800370static int mxt_unlock_bootloader(struct i2c_client *client)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700371{
372 u8 buf[2];
373
Iiro Valkonen7686b102011-02-02 23:21:58 -0800374 buf[0] = MXT_UNLOCK_CMD_LSB;
375 buf[1] = MXT_UNLOCK_CMD_MSB;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700376
377 if (i2c_master_send(client, buf, 2) != 2) {
378 dev_err(&client->dev, "%s: i2c send failed\n", __func__);
379 return -EIO;
380 }
381
382 return 0;
383}
384
Iiro Valkonen7686b102011-02-02 23:21:58 -0800385static int mxt_fw_write(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700386 const u8 *data, unsigned int frame_size)
387{
388 if (i2c_master_send(client, data, frame_size) != frame_size) {
389 dev_err(&client->dev, "%s: i2c send failed\n", __func__);
390 return -EIO;
391 }
392
393 return 0;
394}
395
Iiro Valkonen7686b102011-02-02 23:21:58 -0800396static int __mxt_read_reg(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700397 u16 reg, u16 len, void *val)
398{
399 struct i2c_msg xfer[2];
400 u8 buf[2];
Daniel Kurtz771733e2012-06-28 21:08:11 +0800401 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700402
403 buf[0] = reg & 0xff;
404 buf[1] = (reg >> 8) & 0xff;
405
406 /* Write register */
407 xfer[0].addr = client->addr;
408 xfer[0].flags = 0;
409 xfer[0].len = 2;
410 xfer[0].buf = buf;
411
412 /* Read data */
413 xfer[1].addr = client->addr;
414 xfer[1].flags = I2C_M_RD;
415 xfer[1].len = len;
416 xfer[1].buf = val;
417
Daniel Kurtz771733e2012-06-28 21:08:11 +0800418 ret = i2c_transfer(client->adapter, xfer, 2);
419 if (ret == 2) {
420 ret = 0;
421 } else {
422 if (ret >= 0)
423 ret = -EIO;
424 dev_err(&client->dev, "%s: i2c transfer failed (%d)\n",
425 __func__, ret);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700426 }
427
Daniel Kurtz771733e2012-06-28 21:08:11 +0800428 return ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700429}
430
Iiro Valkonen7686b102011-02-02 23:21:58 -0800431static int mxt_read_reg(struct i2c_client *client, u16 reg, u8 *val)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700432{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800433 return __mxt_read_reg(client, reg, 1, val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700434}
435
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800436static int __mxt_write_reg(struct i2c_client *client, u16 reg, u16 len,
437 const void *val)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700438{
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800439 u8 *buf;
440 size_t count;
Daniel Kurtz771733e2012-06-28 21:08:11 +0800441 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700442
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800443 count = len + 2;
444 buf = kmalloc(count, GFP_KERNEL);
445 if (!buf)
446 return -ENOMEM;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700447
448 buf[0] = reg & 0xff;
449 buf[1] = (reg >> 8) & 0xff;
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800450 memcpy(&buf[2], val, len);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700451
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800452 ret = i2c_master_send(client, buf, count);
453 if (ret == count) {
Daniel Kurtz771733e2012-06-28 21:08:11 +0800454 ret = 0;
455 } else {
456 if (ret >= 0)
457 ret = -EIO;
458 dev_err(&client->dev, "%s: i2c send failed (%d)\n",
459 __func__, ret);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700460 }
461
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800462 kfree(buf);
Daniel Kurtz771733e2012-06-28 21:08:11 +0800463 return ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700464}
465
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800466static int mxt_write_reg(struct i2c_client *client, u16 reg, u8 val)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700467{
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800468 return __mxt_write_reg(client, reg, 1, &val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700469}
470
Iiro Valkonen7686b102011-02-02 23:21:58 -0800471static struct mxt_object *
472mxt_get_object(struct mxt_data *data, u8 type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700473{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800474 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700475 int i;
476
477 for (i = 0; i < data->info.object_num; i++) {
478 object = data->object_table + i;
479 if (object->type == type)
480 return object;
481 }
482
483 dev_err(&data->client->dev, "Invalid object type\n");
484 return NULL;
485}
486
Iiro Valkonen7686b102011-02-02 23:21:58 -0800487static int mxt_read_message(struct mxt_data *data,
488 struct mxt_message *message)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700489{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800490 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700491 u16 reg;
492
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700493 object = mxt_get_object(data, MXT_GEN_MESSAGE_T5);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700494 if (!object)
495 return -EINVAL;
496
497 reg = object->start_address;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800498 return __mxt_read_reg(data->client, reg,
499 sizeof(struct mxt_message), message);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700500}
501
Iiro Valkonen7686b102011-02-02 23:21:58 -0800502static int mxt_write_object(struct mxt_data *data,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700503 u8 type, u8 offset, u8 val)
504{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800505 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700506 u16 reg;
507
Iiro Valkonen7686b102011-02-02 23:21:58 -0800508 object = mxt_get_object(data, type);
Daniel Kurtzd1ff3202012-05-08 22:38:52 -0700509 if (!object || offset >= object->size + 1)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700510 return -EINVAL;
511
512 reg = object->start_address;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800513 return mxt_write_reg(data->client, reg + offset, val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700514}
515
Daniel Kurtz22dfab72013-03-07 19:43:33 -0800516static void mxt_input_button(struct mxt_data *data, struct mxt_message *message)
517{
518 struct input_dev *input = data->input_dev;
519 bool button;
520 int i;
521
522 /* Active-low switch */
523 for (i = 0; i < MXT_NUM_GPIO; i++) {
524 if (data->pdata->key_map[i] == KEY_RESERVED)
525 continue;
526 button = !(message->message[0] & MXT_GPIO0_MASK << i);
527 input_report_key(input, data->pdata->key_map[i], button);
528 }
529}
530
Iiro Valkonen7686b102011-02-02 23:21:58 -0800531static void mxt_input_touchevent(struct mxt_data *data,
532 struct mxt_message *message, int id)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700533{
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700534 struct device *dev = &data->client->dev;
535 u8 status = message->message[0];
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800536 struct input_dev *input_dev = data->input_dev;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700537 int x;
538 int y;
539 int area;
Yufeng Shen28ac2932011-08-16 00:40:54 -0700540 int pressure;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700541
Joonyoung Shim910d8052011-04-12 23:14:38 -0700542 x = (message->message[1] << 4) | ((message->message[3] >> 4) & 0xf);
543 y = (message->message[2] << 4) | ((message->message[3] & 0xf));
544 if (data->max_x < 1024)
545 x = x >> 2;
546 if (data->max_y < 1024)
547 y = y >> 2;
548
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700549 area = message->message[4];
Yufeng Shen28ac2932011-08-16 00:40:54 -0700550 pressure = message->message[5];
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700551
Daniel Kurtzb2e459b2012-06-28 21:08:18 +0800552 dev_dbg(dev,
553 "[%u] %c%c%c%c%c%c%c%c x: %5u y: %5u area: %3u amp: %3u\n",
554 id,
555 (status & MXT_DETECT) ? 'D' : '.',
556 (status & MXT_PRESS) ? 'P' : '.',
557 (status & MXT_RELEASE) ? 'R' : '.',
558 (status & MXT_MOVE) ? 'M' : '.',
559 (status & MXT_VECTOR) ? 'V' : '.',
560 (status & MXT_AMP) ? 'A' : '.',
561 (status & MXT_SUPPRESS) ? 'S' : '.',
562 (status & MXT_UNGRIP) ? 'U' : '.',
563 x, y, area, pressure);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700564
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800565 input_mt_slot(input_dev, id);
566 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER,
567 status & MXT_DETECT);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700568
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800569 if (status & MXT_DETECT) {
570 input_report_abs(input_dev, ABS_MT_POSITION_X, x);
571 input_report_abs(input_dev, ABS_MT_POSITION_Y, y);
572 input_report_abs(input_dev, ABS_MT_PRESSURE, pressure);
573 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, area);
574 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700575}
576
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800577static unsigned mxt_extract_T6_csum(const u8 *csum)
578{
579 return csum[0] | (csum[1] << 8) | (csum[2] << 16);
580}
581
Daniel Kurtz04a79182012-06-28 21:08:21 +0800582static bool mxt_is_T9_message(struct mxt_data *data, struct mxt_message *msg)
583{
584 u8 id = msg->reportid;
585 return (id >= data->T9_reportid_min && id <= data->T9_reportid_max);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700586}
587
Iiro Valkonen7686b102011-02-02 23:21:58 -0800588static irqreturn_t mxt_interrupt(int irq, void *dev_id)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700589{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800590 struct mxt_data *data = dev_id;
591 struct mxt_message message;
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800592 const u8 *payload = &message.message[0];
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700593 struct device *dev = &data->client->dev;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700594 u8 reportid;
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800595 bool update_input = false;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700596
597 do {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800598 if (mxt_read_message(data, &message)) {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700599 dev_err(dev, "Failed to read message\n");
600 goto end;
601 }
602
603 reportid = message.reportid;
604
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800605 if (reportid == data->T6_reportid) {
606 u8 status = payload[0];
607 unsigned csum = mxt_extract_T6_csum(&payload[1]);
608 dev_dbg(dev, "Status: %02x Config Checksum: %06x\n",
609 status, csum);
610 } else if (mxt_is_T9_message(data, &message)) {
611 int id = reportid - data->T9_reportid_min;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800612 mxt_input_touchevent(data, &message, id);
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800613 update_input = true;
Daniel Kurtz22dfab72013-03-07 19:43:33 -0800614 } else if (message.reportid == data->T19_reportid) {
615 mxt_input_button(data, &message);
616 update_input = true;
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800617 } else {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800618 mxt_dump_message(dev, &message);
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800619 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700620 } while (reportid != 0xff);
621
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800622 if (update_input) {
623 input_mt_report_pointer_emulation(data->input_dev, false);
624 input_sync(data->input_dev);
625 }
626
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700627end:
628 return IRQ_HANDLED;
629}
630
Iiro Valkonen7686b102011-02-02 23:21:58 -0800631static int mxt_check_reg_init(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700632{
Iiro Valkonen71749f52011-02-15 13:36:52 -0800633 const struct mxt_platform_data *pdata = data->pdata;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800634 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700635 struct device *dev = &data->client->dev;
636 int index = 0;
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800637 int i, size;
638 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700639
Iiro Valkonen71749f52011-02-15 13:36:52 -0800640 if (!pdata->config) {
641 dev_dbg(dev, "No cfg data defined, skipping reg init\n");
642 return 0;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700643 }
644
645 for (i = 0; i < data->info.object_num; i++) {
646 object = data->object_table + i;
647
Iiro Valkonen7686b102011-02-02 23:21:58 -0800648 if (!mxt_object_writable(object->type))
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700649 continue;
650
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800651 size = (object->size + 1) * (object->instances + 1);
652 if (index + size > pdata->config_length) {
653 dev_err(dev, "Not enough config data!\n");
654 return -EINVAL;
Iiro Valkonen71749f52011-02-15 13:36:52 -0800655 }
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800656
657 ret = __mxt_write_reg(data->client, object->start_address,
658 size, &pdata->config[index]);
659 if (ret)
660 return ret;
661 index += size;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700662 }
663
664 return 0;
665}
666
Iiro Valkonen7686b102011-02-02 23:21:58 -0800667static int mxt_make_highchg(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700668{
669 struct device *dev = &data->client->dev;
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800670 struct mxt_message message;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700671 int count = 10;
672 int error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700673
674 /* Read dummy message to make high CHG pin */
675 do {
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800676 error = mxt_read_message(data, &message);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700677 if (error)
678 return error;
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800679 } while (message.reportid != 0xff && --count);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700680
681 if (!count) {
682 dev_err(dev, "CHG pin isn't cleared\n");
683 return -EBUSY;
684 }
685
686 return 0;
687}
688
Iiro Valkonen7686b102011-02-02 23:21:58 -0800689static void mxt_handle_pdata(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700690{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800691 const struct mxt_platform_data *pdata = data->pdata;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700692 u8 voltage;
693
694 /* Set touchscreen lines */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700695 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_XSIZE,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700696 pdata->x_line);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700697 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_YSIZE,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700698 pdata->y_line);
699
700 /* Set touchscreen orient */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700701 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_ORIENT,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700702 pdata->orient);
703
704 /* Set touchscreen burst length */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700705 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800706 MXT_TOUCH_BLEN, pdata->blen);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700707
708 /* Set touchscreen threshold */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700709 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800710 MXT_TOUCH_TCHTHR, pdata->threshold);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700711
712 /* Set touchscreen resolution */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700713 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800714 MXT_TOUCH_XRANGE_LSB, (pdata->x_size - 1) & 0xff);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700715 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800716 MXT_TOUCH_XRANGE_MSB, (pdata->x_size - 1) >> 8);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700717 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800718 MXT_TOUCH_YRANGE_LSB, (pdata->y_size - 1) & 0xff);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700719 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800720 MXT_TOUCH_YRANGE_MSB, (pdata->y_size - 1) >> 8);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700721
722 /* Set touchscreen voltage */
Joonyoung Shim979a72d2011-03-14 21:41:34 -0700723 if (pdata->voltage) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800724 if (pdata->voltage < MXT_VOLTAGE_DEFAULT) {
725 voltage = (MXT_VOLTAGE_DEFAULT - pdata->voltage) /
726 MXT_VOLTAGE_STEP;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700727 voltage = 0xff - voltage + 1;
728 } else
Iiro Valkonen7686b102011-02-02 23:21:58 -0800729 voltage = (pdata->voltage - MXT_VOLTAGE_DEFAULT) /
730 MXT_VOLTAGE_STEP;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700731
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700732 mxt_write_object(data, MXT_SPT_CTECONFIG_T28,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800733 MXT_CTE_VOLTAGE, voltage);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700734 }
735}
736
Iiro Valkonen7686b102011-02-02 23:21:58 -0800737static int mxt_get_info(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700738{
739 struct i2c_client *client = data->client;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800740 struct mxt_info *info = &data->info;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700741 int error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700742
Daniel Kurtz23003a842012-06-28 21:08:14 +0800743 /* Read 7-byte info block starting at address 0 */
744 error = __mxt_read_reg(client, MXT_INFO, sizeof(*info), info);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700745 if (error)
746 return error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700747
748 return 0;
749}
750
Iiro Valkonen7686b102011-02-02 23:21:58 -0800751static int mxt_get_object_table(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700752{
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800753 struct i2c_client *client = data->client;
754 size_t table_size;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700755 int error;
756 int i;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800757 u8 reportid;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700758
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800759 table_size = data->info.object_num * sizeof(struct mxt_object);
760 error = __mxt_read_reg(client, MXT_OBJECT_START, table_size,
761 data->object_table);
762 if (error)
763 return error;
764
765 /* Valid Report IDs start counting from 1 */
766 reportid = 1;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700767 for (i = 0; i < data->info.object_num; i++) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800768 struct mxt_object *object = data->object_table + i;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800769 u8 min_id, max_id;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700770
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800771 le16_to_cpus(&object->start_address);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700772
773 if (object->num_report_ids) {
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800774 min_id = reportid;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700775 reportid += object->num_report_ids *
776 (object->instances + 1);
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800777 max_id = reportid - 1;
778 } else {
779 min_id = 0;
780 max_id = 0;
781 }
782
783 dev_dbg(&data->client->dev,
784 "Type %2d Start %3d Size %3d Instances %2d ReportIDs %3u : %3u\n",
785 object->type, object->start_address, object->size + 1,
786 object->instances + 1, min_id, max_id);
787
788 switch (object->type) {
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800789 case MXT_GEN_COMMAND_T6:
790 data->T6_reportid = min_id;
791 break;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800792 case MXT_TOUCH_MULTI_T9:
793 data->T9_reportid_min = min_id;
794 data->T9_reportid_max = max_id;
795 break;
Daniel Kurtz22dfab72013-03-07 19:43:33 -0800796 case MXT_SPT_GPIOPWM_T19:
797 data->T19_reportid = min_id;
798 break;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700799 }
800 }
801
802 return 0;
803}
804
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800805static void mxt_free_object_table(struct mxt_data *data)
806{
807 kfree(data->object_table);
808 data->object_table = NULL;
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800809 data->T6_reportid = 0;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800810 data->T9_reportid_min = 0;
811 data->T9_reportid_max = 0;
Daniel Kurtz22dfab72013-03-07 19:43:33 -0800812 data->T19_reportid = 0;
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800813}
814
Iiro Valkonen7686b102011-02-02 23:21:58 -0800815static int mxt_initialize(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700816{
817 struct i2c_client *client = data->client;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800818 struct mxt_info *info = &data->info;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700819 int error;
820 u8 val;
821
Iiro Valkonen7686b102011-02-02 23:21:58 -0800822 error = mxt_get_info(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700823 if (error)
824 return error;
825
826 data->object_table = kcalloc(info->object_num,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800827 sizeof(struct mxt_object),
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700828 GFP_KERNEL);
829 if (!data->object_table) {
830 dev_err(&client->dev, "Failed to allocate memory\n");
831 return -ENOMEM;
832 }
833
834 /* Get object table information */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800835 error = mxt_get_object_table(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700836 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800837 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700838
839 /* Check register init values */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800840 error = mxt_check_reg_init(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700841 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800842 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700843
Iiro Valkonen7686b102011-02-02 23:21:58 -0800844 mxt_handle_pdata(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700845
846 /* Backup to memory */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700847 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800848 MXT_COMMAND_BACKUPNV,
849 MXT_BACKUP_VALUE);
850 msleep(MXT_BACKUP_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700851
852 /* Soft reset */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700853 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800854 MXT_COMMAND_RESET, 1);
855 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700856
857 /* Update matrix size at info struct */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800858 error = mxt_read_reg(client, MXT_MATRIX_X_SIZE, &val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700859 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800860 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700861 info->matrix_xsize = val;
862
Iiro Valkonen7686b102011-02-02 23:21:58 -0800863 error = mxt_read_reg(client, MXT_MATRIX_Y_SIZE, &val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700864 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800865 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700866 info->matrix_ysize = val;
867
868 dev_info(&client->dev,
Daniel Kurtze0e02692012-06-28 21:08:15 +0800869 "Family ID: %u Variant ID: %u Major.Minor.Build: %u.%u.%02X\n",
870 info->family_id, info->variant_id, info->version >> 4,
871 info->version & 0xf, info->build);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700872
873 dev_info(&client->dev,
Daniel Kurtze0e02692012-06-28 21:08:15 +0800874 "Matrix X Size: %u Matrix Y Size: %u Object Num: %u\n",
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700875 info->matrix_xsize, info->matrix_ysize,
876 info->object_num);
877
878 return 0;
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800879
880err_free_object_table:
881 mxt_free_object_table(data);
882 return error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700883}
884
Joonyoung Shim910d8052011-04-12 23:14:38 -0700885static void mxt_calc_resolution(struct mxt_data *data)
886{
887 unsigned int max_x = data->pdata->x_size - 1;
888 unsigned int max_y = data->pdata->y_size - 1;
889
890 if (data->pdata->orient & MXT_XY_SWITCH) {
891 data->max_x = max_y;
892 data->max_y = max_x;
893 } else {
894 data->max_x = max_x;
895 data->max_y = max_y;
896 }
897}
898
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +0800899/* Firmware Version is returned as Major.Minor.Build */
900static ssize_t mxt_fw_version_show(struct device *dev,
901 struct device_attribute *attr, char *buf)
902{
903 struct mxt_data *data = dev_get_drvdata(dev);
904 struct mxt_info *info = &data->info;
905 return scnprintf(buf, PAGE_SIZE, "%u.%u.%02X\n",
906 info->version >> 4, info->version & 0xf, info->build);
907}
908
909/* Hardware Version is returned as FamilyID.VariantID */
910static ssize_t mxt_hw_version_show(struct device *dev,
911 struct device_attribute *attr, char *buf)
912{
913 struct mxt_data *data = dev_get_drvdata(dev);
914 struct mxt_info *info = &data->info;
915 return scnprintf(buf, PAGE_SIZE, "%u.%u\n",
916 info->family_id, info->variant_id);
917}
918
Daniel Kurtz794eb672012-06-28 21:08:10 +0800919static ssize_t mxt_show_instance(char *buf, int count,
920 struct mxt_object *object, int instance,
921 const u8 *val)
922{
923 int i;
924
925 if (object->instances > 0)
926 count += scnprintf(buf + count, PAGE_SIZE - count,
927 "Instance %u\n", instance);
928
929 for (i = 0; i < object->size + 1; i++)
930 count += scnprintf(buf + count, PAGE_SIZE - count,
931 "\t[%2u]: %02x (%d)\n", i, val[i], val[i]);
932 count += scnprintf(buf + count, PAGE_SIZE - count, "\n");
933
934 return count;
935}
936
Iiro Valkonen7686b102011-02-02 23:21:58 -0800937static ssize_t mxt_object_show(struct device *dev,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700938 struct device_attribute *attr, char *buf)
939{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800940 struct mxt_data *data = dev_get_drvdata(dev);
941 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700942 int count = 0;
943 int i, j;
944 int error;
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800945 u8 *obuf;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700946
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800947 /* Pre-allocate buffer large enough to hold max sized object. */
948 obuf = kmalloc(256, GFP_KERNEL);
949 if (!obuf)
950 return -ENOMEM;
951
952 error = 0;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700953 for (i = 0; i < data->info.object_num; i++) {
954 object = data->object_table + i;
955
Daniel Kurtz91630952012-06-28 21:08:09 +0800956 if (!mxt_object_readable(object->type))
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700957 continue;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700958
Daniel Kurtz91630952012-06-28 21:08:09 +0800959 count += scnprintf(buf + count, PAGE_SIZE - count,
960 "T%u:\n", object->type);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700961
Daniel Kurtz794eb672012-06-28 21:08:10 +0800962 for (j = 0; j < object->instances + 1; j++) {
963 u16 size = object->size + 1;
964 u16 addr = object->start_address + j * size;
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800965
Daniel Kurtz794eb672012-06-28 21:08:10 +0800966 error = __mxt_read_reg(data->client, addr, size, obuf);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700967 if (error)
Daniel Kurtz794eb672012-06-28 21:08:10 +0800968 goto done;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700969
Daniel Kurtz794eb672012-06-28 21:08:10 +0800970 count = mxt_show_instance(buf, count, object, j, obuf);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700971 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700972 }
973
Daniel Kurtz794eb672012-06-28 21:08:10 +0800974done:
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800975 kfree(obuf);
976 return error ?: count;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700977}
978
Iiro Valkonen7686b102011-02-02 23:21:58 -0800979static int mxt_load_fw(struct device *dev, const char *fn)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700980{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800981 struct mxt_data *data = dev_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700982 struct i2c_client *client = data->client;
983 const struct firmware *fw = NULL;
984 unsigned int frame_size;
985 unsigned int pos = 0;
986 int ret;
987
988 ret = request_firmware(&fw, fn, dev);
989 if (ret) {
990 dev_err(dev, "Unable to open firmware %s\n", fn);
991 return ret;
992 }
993
994 /* Change to the bootloader mode */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700995 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800996 MXT_COMMAND_RESET, MXT_BOOT_VALUE);
997 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700998
999 /* Change to slave address of bootloader */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001000 if (client->addr == MXT_APP_LOW)
1001 client->addr = MXT_BOOT_LOW;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001002 else
Iiro Valkonen7686b102011-02-02 23:21:58 -08001003 client->addr = MXT_BOOT_HIGH;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001004
Iiro Valkonen7686b102011-02-02 23:21:58 -08001005 ret = mxt_check_bootloader(client, MXT_WAITING_BOOTLOAD_CMD);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001006 if (ret)
1007 goto out;
1008
1009 /* Unlock bootloader */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001010 mxt_unlock_bootloader(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001011
1012 while (pos < fw->size) {
Iiro Valkonen7686b102011-02-02 23:21:58 -08001013 ret = mxt_check_bootloader(client,
1014 MXT_WAITING_FRAME_DATA);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001015 if (ret)
1016 goto out;
1017
1018 frame_size = ((*(fw->data + pos) << 8) | *(fw->data + pos + 1));
1019
1020 /* We should add 2 at frame size as the the firmware data is not
1021 * included the CRC bytes.
1022 */
1023 frame_size += 2;
1024
1025 /* Write one frame to device */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001026 mxt_fw_write(client, fw->data + pos, frame_size);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001027
Iiro Valkonen7686b102011-02-02 23:21:58 -08001028 ret = mxt_check_bootloader(client,
1029 MXT_FRAME_CRC_PASS);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001030 if (ret)
1031 goto out;
1032
1033 pos += frame_size;
1034
1035 dev_dbg(dev, "Updated %d bytes / %zd bytes\n", pos, fw->size);
1036 }
1037
1038out:
1039 release_firmware(fw);
1040
1041 /* Change to slave address of application */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001042 if (client->addr == MXT_BOOT_LOW)
1043 client->addr = MXT_APP_LOW;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001044 else
Iiro Valkonen7686b102011-02-02 23:21:58 -08001045 client->addr = MXT_APP_HIGH;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001046
1047 return ret;
1048}
1049
Iiro Valkonen7686b102011-02-02 23:21:58 -08001050static ssize_t mxt_update_fw_store(struct device *dev,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001051 struct device_attribute *attr,
1052 const char *buf, size_t count)
1053{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001054 struct mxt_data *data = dev_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001055 int error;
1056
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001057 disable_irq(data->irq);
1058
Iiro Valkonen7686b102011-02-02 23:21:58 -08001059 error = mxt_load_fw(dev, MXT_FW_NAME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001060 if (error) {
1061 dev_err(dev, "The firmware update failed(%d)\n", error);
1062 count = error;
1063 } else {
1064 dev_dbg(dev, "The firmware update succeeded\n");
1065
1066 /* Wait for reset */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001067 msleep(MXT_FWRESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001068
Daniel Kurtz7d4fa102012-06-28 21:08:19 +08001069 mxt_free_object_table(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001070
Iiro Valkonen7686b102011-02-02 23:21:58 -08001071 mxt_initialize(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001072 }
1073
1074 enable_irq(data->irq);
1075
Iiro Valkonen08960a02011-04-12 23:16:40 -07001076 error = mxt_make_highchg(data);
1077 if (error)
1078 return error;
1079
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001080 return count;
1081}
1082
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +08001083static DEVICE_ATTR(fw_version, S_IRUGO, mxt_fw_version_show, NULL);
1084static DEVICE_ATTR(hw_version, S_IRUGO, mxt_hw_version_show, NULL);
Daniel Kurtz71b3e932012-05-08 22:30:14 -07001085static DEVICE_ATTR(object, S_IRUGO, mxt_object_show, NULL);
1086static DEVICE_ATTR(update_fw, S_IWUSR, NULL, mxt_update_fw_store);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001087
Iiro Valkonen7686b102011-02-02 23:21:58 -08001088static struct attribute *mxt_attrs[] = {
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +08001089 &dev_attr_fw_version.attr,
1090 &dev_attr_hw_version.attr,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001091 &dev_attr_object.attr,
1092 &dev_attr_update_fw.attr,
1093 NULL
1094};
1095
Iiro Valkonen7686b102011-02-02 23:21:58 -08001096static const struct attribute_group mxt_attr_group = {
1097 .attrs = mxt_attrs,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001098};
1099
Iiro Valkonen7686b102011-02-02 23:21:58 -08001100static void mxt_start(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001101{
1102 /* Touch enable */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001103 mxt_write_object(data,
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001104 MXT_TOUCH_MULTI_T9, MXT_TOUCH_CTRL, 0x83);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001105}
1106
Iiro Valkonen7686b102011-02-02 23:21:58 -08001107static void mxt_stop(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001108{
1109 /* Touch disable */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001110 mxt_write_object(data,
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001111 MXT_TOUCH_MULTI_T9, MXT_TOUCH_CTRL, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001112}
1113
Iiro Valkonen7686b102011-02-02 23:21:58 -08001114static int mxt_input_open(struct input_dev *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001115{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001116 struct mxt_data *data = input_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001117
Iiro Valkonen7686b102011-02-02 23:21:58 -08001118 mxt_start(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001119
1120 return 0;
1121}
1122
Iiro Valkonen7686b102011-02-02 23:21:58 -08001123static void mxt_input_close(struct input_dev *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001124{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001125 struct mxt_data *data = input_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001126
Iiro Valkonen7686b102011-02-02 23:21:58 -08001127 mxt_stop(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001128}
1129
Bill Pemberton5298cc42012-11-23 21:38:25 -08001130static int mxt_probe(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001131 const struct i2c_device_id *id)
1132{
Iiro Valkonen919ed892011-02-15 13:36:52 -08001133 const struct mxt_platform_data *pdata = client->dev.platform_data;
Iiro Valkonen7686b102011-02-02 23:21:58 -08001134 struct mxt_data *data;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001135 struct input_dev *input_dev;
1136 int error;
Daniel Kurtzcb159112012-06-28 21:08:22 +08001137 unsigned int num_mt_slots;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001138
Iiro Valkonen919ed892011-02-15 13:36:52 -08001139 if (!pdata)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001140 return -EINVAL;
1141
Iiro Valkonen7686b102011-02-02 23:21:58 -08001142 data = kzalloc(sizeof(struct mxt_data), GFP_KERNEL);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001143 input_dev = input_allocate_device();
1144 if (!data || !input_dev) {
1145 dev_err(&client->dev, "Failed to allocate memory\n");
1146 error = -ENOMEM;
1147 goto err_free_mem;
1148 }
1149
Daniel Kurtz22dfab72013-03-07 19:43:33 -08001150 data->is_tp = pdata && pdata->is_tp;
1151
1152 input_dev->name = (data->is_tp) ? "Atmel maXTouch Touchpad" :
1153 "Atmel maXTouch Touchscreen";
Daniel Kurtzec02ac22012-06-28 21:08:02 +08001154 snprintf(data->phys, sizeof(data->phys), "i2c-%u-%04x/input0",
1155 client->adapter->nr, client->addr);
Daniel Kurtz22dfab72013-03-07 19:43:33 -08001156
Daniel Kurtzec02ac22012-06-28 21:08:02 +08001157 input_dev->phys = data->phys;
1158
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001159 input_dev->id.bustype = BUS_I2C;
1160 input_dev->dev.parent = &client->dev;
Iiro Valkonen7686b102011-02-02 23:21:58 -08001161 input_dev->open = mxt_input_open;
1162 input_dev->close = mxt_input_close;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001163
Joonyoung Shim910d8052011-04-12 23:14:38 -07001164 data->client = client;
1165 data->input_dev = input_dev;
1166 data->pdata = pdata;
1167 data->irq = client->irq;
1168
1169 mxt_calc_resolution(data);
1170
Daniel Kurtzcb159112012-06-28 21:08:22 +08001171 error = mxt_initialize(data);
1172 if (error)
1173 goto err_free_mem;
1174
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001175 __set_bit(EV_ABS, input_dev->evbit);
1176 __set_bit(EV_KEY, input_dev->evbit);
1177 __set_bit(BTN_TOUCH, input_dev->keybit);
1178
Daniel Kurtz22dfab72013-03-07 19:43:33 -08001179 if (data->is_tp) {
1180 int i;
1181 __set_bit(INPUT_PROP_POINTER, input_dev->propbit);
1182 __set_bit(INPUT_PROP_BUTTONPAD, input_dev->propbit);
1183
1184 for (i = 0; i < MXT_NUM_GPIO; i++)
1185 if (pdata->key_map[i] != KEY_RESERVED)
1186 __set_bit(pdata->key_map[i], input_dev->keybit);
1187
1188 __set_bit(BTN_TOOL_FINGER, input_dev->keybit);
1189 __set_bit(BTN_TOOL_DOUBLETAP, input_dev->keybit);
1190 __set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
1191 __set_bit(BTN_TOOL_QUADTAP, input_dev->keybit);
1192 __set_bit(BTN_TOOL_QUINTTAP, input_dev->keybit);
1193
1194 input_abs_set_res(input_dev, ABS_X, MXT_PIXELS_PER_MM);
1195 input_abs_set_res(input_dev, ABS_Y, MXT_PIXELS_PER_MM);
1196 input_abs_set_res(input_dev, ABS_MT_POSITION_X,
1197 MXT_PIXELS_PER_MM);
1198 input_abs_set_res(input_dev, ABS_MT_POSITION_Y,
1199 MXT_PIXELS_PER_MM);
1200 }
1201
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001202 /* For single touch */
1203 input_set_abs_params(input_dev, ABS_X,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001204 0, data->max_x, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001205 input_set_abs_params(input_dev, ABS_Y,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001206 0, data->max_y, 0, 0);
Yufeng Shen28ac2932011-08-16 00:40:54 -07001207 input_set_abs_params(input_dev, ABS_PRESSURE,
1208 0, 255, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001209
1210 /* For multi touch */
Daniel Kurtzcb159112012-06-28 21:08:22 +08001211 num_mt_slots = data->T9_reportid_max - data->T9_reportid_min + 1;
Henrik Rydbergb4adbbe2012-08-11 22:07:55 +02001212 error = input_mt_init_slots(input_dev, num_mt_slots, 0);
Daniel Kurtze1e16582012-06-28 21:08:04 +08001213 if (error)
Daniel Kurtzcb159112012-06-28 21:08:22 +08001214 goto err_free_object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001215 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001216 0, MXT_MAX_AREA, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001217 input_set_abs_params(input_dev, ABS_MT_POSITION_X,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001218 0, data->max_x, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001219 input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001220 0, data->max_y, 0, 0);
Yufeng Shen28ac2932011-08-16 00:40:54 -07001221 input_set_abs_params(input_dev, ABS_MT_PRESSURE,
1222 0, 255, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001223
1224 input_set_drvdata(input_dev, data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001225 i2c_set_clientdata(client, data);
1226
Iiro Valkonen7686b102011-02-02 23:21:58 -08001227 error = request_threaded_irq(client->irq, NULL, mxt_interrupt,
Lars-Peter Clausen9b7e31b2012-07-04 13:02:56 -07001228 pdata->irqflags | IRQF_ONESHOT,
Dmitry Torokhovf053ea82012-07-07 16:18:33 -07001229 client->name, data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001230 if (error) {
1231 dev_err(&client->dev, "Failed to register interrupt\n");
1232 goto err_free_object;
1233 }
1234
Iiro Valkonen08960a02011-04-12 23:16:40 -07001235 error = mxt_make_highchg(data);
1236 if (error)
1237 goto err_free_irq;
1238
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001239 error = input_register_device(input_dev);
1240 if (error)
1241 goto err_free_irq;
1242
Iiro Valkonen7686b102011-02-02 23:21:58 -08001243 error = sysfs_create_group(&client->dev.kobj, &mxt_attr_group);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001244 if (error)
1245 goto err_unregister_device;
1246
1247 return 0;
1248
1249err_unregister_device:
1250 input_unregister_device(input_dev);
1251 input_dev = NULL;
1252err_free_irq:
1253 free_irq(client->irq, data);
1254err_free_object:
1255 kfree(data->object_table);
1256err_free_mem:
1257 input_free_device(input_dev);
1258 kfree(data);
1259 return error;
1260}
1261
Bill Pembertone2619cf2012-11-23 21:50:47 -08001262static int mxt_remove(struct i2c_client *client)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001263{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001264 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001265
Iiro Valkonen7686b102011-02-02 23:21:58 -08001266 sysfs_remove_group(&client->dev.kobj, &mxt_attr_group);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001267 free_irq(data->irq, data);
1268 input_unregister_device(data->input_dev);
1269 kfree(data->object_table);
1270 kfree(data);
1271
1272 return 0;
1273}
1274
Daniel Kurtz3a73c812012-05-08 22:29:14 -07001275#ifdef CONFIG_PM_SLEEP
Iiro Valkonen7686b102011-02-02 23:21:58 -08001276static int mxt_suspend(struct device *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001277{
Dmitry Torokhov8b5fce02010-11-18 00:14:03 -08001278 struct i2c_client *client = to_i2c_client(dev);
Iiro Valkonen7686b102011-02-02 23:21:58 -08001279 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001280 struct input_dev *input_dev = data->input_dev;
1281
1282 mutex_lock(&input_dev->mutex);
1283
1284 if (input_dev->users)
Iiro Valkonen7686b102011-02-02 23:21:58 -08001285 mxt_stop(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001286
1287 mutex_unlock(&input_dev->mutex);
1288
1289 return 0;
1290}
1291
Iiro Valkonen7686b102011-02-02 23:21:58 -08001292static int mxt_resume(struct device *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001293{
Dmitry Torokhov8b5fce02010-11-18 00:14:03 -08001294 struct i2c_client *client = to_i2c_client(dev);
Iiro Valkonen7686b102011-02-02 23:21:58 -08001295 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001296 struct input_dev *input_dev = data->input_dev;
1297
1298 /* Soft reset */
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001299 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001300 MXT_COMMAND_RESET, 1);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001301
Iiro Valkonen7686b102011-02-02 23:21:58 -08001302 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001303
1304 mutex_lock(&input_dev->mutex);
1305
1306 if (input_dev->users)
Iiro Valkonen7686b102011-02-02 23:21:58 -08001307 mxt_start(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001308
1309 mutex_unlock(&input_dev->mutex);
1310
1311 return 0;
1312}
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001313#endif
1314
Daniel Kurtz3a73c812012-05-08 22:29:14 -07001315static SIMPLE_DEV_PM_OPS(mxt_pm_ops, mxt_suspend, mxt_resume);
1316
Iiro Valkonen7686b102011-02-02 23:21:58 -08001317static const struct i2c_device_id mxt_id[] = {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001318 { "qt602240_ts", 0 },
Iiro Valkonen7686b102011-02-02 23:21:58 -08001319 { "atmel_mxt_ts", 0 },
Daniel Kurtz22dfab72013-03-07 19:43:33 -08001320 { "atmel_mxt_tp", 0 },
Chris Leech46ee2a02011-02-15 13:36:52 -08001321 { "mXT224", 0 },
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001322 { }
1323};
Iiro Valkonen7686b102011-02-02 23:21:58 -08001324MODULE_DEVICE_TABLE(i2c, mxt_id);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001325
Iiro Valkonen7686b102011-02-02 23:21:58 -08001326static struct i2c_driver mxt_driver = {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001327 .driver = {
Iiro Valkonen7686b102011-02-02 23:21:58 -08001328 .name = "atmel_mxt_ts",
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001329 .owner = THIS_MODULE,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001330 .pm = &mxt_pm_ops,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001331 },
Iiro Valkonen7686b102011-02-02 23:21:58 -08001332 .probe = mxt_probe,
Bill Pemberton1cb0aa82012-11-23 21:27:39 -08001333 .remove = mxt_remove,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001334 .id_table = mxt_id,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001335};
1336
Axel Lin1b92c1c2012-03-16 23:05:41 -07001337module_i2c_driver(mxt_driver);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001338
1339/* Module information */
1340MODULE_AUTHOR("Joonyoung Shim <jy0922.shim@samsung.com>");
Iiro Valkonen7686b102011-02-02 23:21:58 -08001341MODULE_DESCRIPTION("Atmel maXTouch Touchscreen driver");
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001342MODULE_LICENSE("GPL");