blob: 4c9a06c7eae3064b8686b906cb920d3daa33a2ea [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
179#define MXT_BACKUP_TIME 25 /* msec */
180#define MXT_RESET_TIME 65 /* 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
184/* Command to unlock bootloader */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800185#define MXT_UNLOCK_CMD_MSB 0xaa
186#define MXT_UNLOCK_CMD_LSB 0xdc
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700187
188/* Bootloader mode status */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800189#define MXT_WAITING_BOOTLOAD_CMD 0xc0 /* valid 7 6 bit only */
190#define MXT_WAITING_FRAME_DATA 0x80 /* valid 7 6 bit only */
191#define MXT_FRAME_CRC_CHECK 0x02
192#define MXT_FRAME_CRC_FAIL 0x03
193#define MXT_FRAME_CRC_PASS 0x04
194#define MXT_APP_CRC_FAIL 0x40 /* valid 7 8 bit only */
195#define MXT_BOOT_STATUS_MASK 0x3f
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700196
197/* Touch status */
Daniel Kurtzb2e459b2012-06-28 21:08:18 +0800198#define MXT_UNGRIP (1 << 0)
Iiro Valkonen7686b102011-02-02 23:21:58 -0800199#define MXT_SUPPRESS (1 << 1)
200#define MXT_AMP (1 << 2)
201#define MXT_VECTOR (1 << 3)
202#define MXT_MOVE (1 << 4)
203#define MXT_RELEASE (1 << 5)
204#define MXT_PRESS (1 << 6)
205#define MXT_DETECT (1 << 7)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700206
Joonyoung Shim910d8052011-04-12 23:14:38 -0700207/* Touch orient bits */
208#define MXT_XY_SWITCH (1 << 0)
209#define MXT_X_INVERT (1 << 1)
210#define MXT_Y_INVERT (1 << 2)
211
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700212/* Touchscreen absolute values */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800213#define MXT_MAX_AREA 0xff
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700214
Iiro Valkonen7686b102011-02-02 23:21:58 -0800215struct mxt_info {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700216 u8 family_id;
217 u8 variant_id;
218 u8 version;
219 u8 build;
220 u8 matrix_xsize;
221 u8 matrix_ysize;
222 u8 object_num;
223};
224
Iiro Valkonen7686b102011-02-02 23:21:58 -0800225struct mxt_object {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700226 u8 type;
227 u16 start_address;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800228 u8 size; /* Size of each instance - 1 */
229 u8 instances; /* Number of instances - 1 */
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700230 u8 num_report_ids;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800231} __packed;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700232
Iiro Valkonen7686b102011-02-02 23:21:58 -0800233struct mxt_message {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700234 u8 reportid;
235 u8 message[7];
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700236};
237
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700238/* Each client has this additional data */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800239struct mxt_data {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700240 struct i2c_client *client;
241 struct input_dev *input_dev;
Daniel Kurtzec02ac22012-06-28 21:08:02 +0800242 char phys[64]; /* device physical location */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800243 const struct mxt_platform_data *pdata;
244 struct mxt_object *object_table;
245 struct mxt_info info;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700246 unsigned int irq;
Joonyoung Shim910d8052011-04-12 23:14:38 -0700247 unsigned int max_x;
248 unsigned int max_y;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800249
250 /* Cached parameters from object table */
251 u8 T9_reportid_min;
252 u8 T9_reportid_max;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700253};
254
Iiro Valkonen7686b102011-02-02 23:21:58 -0800255static bool mxt_object_readable(unsigned int type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700256{
257 switch (type) {
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700258 case MXT_GEN_COMMAND_T6:
259 case MXT_GEN_POWER_T7:
260 case MXT_GEN_ACQUIRE_T8:
261 case MXT_GEN_DATASOURCE_T53:
262 case MXT_TOUCH_MULTI_T9:
263 case MXT_TOUCH_KEYARRAY_T15:
264 case MXT_TOUCH_PROXIMITY_T23:
265 case MXT_TOUCH_PROXKEY_T52:
266 case MXT_PROCI_GRIPFACE_T20:
267 case MXT_PROCG_NOISE_T22:
268 case MXT_PROCI_ONETOUCH_T24:
269 case MXT_PROCI_TWOTOUCH_T27:
270 case MXT_PROCI_GRIP_T40:
271 case MXT_PROCI_PALM_T41:
272 case MXT_PROCI_TOUCHSUPPRESSION_T42:
273 case MXT_PROCI_STYLUS_T47:
274 case MXT_PROCG_NOISESUPPRESSION_T48:
275 case MXT_SPT_COMMSCONFIG_T18:
276 case MXT_SPT_GPIOPWM_T19:
277 case MXT_SPT_SELFTEST_T25:
278 case MXT_SPT_CTECONFIG_T28:
279 case MXT_SPT_USERDATA_T38:
280 case MXT_SPT_DIGITIZER_T43:
281 case MXT_SPT_CTECONFIG_T46:
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700282 return true;
283 default:
284 return false;
285 }
286}
287
Iiro Valkonen7686b102011-02-02 23:21:58 -0800288static bool mxt_object_writable(unsigned int type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700289{
290 switch (type) {
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700291 case MXT_GEN_COMMAND_T6:
292 case MXT_GEN_POWER_T7:
293 case MXT_GEN_ACQUIRE_T8:
294 case MXT_TOUCH_MULTI_T9:
295 case MXT_TOUCH_KEYARRAY_T15:
296 case MXT_TOUCH_PROXIMITY_T23:
297 case MXT_TOUCH_PROXKEY_T52:
298 case MXT_PROCI_GRIPFACE_T20:
299 case MXT_PROCG_NOISE_T22:
300 case MXT_PROCI_ONETOUCH_T24:
301 case MXT_PROCI_TWOTOUCH_T27:
302 case MXT_PROCI_GRIP_T40:
303 case MXT_PROCI_PALM_T41:
304 case MXT_PROCI_TOUCHSUPPRESSION_T42:
305 case MXT_PROCI_STYLUS_T47:
306 case MXT_PROCG_NOISESUPPRESSION_T48:
307 case MXT_SPT_COMMSCONFIG_T18:
308 case MXT_SPT_GPIOPWM_T19:
309 case MXT_SPT_SELFTEST_T25:
310 case MXT_SPT_CTECONFIG_T28:
311 case MXT_SPT_DIGITIZER_T43:
312 case MXT_SPT_CTECONFIG_T46:
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700313 return true;
314 default:
315 return false;
316 }
317}
318
Iiro Valkonen7686b102011-02-02 23:21:58 -0800319static void mxt_dump_message(struct device *dev,
Daniel Kurtz6ee3dbf2012-05-08 22:40:29 -0700320 struct mxt_message *message)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700321{
Daniel Kurtz6ee3dbf2012-05-08 22:40:29 -0700322 dev_dbg(dev, "reportid: %u\tmessage: %02x %02x %02x %02x %02x %02x %02x\n",
323 message->reportid, message->message[0], message->message[1],
324 message->message[2], message->message[3], message->message[4],
325 message->message[5], message->message[6]);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700326}
327
Iiro Valkonen7686b102011-02-02 23:21:58 -0800328static int mxt_check_bootloader(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700329 unsigned int state)
330{
331 u8 val;
332
333recheck:
334 if (i2c_master_recv(client, &val, 1) != 1) {
335 dev_err(&client->dev, "%s: i2c recv failed\n", __func__);
336 return -EIO;
337 }
338
339 switch (state) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800340 case MXT_WAITING_BOOTLOAD_CMD:
341 case MXT_WAITING_FRAME_DATA:
342 val &= ~MXT_BOOT_STATUS_MASK;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700343 break;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800344 case MXT_FRAME_CRC_PASS:
345 if (val == MXT_FRAME_CRC_CHECK)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700346 goto recheck;
347 break;
348 default:
349 return -EINVAL;
350 }
351
352 if (val != state) {
353 dev_err(&client->dev, "Unvalid bootloader mode state\n");
354 return -EINVAL;
355 }
356
357 return 0;
358}
359
Iiro Valkonen7686b102011-02-02 23:21:58 -0800360static int mxt_unlock_bootloader(struct i2c_client *client)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700361{
362 u8 buf[2];
363
Iiro Valkonen7686b102011-02-02 23:21:58 -0800364 buf[0] = MXT_UNLOCK_CMD_LSB;
365 buf[1] = MXT_UNLOCK_CMD_MSB;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700366
367 if (i2c_master_send(client, buf, 2) != 2) {
368 dev_err(&client->dev, "%s: i2c send failed\n", __func__);
369 return -EIO;
370 }
371
372 return 0;
373}
374
Iiro Valkonen7686b102011-02-02 23:21:58 -0800375static int mxt_fw_write(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700376 const u8 *data, unsigned int frame_size)
377{
378 if (i2c_master_send(client, data, frame_size) != frame_size) {
379 dev_err(&client->dev, "%s: i2c send failed\n", __func__);
380 return -EIO;
381 }
382
383 return 0;
384}
385
Iiro Valkonen7686b102011-02-02 23:21:58 -0800386static int __mxt_read_reg(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700387 u16 reg, u16 len, void *val)
388{
389 struct i2c_msg xfer[2];
390 u8 buf[2];
Daniel Kurtz771733e2012-06-28 21:08:11 +0800391 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700392
393 buf[0] = reg & 0xff;
394 buf[1] = (reg >> 8) & 0xff;
395
396 /* Write register */
397 xfer[0].addr = client->addr;
398 xfer[0].flags = 0;
399 xfer[0].len = 2;
400 xfer[0].buf = buf;
401
402 /* Read data */
403 xfer[1].addr = client->addr;
404 xfer[1].flags = I2C_M_RD;
405 xfer[1].len = len;
406 xfer[1].buf = val;
407
Daniel Kurtz771733e2012-06-28 21:08:11 +0800408 ret = i2c_transfer(client->adapter, xfer, 2);
409 if (ret == 2) {
410 ret = 0;
411 } else {
412 if (ret >= 0)
413 ret = -EIO;
414 dev_err(&client->dev, "%s: i2c transfer failed (%d)\n",
415 __func__, ret);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700416 }
417
Daniel Kurtz771733e2012-06-28 21:08:11 +0800418 return ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700419}
420
Iiro Valkonen7686b102011-02-02 23:21:58 -0800421static int mxt_read_reg(struct i2c_client *client, u16 reg, u8 *val)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700422{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800423 return __mxt_read_reg(client, reg, 1, val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700424}
425
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800426static int __mxt_write_reg(struct i2c_client *client, u16 reg, u16 len,
427 const void *val)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700428{
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800429 u8 *buf;
430 size_t count;
Daniel Kurtz771733e2012-06-28 21:08:11 +0800431 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700432
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800433 count = len + 2;
434 buf = kmalloc(count, GFP_KERNEL);
435 if (!buf)
436 return -ENOMEM;
437
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700438 buf[0] = reg & 0xff;
439 buf[1] = (reg >> 8) & 0xff;
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800440 memcpy(&buf[2], val, len);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700441
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800442 ret = i2c_master_send(client, buf, count);
443 if (ret == count) {
Daniel Kurtz771733e2012-06-28 21:08:11 +0800444 ret = 0;
445 } else {
446 if (ret >= 0)
447 ret = -EIO;
448 dev_err(&client->dev, "%s: i2c send failed (%d)\n",
449 __func__, ret);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700450 }
451
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800452 kfree(buf);
Daniel Kurtz771733e2012-06-28 21:08:11 +0800453 return ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700454}
455
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800456static int mxt_write_reg(struct i2c_client *client, u16 reg, u8 val)
457{
458 return __mxt_write_reg(client, reg, 1, &val);
459}
460
Iiro Valkonen7686b102011-02-02 23:21:58 -0800461static struct mxt_object *
462mxt_get_object(struct mxt_data *data, u8 type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700463{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800464 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700465 int i;
466
467 for (i = 0; i < data->info.object_num; i++) {
468 object = data->object_table + i;
469 if (object->type == type)
470 return object;
471 }
472
473 dev_err(&data->client->dev, "Invalid object type\n");
474 return NULL;
475}
476
Iiro Valkonen7686b102011-02-02 23:21:58 -0800477static int mxt_read_message(struct mxt_data *data,
478 struct mxt_message *message)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700479{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800480 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700481 u16 reg;
482
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700483 object = mxt_get_object(data, MXT_GEN_MESSAGE_T5);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700484 if (!object)
485 return -EINVAL;
486
487 reg = object->start_address;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800488 return __mxt_read_reg(data->client, reg,
489 sizeof(struct mxt_message), message);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700490}
491
Iiro Valkonen7686b102011-02-02 23:21:58 -0800492static int mxt_write_object(struct mxt_data *data,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700493 u8 type, u8 offset, u8 val)
494{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800495 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700496 u16 reg;
497
Iiro Valkonen7686b102011-02-02 23:21:58 -0800498 object = mxt_get_object(data, type);
Daniel Kurtzd1ff3202012-05-08 22:38:52 -0700499 if (!object || offset >= object->size + 1)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700500 return -EINVAL;
501
502 reg = object->start_address;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800503 return mxt_write_reg(data->client, reg + offset, val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700504}
505
Iiro Valkonen7686b102011-02-02 23:21:58 -0800506static void mxt_input_touchevent(struct mxt_data *data,
507 struct mxt_message *message, int id)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700508{
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700509 struct device *dev = &data->client->dev;
510 u8 status = message->message[0];
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800511 struct input_dev *input_dev = data->input_dev;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700512 int x;
513 int y;
514 int area;
Yufeng Shen28ac2932011-08-16 00:40:54 -0700515 int pressure;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700516
Joonyoung Shim910d8052011-04-12 23:14:38 -0700517 x = (message->message[1] << 4) | ((message->message[3] >> 4) & 0xf);
518 y = (message->message[2] << 4) | ((message->message[3] & 0xf));
519 if (data->max_x < 1024)
520 x = x >> 2;
521 if (data->max_y < 1024)
522 y = y >> 2;
523
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700524 area = message->message[4];
Yufeng Shen28ac2932011-08-16 00:40:54 -0700525 pressure = message->message[5];
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700526
Daniel Kurtzb2e459b2012-06-28 21:08:18 +0800527 dev_dbg(dev,
528 "[%u] %c%c%c%c%c%c%c%c x: %5u y: %5u area: %3u amp: %3u\n",
529 id,
530 (status & MXT_DETECT) ? 'D' : '.',
531 (status & MXT_PRESS) ? 'P' : '.',
532 (status & MXT_RELEASE) ? 'R' : '.',
533 (status & MXT_MOVE) ? 'M' : '.',
534 (status & MXT_VECTOR) ? 'V' : '.',
535 (status & MXT_AMP) ? 'A' : '.',
536 (status & MXT_SUPPRESS) ? 'S' : '.',
537 (status & MXT_UNGRIP) ? 'U' : '.',
538 x, y, area, pressure);
539
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800540 input_mt_slot(input_dev, id);
541 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER,
542 status & MXT_DETECT);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700543
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800544 if (status & MXT_DETECT) {
545 input_report_abs(input_dev, ABS_MT_POSITION_X, x);
546 input_report_abs(input_dev, ABS_MT_POSITION_Y, y);
547 input_report_abs(input_dev, ABS_MT_PRESSURE, pressure);
548 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, area);
549 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700550}
551
Daniel Kurtz04a79182012-06-28 21:08:21 +0800552static bool mxt_is_T9_message(struct mxt_data *data, struct mxt_message *msg)
553{
554 u8 id = msg->reportid;
555 return (id >= data->T9_reportid_min && id <= data->T9_reportid_max);
556}
557
Iiro Valkonen7686b102011-02-02 23:21:58 -0800558static irqreturn_t mxt_interrupt(int irq, void *dev_id)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700559{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800560 struct mxt_data *data = dev_id;
561 struct mxt_message message;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700562 struct device *dev = &data->client->dev;
563 int id;
564 u8 reportid;
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800565 bool update_input = false;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700566
567 do {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800568 if (mxt_read_message(data, &message)) {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700569 dev_err(dev, "Failed to read message\n");
570 goto end;
571 }
572
573 reportid = message.reportid;
574
Daniel Kurtz04a79182012-06-28 21:08:21 +0800575 id = reportid - data->T9_reportid_min;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700576
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800577 if (mxt_is_T9_message(data, &message)) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800578 mxt_input_touchevent(data, &message, id);
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800579 update_input = true;
580 } else {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800581 mxt_dump_message(dev, &message);
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800582 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700583 } while (reportid != 0xff);
584
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800585 if (update_input) {
586 input_mt_report_pointer_emulation(data->input_dev, false);
587 input_sync(data->input_dev);
588 }
589
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700590end:
591 return IRQ_HANDLED;
592}
593
Iiro Valkonen7686b102011-02-02 23:21:58 -0800594static int mxt_check_reg_init(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700595{
Iiro Valkonen71749f52011-02-15 13:36:52 -0800596 const struct mxt_platform_data *pdata = data->pdata;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800597 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700598 struct device *dev = &data->client->dev;
599 int index = 0;
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800600 int i, size;
601 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700602
Iiro Valkonen71749f52011-02-15 13:36:52 -0800603 if (!pdata->config) {
604 dev_dbg(dev, "No cfg data defined, skipping reg init\n");
605 return 0;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700606 }
607
608 for (i = 0; i < data->info.object_num; i++) {
609 object = data->object_table + i;
610
Iiro Valkonen7686b102011-02-02 23:21:58 -0800611 if (!mxt_object_writable(object->type))
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700612 continue;
613
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800614 size = (object->size + 1) * (object->instances + 1);
615 if (index + size > pdata->config_length) {
616 dev_err(dev, "Not enough config data!\n");
617 return -EINVAL;
Iiro Valkonen71749f52011-02-15 13:36:52 -0800618 }
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800619
620 ret = __mxt_write_reg(data->client, object->start_address,
621 size, &pdata->config[index]);
622 if (ret)
623 return ret;
624 index += size;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700625 }
626
627 return 0;
628}
629
Iiro Valkonen7686b102011-02-02 23:21:58 -0800630static int mxt_make_highchg(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700631{
632 struct device *dev = &data->client->dev;
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800633 struct mxt_message message;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700634 int count = 10;
635 int error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700636
637 /* Read dummy message to make high CHG pin */
638 do {
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800639 error = mxt_read_message(data, &message);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700640 if (error)
641 return error;
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800642 } while (message.reportid != 0xff && --count);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700643
644 if (!count) {
645 dev_err(dev, "CHG pin isn't cleared\n");
646 return -EBUSY;
647 }
648
649 return 0;
650}
651
Iiro Valkonen7686b102011-02-02 23:21:58 -0800652static void mxt_handle_pdata(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700653{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800654 const struct mxt_platform_data *pdata = data->pdata;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700655 u8 voltage;
656
657 /* Set touchscreen lines */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700658 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_XSIZE,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700659 pdata->x_line);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700660 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_YSIZE,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700661 pdata->y_line);
662
663 /* Set touchscreen orient */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700664 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_ORIENT,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700665 pdata->orient);
666
667 /* Set touchscreen burst length */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700668 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800669 MXT_TOUCH_BLEN, pdata->blen);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700670
671 /* Set touchscreen threshold */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700672 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800673 MXT_TOUCH_TCHTHR, pdata->threshold);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700674
675 /* Set touchscreen resolution */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700676 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800677 MXT_TOUCH_XRANGE_LSB, (pdata->x_size - 1) & 0xff);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700678 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800679 MXT_TOUCH_XRANGE_MSB, (pdata->x_size - 1) >> 8);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700680 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800681 MXT_TOUCH_YRANGE_LSB, (pdata->y_size - 1) & 0xff);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700682 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800683 MXT_TOUCH_YRANGE_MSB, (pdata->y_size - 1) >> 8);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700684
685 /* Set touchscreen voltage */
Joonyoung Shim979a72d2011-03-14 21:41:34 -0700686 if (pdata->voltage) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800687 if (pdata->voltage < MXT_VOLTAGE_DEFAULT) {
688 voltage = (MXT_VOLTAGE_DEFAULT - pdata->voltage) /
689 MXT_VOLTAGE_STEP;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700690 voltage = 0xff - voltage + 1;
691 } else
Iiro Valkonen7686b102011-02-02 23:21:58 -0800692 voltage = (pdata->voltage - MXT_VOLTAGE_DEFAULT) /
693 MXT_VOLTAGE_STEP;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700694
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700695 mxt_write_object(data, MXT_SPT_CTECONFIG_T28,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800696 MXT_CTE_VOLTAGE, voltage);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700697 }
698}
699
Iiro Valkonen7686b102011-02-02 23:21:58 -0800700static int mxt_get_info(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700701{
702 struct i2c_client *client = data->client;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800703 struct mxt_info *info = &data->info;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700704 int error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700705
Daniel Kurtz23003a842012-06-28 21:08:14 +0800706 /* Read 7-byte info block starting at address 0 */
707 error = __mxt_read_reg(client, MXT_INFO, sizeof(*info), info);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700708 if (error)
709 return error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700710
711 return 0;
712}
713
Iiro Valkonen7686b102011-02-02 23:21:58 -0800714static int mxt_get_object_table(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700715{
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800716 struct i2c_client *client = data->client;
717 size_t table_size;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700718 int error;
719 int i;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800720 u8 reportid;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700721
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800722 table_size = data->info.object_num * sizeof(struct mxt_object);
723 error = __mxt_read_reg(client, MXT_OBJECT_START, table_size,
724 data->object_table);
725 if (error)
726 return error;
727
728 /* Valid Report IDs start counting from 1 */
729 reportid = 1;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700730 for (i = 0; i < data->info.object_num; i++) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800731 struct mxt_object *object = data->object_table + i;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800732 u8 min_id, max_id;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700733
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800734 le16_to_cpus(&object->start_address);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700735
736 if (object->num_report_ids) {
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800737 min_id = reportid;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700738 reportid += object->num_report_ids *
739 (object->instances + 1);
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800740 max_id = reportid - 1;
741 } else {
742 min_id = 0;
743 max_id = 0;
744 }
745
746 dev_dbg(&data->client->dev,
747 "Type %2d Start %3d Size %3d Instances %2d ReportIDs %3u : %3u\n",
748 object->type, object->start_address, object->size + 1,
749 object->instances + 1, min_id, max_id);
750
751 switch (object->type) {
752 case MXT_TOUCH_MULTI_T9:
753 data->T9_reportid_min = min_id;
754 data->T9_reportid_max = max_id;
755 break;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700756 }
757 }
758
759 return 0;
760}
761
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800762static void mxt_free_object_table(struct mxt_data *data)
763{
764 kfree(data->object_table);
765 data->object_table = NULL;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800766 data->T9_reportid_min = 0;
767 data->T9_reportid_max = 0;
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800768}
769
Iiro Valkonen7686b102011-02-02 23:21:58 -0800770static int mxt_initialize(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700771{
772 struct i2c_client *client = data->client;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800773 struct mxt_info *info = &data->info;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700774 int error;
775 u8 val;
776
Iiro Valkonen7686b102011-02-02 23:21:58 -0800777 error = mxt_get_info(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700778 if (error)
779 return error;
780
781 data->object_table = kcalloc(info->object_num,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800782 sizeof(struct mxt_object),
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700783 GFP_KERNEL);
784 if (!data->object_table) {
785 dev_err(&client->dev, "Failed to allocate memory\n");
786 return -ENOMEM;
787 }
788
789 /* Get object table information */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800790 error = mxt_get_object_table(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700791 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800792 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700793
794 /* Check register init values */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800795 error = mxt_check_reg_init(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700796 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800797 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700798
Iiro Valkonen7686b102011-02-02 23:21:58 -0800799 mxt_handle_pdata(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700800
801 /* Backup to memory */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700802 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800803 MXT_COMMAND_BACKUPNV,
804 MXT_BACKUP_VALUE);
805 msleep(MXT_BACKUP_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700806
807 /* Soft reset */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700808 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800809 MXT_COMMAND_RESET, 1);
810 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700811
812 /* Update matrix size at info struct */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800813 error = mxt_read_reg(client, MXT_MATRIX_X_SIZE, &val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700814 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800815 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700816 info->matrix_xsize = val;
817
Iiro Valkonen7686b102011-02-02 23:21:58 -0800818 error = mxt_read_reg(client, MXT_MATRIX_Y_SIZE, &val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700819 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800820 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700821 info->matrix_ysize = val;
822
823 dev_info(&client->dev,
Daniel Kurtze0e02692012-06-28 21:08:15 +0800824 "Family ID: %u Variant ID: %u Major.Minor.Build: %u.%u.%02X\n",
825 info->family_id, info->variant_id, info->version >> 4,
826 info->version & 0xf, info->build);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700827
828 dev_info(&client->dev,
Daniel Kurtze0e02692012-06-28 21:08:15 +0800829 "Matrix X Size: %u Matrix Y Size: %u Object Num: %u\n",
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700830 info->matrix_xsize, info->matrix_ysize,
831 info->object_num);
832
833 return 0;
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800834
835err_free_object_table:
836 mxt_free_object_table(data);
837 return error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700838}
839
Joonyoung Shim910d8052011-04-12 23:14:38 -0700840static void mxt_calc_resolution(struct mxt_data *data)
841{
842 unsigned int max_x = data->pdata->x_size - 1;
843 unsigned int max_y = data->pdata->y_size - 1;
844
845 if (data->pdata->orient & MXT_XY_SWITCH) {
846 data->max_x = max_y;
847 data->max_y = max_x;
848 } else {
849 data->max_x = max_x;
850 data->max_y = max_y;
851 }
852}
853
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +0800854/* Firmware Version is returned as Major.Minor.Build */
855static ssize_t mxt_fw_version_show(struct device *dev,
856 struct device_attribute *attr, char *buf)
857{
858 struct mxt_data *data = dev_get_drvdata(dev);
859 struct mxt_info *info = &data->info;
860 return scnprintf(buf, PAGE_SIZE, "%u.%u.%02X\n",
861 info->version >> 4, info->version & 0xf, info->build);
862}
863
864/* Hardware Version is returned as FamilyID.VariantID */
865static ssize_t mxt_hw_version_show(struct device *dev,
866 struct device_attribute *attr, char *buf)
867{
868 struct mxt_data *data = dev_get_drvdata(dev);
869 struct mxt_info *info = &data->info;
870 return scnprintf(buf, PAGE_SIZE, "%u.%u\n",
871 info->family_id, info->variant_id);
872}
873
Daniel Kurtz794eb672012-06-28 21:08:10 +0800874static ssize_t mxt_show_instance(char *buf, int count,
875 struct mxt_object *object, int instance,
876 const u8 *val)
877{
878 int i;
879
880 if (object->instances > 0)
881 count += scnprintf(buf + count, PAGE_SIZE - count,
882 "Instance %u\n", instance);
883
884 for (i = 0; i < object->size + 1; i++)
885 count += scnprintf(buf + count, PAGE_SIZE - count,
886 "\t[%2u]: %02x (%d)\n", i, val[i], val[i]);
887 count += scnprintf(buf + count, PAGE_SIZE - count, "\n");
888
889 return count;
890}
891
Iiro Valkonen7686b102011-02-02 23:21:58 -0800892static ssize_t mxt_object_show(struct device *dev,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700893 struct device_attribute *attr, char *buf)
894{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800895 struct mxt_data *data = dev_get_drvdata(dev);
896 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700897 int count = 0;
898 int i, j;
899 int error;
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800900 u8 *obuf;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700901
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800902 /* Pre-allocate buffer large enough to hold max sized object. */
903 obuf = kmalloc(256, GFP_KERNEL);
904 if (!obuf)
905 return -ENOMEM;
906
907 error = 0;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700908 for (i = 0; i < data->info.object_num; i++) {
909 object = data->object_table + i;
910
Daniel Kurtz91630952012-06-28 21:08:09 +0800911 if (!mxt_object_readable(object->type))
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700912 continue;
Daniel Kurtz91630952012-06-28 21:08:09 +0800913
914 count += scnprintf(buf + count, PAGE_SIZE - count,
915 "T%u:\n", object->type);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700916
Daniel Kurtz794eb672012-06-28 21:08:10 +0800917 for (j = 0; j < object->instances + 1; j++) {
918 u16 size = object->size + 1;
919 u16 addr = object->start_address + j * size;
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800920
Daniel Kurtz794eb672012-06-28 21:08:10 +0800921 error = __mxt_read_reg(data->client, addr, size, obuf);
922 if (error)
923 goto done;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700924
Daniel Kurtz794eb672012-06-28 21:08:10 +0800925 count = mxt_show_instance(buf, count, object, j, obuf);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700926 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700927 }
928
Daniel Kurtz794eb672012-06-28 21:08:10 +0800929done:
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800930 kfree(obuf);
931 return error ?: count;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700932}
933
Iiro Valkonen7686b102011-02-02 23:21:58 -0800934static int mxt_load_fw(struct device *dev, const char *fn)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700935{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800936 struct mxt_data *data = dev_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700937 struct i2c_client *client = data->client;
938 const struct firmware *fw = NULL;
939 unsigned int frame_size;
940 unsigned int pos = 0;
941 int ret;
942
943 ret = request_firmware(&fw, fn, dev);
944 if (ret) {
945 dev_err(dev, "Unable to open firmware %s\n", fn);
946 return ret;
947 }
948
949 /* Change to the bootloader mode */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700950 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800951 MXT_COMMAND_RESET, MXT_BOOT_VALUE);
952 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700953
954 /* Change to slave address of bootloader */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800955 if (client->addr == MXT_APP_LOW)
956 client->addr = MXT_BOOT_LOW;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700957 else
Iiro Valkonen7686b102011-02-02 23:21:58 -0800958 client->addr = MXT_BOOT_HIGH;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700959
Iiro Valkonen7686b102011-02-02 23:21:58 -0800960 ret = mxt_check_bootloader(client, MXT_WAITING_BOOTLOAD_CMD);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700961 if (ret)
962 goto out;
963
964 /* Unlock bootloader */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800965 mxt_unlock_bootloader(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700966
967 while (pos < fw->size) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800968 ret = mxt_check_bootloader(client,
969 MXT_WAITING_FRAME_DATA);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700970 if (ret)
971 goto out;
972
973 frame_size = ((*(fw->data + pos) << 8) | *(fw->data + pos + 1));
974
975 /* We should add 2 at frame size as the the firmware data is not
976 * included the CRC bytes.
977 */
978 frame_size += 2;
979
980 /* Write one frame to device */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800981 mxt_fw_write(client, fw->data + pos, frame_size);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700982
Iiro Valkonen7686b102011-02-02 23:21:58 -0800983 ret = mxt_check_bootloader(client,
984 MXT_FRAME_CRC_PASS);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700985 if (ret)
986 goto out;
987
988 pos += frame_size;
989
990 dev_dbg(dev, "Updated %d bytes / %zd bytes\n", pos, fw->size);
991 }
992
993out:
994 release_firmware(fw);
995
996 /* Change to slave address of application */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800997 if (client->addr == MXT_BOOT_LOW)
998 client->addr = MXT_APP_LOW;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700999 else
Iiro Valkonen7686b102011-02-02 23:21:58 -08001000 client->addr = MXT_APP_HIGH;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001001
1002 return ret;
1003}
1004
Iiro Valkonen7686b102011-02-02 23:21:58 -08001005static ssize_t mxt_update_fw_store(struct device *dev,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001006 struct device_attribute *attr,
1007 const char *buf, size_t count)
1008{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001009 struct mxt_data *data = dev_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001010 int error;
1011
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001012 disable_irq(data->irq);
1013
Iiro Valkonen7686b102011-02-02 23:21:58 -08001014 error = mxt_load_fw(dev, MXT_FW_NAME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001015 if (error) {
1016 dev_err(dev, "The firmware update failed(%d)\n", error);
1017 count = error;
1018 } else {
1019 dev_dbg(dev, "The firmware update succeeded\n");
1020
1021 /* Wait for reset */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001022 msleep(MXT_FWRESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001023
Daniel Kurtz7d4fa102012-06-28 21:08:19 +08001024 mxt_free_object_table(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001025
Iiro Valkonen7686b102011-02-02 23:21:58 -08001026 mxt_initialize(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001027 }
1028
1029 enable_irq(data->irq);
1030
Iiro Valkonen08960a02011-04-12 23:16:40 -07001031 error = mxt_make_highchg(data);
1032 if (error)
1033 return error;
1034
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001035 return count;
1036}
1037
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +08001038static DEVICE_ATTR(fw_version, S_IRUGO, mxt_fw_version_show, NULL);
1039static DEVICE_ATTR(hw_version, S_IRUGO, mxt_hw_version_show, NULL);
Daniel Kurtz71b3e932012-05-08 22:30:14 -07001040static DEVICE_ATTR(object, S_IRUGO, mxt_object_show, NULL);
1041static DEVICE_ATTR(update_fw, S_IWUSR, NULL, mxt_update_fw_store);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001042
Iiro Valkonen7686b102011-02-02 23:21:58 -08001043static struct attribute *mxt_attrs[] = {
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +08001044 &dev_attr_fw_version.attr,
1045 &dev_attr_hw_version.attr,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001046 &dev_attr_object.attr,
1047 &dev_attr_update_fw.attr,
1048 NULL
1049};
1050
Iiro Valkonen7686b102011-02-02 23:21:58 -08001051static const struct attribute_group mxt_attr_group = {
1052 .attrs = mxt_attrs,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001053};
1054
Iiro Valkonen7686b102011-02-02 23:21:58 -08001055static void mxt_start(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001056{
1057 /* Touch enable */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001058 mxt_write_object(data,
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001059 MXT_TOUCH_MULTI_T9, MXT_TOUCH_CTRL, 0x83);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001060}
1061
Iiro Valkonen7686b102011-02-02 23:21:58 -08001062static void mxt_stop(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001063{
1064 /* Touch disable */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001065 mxt_write_object(data,
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001066 MXT_TOUCH_MULTI_T9, MXT_TOUCH_CTRL, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001067}
1068
Iiro Valkonen7686b102011-02-02 23:21:58 -08001069static int mxt_input_open(struct input_dev *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001070{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001071 struct mxt_data *data = input_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001072
Iiro Valkonen7686b102011-02-02 23:21:58 -08001073 mxt_start(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001074
1075 return 0;
1076}
1077
Iiro Valkonen7686b102011-02-02 23:21:58 -08001078static void mxt_input_close(struct input_dev *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001079{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001080 struct mxt_data *data = input_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001081
Iiro Valkonen7686b102011-02-02 23:21:58 -08001082 mxt_stop(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001083}
1084
Iiro Valkonen7686b102011-02-02 23:21:58 -08001085static int __devinit mxt_probe(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001086 const struct i2c_device_id *id)
1087{
Iiro Valkonen919ed892011-02-15 13:36:52 -08001088 const struct mxt_platform_data *pdata = client->dev.platform_data;
Iiro Valkonen7686b102011-02-02 23:21:58 -08001089 struct mxt_data *data;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001090 struct input_dev *input_dev;
1091 int error;
Daniel Kurtzcb159112012-06-28 21:08:22 +08001092 unsigned int num_mt_slots;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001093
Iiro Valkonen919ed892011-02-15 13:36:52 -08001094 if (!pdata)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001095 return -EINVAL;
1096
Iiro Valkonen7686b102011-02-02 23:21:58 -08001097 data = kzalloc(sizeof(struct mxt_data), GFP_KERNEL);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001098 input_dev = input_allocate_device();
1099 if (!data || !input_dev) {
1100 dev_err(&client->dev, "Failed to allocate memory\n");
1101 error = -ENOMEM;
1102 goto err_free_mem;
1103 }
1104
Iiro Valkonen7686b102011-02-02 23:21:58 -08001105 input_dev->name = "Atmel maXTouch Touchscreen";
Daniel Kurtzec02ac22012-06-28 21:08:02 +08001106 snprintf(data->phys, sizeof(data->phys), "i2c-%u-%04x/input0",
1107 client->adapter->nr, client->addr);
1108 input_dev->phys = data->phys;
1109
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001110 input_dev->id.bustype = BUS_I2C;
1111 input_dev->dev.parent = &client->dev;
Iiro Valkonen7686b102011-02-02 23:21:58 -08001112 input_dev->open = mxt_input_open;
1113 input_dev->close = mxt_input_close;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001114
Joonyoung Shim910d8052011-04-12 23:14:38 -07001115 data->client = client;
1116 data->input_dev = input_dev;
1117 data->pdata = pdata;
1118 data->irq = client->irq;
1119
1120 mxt_calc_resolution(data);
1121
Daniel Kurtzcb159112012-06-28 21:08:22 +08001122 error = mxt_initialize(data);
1123 if (error)
1124 goto err_free_mem;
1125
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001126 __set_bit(EV_ABS, input_dev->evbit);
1127 __set_bit(EV_KEY, input_dev->evbit);
1128 __set_bit(BTN_TOUCH, input_dev->keybit);
1129
1130 /* For single touch */
1131 input_set_abs_params(input_dev, ABS_X,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001132 0, data->max_x, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001133 input_set_abs_params(input_dev, ABS_Y,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001134 0, data->max_y, 0, 0);
Yufeng Shen28ac2932011-08-16 00:40:54 -07001135 input_set_abs_params(input_dev, ABS_PRESSURE,
1136 0, 255, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001137
1138 /* For multi touch */
Daniel Kurtzcb159112012-06-28 21:08:22 +08001139 num_mt_slots = data->T9_reportid_max - data->T9_reportid_min + 1;
1140 error = input_mt_init_slots(input_dev, num_mt_slots);
Daniel Kurtze1e16582012-06-28 21:08:04 +08001141 if (error)
Daniel Kurtzcb159112012-06-28 21:08:22 +08001142 goto err_free_object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001143 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001144 0, MXT_MAX_AREA, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001145 input_set_abs_params(input_dev, ABS_MT_POSITION_X,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001146 0, data->max_x, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001147 input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001148 0, data->max_y, 0, 0);
Yufeng Shen28ac2932011-08-16 00:40:54 -07001149 input_set_abs_params(input_dev, ABS_MT_PRESSURE,
1150 0, 255, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001151
1152 input_set_drvdata(input_dev, data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001153 i2c_set_clientdata(client, data);
1154
Iiro Valkonen7686b102011-02-02 23:21:58 -08001155 error = request_threaded_irq(client->irq, NULL, mxt_interrupt,
Daniel Kurtzc2ef9a12012-06-28 21:08:03 +08001156 pdata->irqflags, client->name, data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001157 if (error) {
1158 dev_err(&client->dev, "Failed to register interrupt\n");
1159 goto err_free_object;
1160 }
1161
Iiro Valkonen08960a02011-04-12 23:16:40 -07001162 error = mxt_make_highchg(data);
1163 if (error)
1164 goto err_free_irq;
1165
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001166 error = input_register_device(input_dev);
1167 if (error)
1168 goto err_free_irq;
1169
Iiro Valkonen7686b102011-02-02 23:21:58 -08001170 error = sysfs_create_group(&client->dev.kobj, &mxt_attr_group);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001171 if (error)
Daniel Kurtz63990032012-06-28 21:08:05 +08001172 dev_warn(&client->dev, "error creating sysfs entries.\n");
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001173
1174 return 0;
1175
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001176err_free_irq:
1177 free_irq(client->irq, data);
1178err_free_object:
1179 kfree(data->object_table);
1180err_free_mem:
1181 input_free_device(input_dev);
1182 kfree(data);
1183 return error;
1184}
1185
Iiro Valkonen7686b102011-02-02 23:21:58 -08001186static int __devexit mxt_remove(struct i2c_client *client)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001187{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001188 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001189
Iiro Valkonen7686b102011-02-02 23:21:58 -08001190 sysfs_remove_group(&client->dev.kobj, &mxt_attr_group);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001191 free_irq(data->irq, data);
1192 input_unregister_device(data->input_dev);
1193 kfree(data->object_table);
1194 kfree(data);
1195
1196 return 0;
1197}
1198
Daniel Kurtz3a73c812012-05-08 22:29:14 -07001199#ifdef CONFIG_PM_SLEEP
Iiro Valkonen7686b102011-02-02 23:21:58 -08001200static int mxt_suspend(struct device *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001201{
Dmitry Torokhov8b5fce02010-11-18 00:14:03 -08001202 struct i2c_client *client = to_i2c_client(dev);
Iiro Valkonen7686b102011-02-02 23:21:58 -08001203 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001204 struct input_dev *input_dev = data->input_dev;
1205
1206 mutex_lock(&input_dev->mutex);
1207
1208 if (input_dev->users)
Iiro Valkonen7686b102011-02-02 23:21:58 -08001209 mxt_stop(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001210
1211 mutex_unlock(&input_dev->mutex);
1212
1213 return 0;
1214}
1215
Iiro Valkonen7686b102011-02-02 23:21:58 -08001216static int mxt_resume(struct device *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001217{
Dmitry Torokhov8b5fce02010-11-18 00:14:03 -08001218 struct i2c_client *client = to_i2c_client(dev);
Iiro Valkonen7686b102011-02-02 23:21:58 -08001219 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001220 struct input_dev *input_dev = data->input_dev;
1221
1222 /* Soft reset */
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001223 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001224 MXT_COMMAND_RESET, 1);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001225
Iiro Valkonen7686b102011-02-02 23:21:58 -08001226 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001227
1228 mutex_lock(&input_dev->mutex);
1229
1230 if (input_dev->users)
Iiro Valkonen7686b102011-02-02 23:21:58 -08001231 mxt_start(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001232
1233 mutex_unlock(&input_dev->mutex);
1234
1235 return 0;
1236}
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001237#endif
1238
Daniel Kurtz3a73c812012-05-08 22:29:14 -07001239static SIMPLE_DEV_PM_OPS(mxt_pm_ops, mxt_suspend, mxt_resume);
1240
Iiro Valkonen7686b102011-02-02 23:21:58 -08001241static const struct i2c_device_id mxt_id[] = {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001242 { "qt602240_ts", 0 },
Iiro Valkonen7686b102011-02-02 23:21:58 -08001243 { "atmel_mxt_ts", 0 },
Chris Leech46ee2a02011-02-15 13:36:52 -08001244 { "mXT224", 0 },
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001245 { }
1246};
Iiro Valkonen7686b102011-02-02 23:21:58 -08001247MODULE_DEVICE_TABLE(i2c, mxt_id);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001248
Iiro Valkonen7686b102011-02-02 23:21:58 -08001249static struct i2c_driver mxt_driver = {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001250 .driver = {
Iiro Valkonen7686b102011-02-02 23:21:58 -08001251 .name = "atmel_mxt_ts",
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001252 .owner = THIS_MODULE,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001253 .pm = &mxt_pm_ops,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001254 },
Iiro Valkonen7686b102011-02-02 23:21:58 -08001255 .probe = mxt_probe,
1256 .remove = __devexit_p(mxt_remove),
1257 .id_table = mxt_id,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001258};
1259
Axel Lin1b92c1c2012-03-16 23:05:41 -07001260module_i2c_driver(mxt_driver);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001261
1262/* Module information */
1263MODULE_AUTHOR("Joonyoung Shim <jy0922.shim@samsung.com>");
Iiro Valkonen7686b102011-02-02 23:21:58 -08001264MODULE_DESCRIPTION("Atmel maXTouch Touchscreen driver");
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001265MODULE_LICENSE("GPL");