blob: 6199303d9d3c8c01f0e276de3e2303889ea19195 [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 */
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800251 u8 T6_reportid;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800252 u8 T9_reportid_min;
253 u8 T9_reportid_max;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700254};
255
Iiro Valkonen7686b102011-02-02 23:21:58 -0800256static bool mxt_object_readable(unsigned int type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700257{
258 switch (type) {
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700259 case MXT_GEN_COMMAND_T6:
260 case MXT_GEN_POWER_T7:
261 case MXT_GEN_ACQUIRE_T8:
262 case MXT_GEN_DATASOURCE_T53:
263 case MXT_TOUCH_MULTI_T9:
264 case MXT_TOUCH_KEYARRAY_T15:
265 case MXT_TOUCH_PROXIMITY_T23:
266 case MXT_TOUCH_PROXKEY_T52:
267 case MXT_PROCI_GRIPFACE_T20:
268 case MXT_PROCG_NOISE_T22:
269 case MXT_PROCI_ONETOUCH_T24:
270 case MXT_PROCI_TWOTOUCH_T27:
271 case MXT_PROCI_GRIP_T40:
272 case MXT_PROCI_PALM_T41:
273 case MXT_PROCI_TOUCHSUPPRESSION_T42:
274 case MXT_PROCI_STYLUS_T47:
275 case MXT_PROCG_NOISESUPPRESSION_T48:
276 case MXT_SPT_COMMSCONFIG_T18:
277 case MXT_SPT_GPIOPWM_T19:
278 case MXT_SPT_SELFTEST_T25:
279 case MXT_SPT_CTECONFIG_T28:
280 case MXT_SPT_USERDATA_T38:
281 case MXT_SPT_DIGITIZER_T43:
282 case MXT_SPT_CTECONFIG_T46:
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700283 return true;
284 default:
285 return false;
286 }
287}
288
Iiro Valkonen7686b102011-02-02 23:21:58 -0800289static bool mxt_object_writable(unsigned int type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700290{
291 switch (type) {
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700292 case MXT_GEN_COMMAND_T6:
293 case MXT_GEN_POWER_T7:
294 case MXT_GEN_ACQUIRE_T8:
295 case MXT_TOUCH_MULTI_T9:
296 case MXT_TOUCH_KEYARRAY_T15:
297 case MXT_TOUCH_PROXIMITY_T23:
298 case MXT_TOUCH_PROXKEY_T52:
299 case MXT_PROCI_GRIPFACE_T20:
300 case MXT_PROCG_NOISE_T22:
301 case MXT_PROCI_ONETOUCH_T24:
302 case MXT_PROCI_TWOTOUCH_T27:
303 case MXT_PROCI_GRIP_T40:
304 case MXT_PROCI_PALM_T41:
305 case MXT_PROCI_TOUCHSUPPRESSION_T42:
306 case MXT_PROCI_STYLUS_T47:
307 case MXT_PROCG_NOISESUPPRESSION_T48:
308 case MXT_SPT_COMMSCONFIG_T18:
309 case MXT_SPT_GPIOPWM_T19:
310 case MXT_SPT_SELFTEST_T25:
311 case MXT_SPT_CTECONFIG_T28:
312 case MXT_SPT_DIGITIZER_T43:
313 case MXT_SPT_CTECONFIG_T46:
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700314 return true;
315 default:
316 return false;
317 }
318}
319
Iiro Valkonen7686b102011-02-02 23:21:58 -0800320static void mxt_dump_message(struct device *dev,
Daniel Kurtz6ee3dbf2012-05-08 22:40:29 -0700321 struct mxt_message *message)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700322{
Andy Shevchenkoeb007c82012-10-04 00:02:59 -0700323 dev_dbg(dev, "reportid: %u\tmessage: %*ph\n",
324 message->reportid, 7, message->message);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700325}
326
Iiro Valkonen7686b102011-02-02 23:21:58 -0800327static int mxt_check_bootloader(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700328 unsigned int state)
329{
330 u8 val;
331
332recheck:
333 if (i2c_master_recv(client, &val, 1) != 1) {
334 dev_err(&client->dev, "%s: i2c recv failed\n", __func__);
335 return -EIO;
336 }
337
338 switch (state) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800339 case MXT_WAITING_BOOTLOAD_CMD:
340 case MXT_WAITING_FRAME_DATA:
341 val &= ~MXT_BOOT_STATUS_MASK;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700342 break;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800343 case MXT_FRAME_CRC_PASS:
344 if (val == MXT_FRAME_CRC_CHECK)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700345 goto recheck;
346 break;
347 default:
348 return -EINVAL;
349 }
350
351 if (val != state) {
352 dev_err(&client->dev, "Unvalid bootloader mode state\n");
353 return -EINVAL;
354 }
355
356 return 0;
357}
358
Iiro Valkonen7686b102011-02-02 23:21:58 -0800359static int mxt_unlock_bootloader(struct i2c_client *client)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700360{
361 u8 buf[2];
362
Iiro Valkonen7686b102011-02-02 23:21:58 -0800363 buf[0] = MXT_UNLOCK_CMD_LSB;
364 buf[1] = MXT_UNLOCK_CMD_MSB;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700365
366 if (i2c_master_send(client, buf, 2) != 2) {
367 dev_err(&client->dev, "%s: i2c send failed\n", __func__);
368 return -EIO;
369 }
370
371 return 0;
372}
373
Iiro Valkonen7686b102011-02-02 23:21:58 -0800374static int mxt_fw_write(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700375 const u8 *data, unsigned int frame_size)
376{
377 if (i2c_master_send(client, data, frame_size) != frame_size) {
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_read_reg(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700386 u16 reg, u16 len, void *val)
387{
388 struct i2c_msg xfer[2];
389 u8 buf[2];
Daniel Kurtz771733e2012-06-28 21:08:11 +0800390 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700391
392 buf[0] = reg & 0xff;
393 buf[1] = (reg >> 8) & 0xff;
394
395 /* Write register */
396 xfer[0].addr = client->addr;
397 xfer[0].flags = 0;
398 xfer[0].len = 2;
399 xfer[0].buf = buf;
400
401 /* Read data */
402 xfer[1].addr = client->addr;
403 xfer[1].flags = I2C_M_RD;
404 xfer[1].len = len;
405 xfer[1].buf = val;
406
Daniel Kurtz771733e2012-06-28 21:08:11 +0800407 ret = i2c_transfer(client->adapter, xfer, 2);
408 if (ret == 2) {
409 ret = 0;
410 } else {
411 if (ret >= 0)
412 ret = -EIO;
413 dev_err(&client->dev, "%s: i2c transfer failed (%d)\n",
414 __func__, ret);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700415 }
416
Daniel Kurtz771733e2012-06-28 21:08:11 +0800417 return ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700418}
419
Iiro Valkonen7686b102011-02-02 23:21:58 -0800420static int mxt_read_reg(struct i2c_client *client, u16 reg, u8 *val)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700421{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800422 return __mxt_read_reg(client, reg, 1, val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700423}
424
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800425static int __mxt_write_reg(struct i2c_client *client, u16 reg, u16 len,
426 const void *val)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700427{
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800428 u8 *buf;
429 size_t count;
Daniel Kurtz771733e2012-06-28 21:08:11 +0800430 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700431
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800432 count = len + 2;
433 buf = kmalloc(count, GFP_KERNEL);
434 if (!buf)
435 return -ENOMEM;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700436
437 buf[0] = reg & 0xff;
438 buf[1] = (reg >> 8) & 0xff;
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800439 memcpy(&buf[2], val, len);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700440
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800441 ret = i2c_master_send(client, buf, count);
442 if (ret == count) {
Daniel Kurtz771733e2012-06-28 21:08:11 +0800443 ret = 0;
444 } else {
445 if (ret >= 0)
446 ret = -EIO;
447 dev_err(&client->dev, "%s: i2c send failed (%d)\n",
448 __func__, ret);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700449 }
450
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800451 kfree(buf);
Daniel Kurtz771733e2012-06-28 21:08:11 +0800452 return ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700453}
454
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800455static int mxt_write_reg(struct i2c_client *client, u16 reg, u8 val)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700456{
Daniel Kurtz9638ab72012-06-28 21:08:12 +0800457 return __mxt_write_reg(client, reg, 1, &val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700458}
459
Iiro Valkonen7686b102011-02-02 23:21:58 -0800460static struct mxt_object *
461mxt_get_object(struct mxt_data *data, u8 type)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700462{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800463 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700464 int i;
465
466 for (i = 0; i < data->info.object_num; i++) {
467 object = data->object_table + i;
468 if (object->type == type)
469 return object;
470 }
471
472 dev_err(&data->client->dev, "Invalid object type\n");
473 return NULL;
474}
475
Iiro Valkonen7686b102011-02-02 23:21:58 -0800476static int mxt_read_message(struct mxt_data *data,
477 struct mxt_message *message)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700478{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800479 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700480 u16 reg;
481
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700482 object = mxt_get_object(data, MXT_GEN_MESSAGE_T5);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700483 if (!object)
484 return -EINVAL;
485
486 reg = object->start_address;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800487 return __mxt_read_reg(data->client, reg,
488 sizeof(struct mxt_message), message);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700489}
490
Iiro Valkonen7686b102011-02-02 23:21:58 -0800491static int mxt_write_object(struct mxt_data *data,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700492 u8 type, u8 offset, u8 val)
493{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800494 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700495 u16 reg;
496
Iiro Valkonen7686b102011-02-02 23:21:58 -0800497 object = mxt_get_object(data, type);
Daniel Kurtzd1ff3202012-05-08 22:38:52 -0700498 if (!object || offset >= object->size + 1)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700499 return -EINVAL;
500
501 reg = object->start_address;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800502 return mxt_write_reg(data->client, reg + offset, val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700503}
504
Iiro Valkonen7686b102011-02-02 23:21:58 -0800505static void mxt_input_touchevent(struct mxt_data *data,
506 struct mxt_message *message, int id)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700507{
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700508 struct device *dev = &data->client->dev;
509 u8 status = message->message[0];
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800510 struct input_dev *input_dev = data->input_dev;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700511 int x;
512 int y;
513 int area;
Yufeng Shen28ac2932011-08-16 00:40:54 -0700514 int pressure;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700515
Joonyoung Shim910d8052011-04-12 23:14:38 -0700516 x = (message->message[1] << 4) | ((message->message[3] >> 4) & 0xf);
517 y = (message->message[2] << 4) | ((message->message[3] & 0xf));
518 if (data->max_x < 1024)
519 x = x >> 2;
520 if (data->max_y < 1024)
521 y = y >> 2;
522
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700523 area = message->message[4];
Yufeng Shen28ac2932011-08-16 00:40:54 -0700524 pressure = message->message[5];
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700525
Daniel Kurtzb2e459b2012-06-28 21:08:18 +0800526 dev_dbg(dev,
527 "[%u] %c%c%c%c%c%c%c%c x: %5u y: %5u area: %3u amp: %3u\n",
528 id,
529 (status & MXT_DETECT) ? 'D' : '.',
530 (status & MXT_PRESS) ? 'P' : '.',
531 (status & MXT_RELEASE) ? 'R' : '.',
532 (status & MXT_MOVE) ? 'M' : '.',
533 (status & MXT_VECTOR) ? 'V' : '.',
534 (status & MXT_AMP) ? 'A' : '.',
535 (status & MXT_SUPPRESS) ? 'S' : '.',
536 (status & MXT_UNGRIP) ? 'U' : '.',
537 x, y, area, pressure);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700538
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800539 input_mt_slot(input_dev, id);
540 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER,
541 status & MXT_DETECT);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700542
Daniel Kurtzfba5bc32012-06-28 21:08:17 +0800543 if (status & MXT_DETECT) {
544 input_report_abs(input_dev, ABS_MT_POSITION_X, x);
545 input_report_abs(input_dev, ABS_MT_POSITION_Y, y);
546 input_report_abs(input_dev, ABS_MT_PRESSURE, pressure);
547 input_report_abs(input_dev, ABS_MT_TOUCH_MAJOR, area);
548 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700549}
550
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800551static unsigned mxt_extract_T6_csum(const u8 *csum)
552{
553 return csum[0] | (csum[1] << 8) | (csum[2] << 16);
554}
555
Daniel Kurtz04a79182012-06-28 21:08:21 +0800556static bool mxt_is_T9_message(struct mxt_data *data, struct mxt_message *msg)
557{
558 u8 id = msg->reportid;
559 return (id >= data->T9_reportid_min && id <= data->T9_reportid_max);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700560}
561
Iiro Valkonen7686b102011-02-02 23:21:58 -0800562static irqreturn_t mxt_interrupt(int irq, void *dev_id)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700563{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800564 struct mxt_data *data = dev_id;
565 struct mxt_message message;
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800566 const u8 *payload = &message.message[0];
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700567 struct device *dev = &data->client->dev;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700568 u8 reportid;
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800569 bool update_input = false;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700570
571 do {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800572 if (mxt_read_message(data, &message)) {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700573 dev_err(dev, "Failed to read message\n");
574 goto end;
575 }
576
577 reportid = message.reportid;
578
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800579 if (reportid == data->T6_reportid) {
580 u8 status = payload[0];
581 unsigned csum = mxt_extract_T6_csum(&payload[1]);
582 dev_dbg(dev, "Status: %02x Config Checksum: %06x\n",
583 status, csum);
584 } else if (mxt_is_T9_message(data, &message)) {
585 int id = reportid - data->T9_reportid_min;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800586 mxt_input_touchevent(data, &message, id);
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800587 update_input = true;
588 } else {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800589 mxt_dump_message(dev, &message);
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800590 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700591 } while (reportid != 0xff);
592
Daniel Kurtz64464ae2012-06-28 21:08:23 +0800593 if (update_input) {
594 input_mt_report_pointer_emulation(data->input_dev, false);
595 input_sync(data->input_dev);
596 }
597
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700598end:
599 return IRQ_HANDLED;
600}
601
Iiro Valkonen7686b102011-02-02 23:21:58 -0800602static int mxt_check_reg_init(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700603{
Iiro Valkonen71749f52011-02-15 13:36:52 -0800604 const struct mxt_platform_data *pdata = data->pdata;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800605 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700606 struct device *dev = &data->client->dev;
607 int index = 0;
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800608 int i, size;
609 int ret;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700610
Iiro Valkonen71749f52011-02-15 13:36:52 -0800611 if (!pdata->config) {
612 dev_dbg(dev, "No cfg data defined, skipping reg init\n");
613 return 0;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700614 }
615
616 for (i = 0; i < data->info.object_num; i++) {
617 object = data->object_table + i;
618
Iiro Valkonen7686b102011-02-02 23:21:58 -0800619 if (!mxt_object_writable(object->type))
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700620 continue;
621
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800622 size = (object->size + 1) * (object->instances + 1);
623 if (index + size > pdata->config_length) {
624 dev_err(dev, "Not enough config data!\n");
625 return -EINVAL;
Iiro Valkonen71749f52011-02-15 13:36:52 -0800626 }
Daniel Kurtzcf94bc02012-06-28 21:08:13 +0800627
628 ret = __mxt_write_reg(data->client, object->start_address,
629 size, &pdata->config[index]);
630 if (ret)
631 return ret;
632 index += size;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700633 }
634
635 return 0;
636}
637
Iiro Valkonen7686b102011-02-02 23:21:58 -0800638static int mxt_make_highchg(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700639{
640 struct device *dev = &data->client->dev;
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800641 struct mxt_message message;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700642 int count = 10;
643 int error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700644
645 /* Read dummy message to make high CHG pin */
646 do {
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800647 error = mxt_read_message(data, &message);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700648 if (error)
649 return error;
Iiro Valkonen26cdb1a2011-02-04 00:51:05 -0800650 } while (message.reportid != 0xff && --count);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700651
652 if (!count) {
653 dev_err(dev, "CHG pin isn't cleared\n");
654 return -EBUSY;
655 }
656
657 return 0;
658}
659
Iiro Valkonen7686b102011-02-02 23:21:58 -0800660static void mxt_handle_pdata(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700661{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800662 const struct mxt_platform_data *pdata = data->pdata;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700663 u8 voltage;
664
665 /* Set touchscreen lines */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700666 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_XSIZE,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700667 pdata->x_line);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700668 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_YSIZE,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700669 pdata->y_line);
670
671 /* Set touchscreen orient */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700672 mxt_write_object(data, MXT_TOUCH_MULTI_T9, MXT_TOUCH_ORIENT,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700673 pdata->orient);
674
675 /* Set touchscreen burst length */
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_BLEN, pdata->blen);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700678
679 /* Set touchscreen threshold */
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_TCHTHR, pdata->threshold);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700682
683 /* Set touchscreen resolution */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700684 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800685 MXT_TOUCH_XRANGE_LSB, (pdata->x_size - 1) & 0xff);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700686 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800687 MXT_TOUCH_XRANGE_MSB, (pdata->x_size - 1) >> 8);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700688 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800689 MXT_TOUCH_YRANGE_LSB, (pdata->y_size - 1) & 0xff);
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700690 mxt_write_object(data, MXT_TOUCH_MULTI_T9,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800691 MXT_TOUCH_YRANGE_MSB, (pdata->y_size - 1) >> 8);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700692
693 /* Set touchscreen voltage */
Joonyoung Shim979a72d2011-03-14 21:41:34 -0700694 if (pdata->voltage) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800695 if (pdata->voltage < MXT_VOLTAGE_DEFAULT) {
696 voltage = (MXT_VOLTAGE_DEFAULT - pdata->voltage) /
697 MXT_VOLTAGE_STEP;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700698 voltage = 0xff - voltage + 1;
699 } else
Iiro Valkonen7686b102011-02-02 23:21:58 -0800700 voltage = (pdata->voltage - MXT_VOLTAGE_DEFAULT) /
701 MXT_VOLTAGE_STEP;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700702
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700703 mxt_write_object(data, MXT_SPT_CTECONFIG_T28,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800704 MXT_CTE_VOLTAGE, voltage);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700705 }
706}
707
Iiro Valkonen7686b102011-02-02 23:21:58 -0800708static int mxt_get_info(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700709{
710 struct i2c_client *client = data->client;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800711 struct mxt_info *info = &data->info;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700712 int error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700713
Daniel Kurtz23003a842012-06-28 21:08:14 +0800714 /* Read 7-byte info block starting at address 0 */
715 error = __mxt_read_reg(client, MXT_INFO, sizeof(*info), info);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700716 if (error)
717 return error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700718
719 return 0;
720}
721
Iiro Valkonen7686b102011-02-02 23:21:58 -0800722static int mxt_get_object_table(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700723{
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800724 struct i2c_client *client = data->client;
725 size_t table_size;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700726 int error;
727 int i;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800728 u8 reportid;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700729
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800730 table_size = data->info.object_num * sizeof(struct mxt_object);
731 error = __mxt_read_reg(client, MXT_OBJECT_START, table_size,
732 data->object_table);
733 if (error)
734 return error;
735
736 /* Valid Report IDs start counting from 1 */
737 reportid = 1;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700738 for (i = 0; i < data->info.object_num; i++) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800739 struct mxt_object *object = data->object_table + i;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800740 u8 min_id, max_id;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700741
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800742 le16_to_cpus(&object->start_address);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700743
744 if (object->num_report_ids) {
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800745 min_id = reportid;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700746 reportid += object->num_report_ids *
747 (object->instances + 1);
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800748 max_id = reportid - 1;
749 } else {
750 min_id = 0;
751 max_id = 0;
752 }
753
754 dev_dbg(&data->client->dev,
755 "Type %2d Start %3d Size %3d Instances %2d ReportIDs %3u : %3u\n",
756 object->type, object->start_address, object->size + 1,
757 object->instances + 1, min_id, max_id);
758
759 switch (object->type) {
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800760 case MXT_GEN_COMMAND_T6:
761 data->T6_reportid = min_id;
762 break;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800763 case MXT_TOUCH_MULTI_T9:
764 data->T9_reportid_min = min_id;
765 data->T9_reportid_max = max_id;
766 break;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700767 }
768 }
769
770 return 0;
771}
772
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800773static void mxt_free_object_table(struct mxt_data *data)
774{
775 kfree(data->object_table);
776 data->object_table = NULL;
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800777 data->T6_reportid = 0;
Daniel Kurtz333e5a92012-06-28 21:08:20 +0800778 data->T9_reportid_min = 0;
779 data->T9_reportid_max = 0;
Daniel Kurtzfdf804212012-06-28 21:08:24 +0800780
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800781}
782
Iiro Valkonen7686b102011-02-02 23:21:58 -0800783static int mxt_initialize(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700784{
785 struct i2c_client *client = data->client;
Iiro Valkonen7686b102011-02-02 23:21:58 -0800786 struct mxt_info *info = &data->info;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700787 int error;
788 u8 val;
789
Iiro Valkonen7686b102011-02-02 23:21:58 -0800790 error = mxt_get_info(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700791 if (error)
792 return error;
793
794 data->object_table = kcalloc(info->object_num,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800795 sizeof(struct mxt_object),
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700796 GFP_KERNEL);
797 if (!data->object_table) {
798 dev_err(&client->dev, "Failed to allocate memory\n");
799 return -ENOMEM;
800 }
801
802 /* Get object table information */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800803 error = mxt_get_object_table(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700804 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800805 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700806
807 /* Check register init values */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800808 error = mxt_check_reg_init(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700809 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800810 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700811
Iiro Valkonen7686b102011-02-02 23:21:58 -0800812 mxt_handle_pdata(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700813
814 /* Backup to memory */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700815 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800816 MXT_COMMAND_BACKUPNV,
817 MXT_BACKUP_VALUE);
818 msleep(MXT_BACKUP_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700819
820 /* Soft reset */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700821 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800822 MXT_COMMAND_RESET, 1);
823 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700824
825 /* Update matrix size at info struct */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800826 error = mxt_read_reg(client, MXT_MATRIX_X_SIZE, &val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700827 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800828 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700829 info->matrix_xsize = val;
830
Iiro Valkonen7686b102011-02-02 23:21:58 -0800831 error = mxt_read_reg(client, MXT_MATRIX_Y_SIZE, &val);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700832 if (error)
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800833 goto err_free_object_table;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700834 info->matrix_ysize = val;
835
836 dev_info(&client->dev,
Daniel Kurtze0e02692012-06-28 21:08:15 +0800837 "Family ID: %u Variant ID: %u Major.Minor.Build: %u.%u.%02X\n",
838 info->family_id, info->variant_id, info->version >> 4,
839 info->version & 0xf, info->build);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700840
841 dev_info(&client->dev,
Daniel Kurtze0e02692012-06-28 21:08:15 +0800842 "Matrix X Size: %u Matrix Y Size: %u Object Num: %u\n",
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700843 info->matrix_xsize, info->matrix_ysize,
844 info->object_num);
845
846 return 0;
Daniel Kurtz7d4fa102012-06-28 21:08:19 +0800847
848err_free_object_table:
849 mxt_free_object_table(data);
850 return error;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700851}
852
Joonyoung Shim910d8052011-04-12 23:14:38 -0700853static void mxt_calc_resolution(struct mxt_data *data)
854{
855 unsigned int max_x = data->pdata->x_size - 1;
856 unsigned int max_y = data->pdata->y_size - 1;
857
858 if (data->pdata->orient & MXT_XY_SWITCH) {
859 data->max_x = max_y;
860 data->max_y = max_x;
861 } else {
862 data->max_x = max_x;
863 data->max_y = max_y;
864 }
865}
866
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +0800867/* Firmware Version is returned as Major.Minor.Build */
868static ssize_t mxt_fw_version_show(struct device *dev,
869 struct device_attribute *attr, char *buf)
870{
871 struct mxt_data *data = dev_get_drvdata(dev);
872 struct mxt_info *info = &data->info;
873 return scnprintf(buf, PAGE_SIZE, "%u.%u.%02X\n",
874 info->version >> 4, info->version & 0xf, info->build);
875}
876
877/* Hardware Version is returned as FamilyID.VariantID */
878static ssize_t mxt_hw_version_show(struct device *dev,
879 struct device_attribute *attr, char *buf)
880{
881 struct mxt_data *data = dev_get_drvdata(dev);
882 struct mxt_info *info = &data->info;
883 return scnprintf(buf, PAGE_SIZE, "%u.%u\n",
884 info->family_id, info->variant_id);
885}
886
Daniel Kurtz794eb672012-06-28 21:08:10 +0800887static ssize_t mxt_show_instance(char *buf, int count,
888 struct mxt_object *object, int instance,
889 const u8 *val)
890{
891 int i;
892
893 if (object->instances > 0)
894 count += scnprintf(buf + count, PAGE_SIZE - count,
895 "Instance %u\n", instance);
896
897 for (i = 0; i < object->size + 1; i++)
898 count += scnprintf(buf + count, PAGE_SIZE - count,
899 "\t[%2u]: %02x (%d)\n", i, val[i], val[i]);
900 count += scnprintf(buf + count, PAGE_SIZE - count, "\n");
901
902 return count;
903}
904
Iiro Valkonen7686b102011-02-02 23:21:58 -0800905static ssize_t mxt_object_show(struct device *dev,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700906 struct device_attribute *attr, char *buf)
907{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800908 struct mxt_data *data = dev_get_drvdata(dev);
909 struct mxt_object *object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700910 int count = 0;
911 int i, j;
912 int error;
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800913 u8 *obuf;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700914
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800915 /* Pre-allocate buffer large enough to hold max sized object. */
916 obuf = kmalloc(256, GFP_KERNEL);
917 if (!obuf)
918 return -ENOMEM;
919
920 error = 0;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700921 for (i = 0; i < data->info.object_num; i++) {
922 object = data->object_table + i;
923
Daniel Kurtz91630952012-06-28 21:08:09 +0800924 if (!mxt_object_readable(object->type))
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700925 continue;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700926
Daniel Kurtz91630952012-06-28 21:08:09 +0800927 count += scnprintf(buf + count, PAGE_SIZE - count,
928 "T%u:\n", object->type);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700929
Daniel Kurtz794eb672012-06-28 21:08:10 +0800930 for (j = 0; j < object->instances + 1; j++) {
931 u16 size = object->size + 1;
932 u16 addr = object->start_address + j * size;
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800933
Daniel Kurtz794eb672012-06-28 21:08:10 +0800934 error = __mxt_read_reg(data->client, addr, size, obuf);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700935 if (error)
Daniel Kurtz794eb672012-06-28 21:08:10 +0800936 goto done;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700937
Daniel Kurtz794eb672012-06-28 21:08:10 +0800938 count = mxt_show_instance(buf, count, object, j, obuf);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700939 }
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700940 }
941
Daniel Kurtz794eb672012-06-28 21:08:10 +0800942done:
Daniel Kurtz43a91d52012-06-28 21:08:08 +0800943 kfree(obuf);
944 return error ?: count;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700945}
946
Iiro Valkonen7686b102011-02-02 23:21:58 -0800947static int mxt_load_fw(struct device *dev, const char *fn)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700948{
Iiro Valkonen7686b102011-02-02 23:21:58 -0800949 struct mxt_data *data = dev_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700950 struct i2c_client *client = data->client;
951 const struct firmware *fw = NULL;
952 unsigned int frame_size;
953 unsigned int pos = 0;
954 int ret;
955
956 ret = request_firmware(&fw, fn, dev);
957 if (ret) {
958 dev_err(dev, "Unable to open firmware %s\n", fn);
959 return ret;
960 }
961
962 /* Change to the bootloader mode */
Iiro Valkonen81c88a72011-07-04 03:08:25 -0700963 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -0800964 MXT_COMMAND_RESET, MXT_BOOT_VALUE);
965 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700966
967 /* Change to slave address of bootloader */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800968 if (client->addr == MXT_APP_LOW)
969 client->addr = MXT_BOOT_LOW;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700970 else
Iiro Valkonen7686b102011-02-02 23:21:58 -0800971 client->addr = MXT_BOOT_HIGH;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700972
Iiro Valkonen7686b102011-02-02 23:21:58 -0800973 ret = mxt_check_bootloader(client, MXT_WAITING_BOOTLOAD_CMD);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700974 if (ret)
975 goto out;
976
977 /* Unlock bootloader */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800978 mxt_unlock_bootloader(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700979
980 while (pos < fw->size) {
Iiro Valkonen7686b102011-02-02 23:21:58 -0800981 ret = mxt_check_bootloader(client,
982 MXT_WAITING_FRAME_DATA);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700983 if (ret)
984 goto out;
985
986 frame_size = ((*(fw->data + pos) << 8) | *(fw->data + pos + 1));
987
988 /* We should add 2 at frame size as the the firmware data is not
989 * included the CRC bytes.
990 */
991 frame_size += 2;
992
993 /* Write one frame to device */
Iiro Valkonen7686b102011-02-02 23:21:58 -0800994 mxt_fw_write(client, fw->data + pos, frame_size);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700995
Iiro Valkonen7686b102011-02-02 23:21:58 -0800996 ret = mxt_check_bootloader(client,
997 MXT_FRAME_CRC_PASS);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -0700998 if (ret)
999 goto out;
1000
1001 pos += frame_size;
1002
1003 dev_dbg(dev, "Updated %d bytes / %zd bytes\n", pos, fw->size);
1004 }
1005
1006out:
1007 release_firmware(fw);
1008
1009 /* Change to slave address of application */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001010 if (client->addr == MXT_BOOT_LOW)
1011 client->addr = MXT_APP_LOW;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001012 else
Iiro Valkonen7686b102011-02-02 23:21:58 -08001013 client->addr = MXT_APP_HIGH;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001014
1015 return ret;
1016}
1017
Iiro Valkonen7686b102011-02-02 23:21:58 -08001018static ssize_t mxt_update_fw_store(struct device *dev,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001019 struct device_attribute *attr,
1020 const char *buf, size_t count)
1021{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001022 struct mxt_data *data = dev_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001023 int error;
1024
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001025 disable_irq(data->irq);
1026
Iiro Valkonen7686b102011-02-02 23:21:58 -08001027 error = mxt_load_fw(dev, MXT_FW_NAME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001028 if (error) {
1029 dev_err(dev, "The firmware update failed(%d)\n", error);
1030 count = error;
1031 } else {
1032 dev_dbg(dev, "The firmware update succeeded\n");
1033
1034 /* Wait for reset */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001035 msleep(MXT_FWRESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001036
Daniel Kurtz7d4fa102012-06-28 21:08:19 +08001037 mxt_free_object_table(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001038
Iiro Valkonen7686b102011-02-02 23:21:58 -08001039 mxt_initialize(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001040 }
1041
1042 enable_irq(data->irq);
1043
Iiro Valkonen08960a02011-04-12 23:16:40 -07001044 error = mxt_make_highchg(data);
1045 if (error)
1046 return error;
1047
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001048 return count;
1049}
1050
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +08001051static DEVICE_ATTR(fw_version, S_IRUGO, mxt_fw_version_show, NULL);
1052static DEVICE_ATTR(hw_version, S_IRUGO, mxt_hw_version_show, NULL);
Daniel Kurtz71b3e932012-05-08 22:30:14 -07001053static DEVICE_ATTR(object, S_IRUGO, mxt_object_show, NULL);
1054static DEVICE_ATTR(update_fw, S_IWUSR, NULL, mxt_update_fw_store);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001055
Iiro Valkonen7686b102011-02-02 23:21:58 -08001056static struct attribute *mxt_attrs[] = {
Daniel Kurtzb19fc9e2012-06-28 21:08:16 +08001057 &dev_attr_fw_version.attr,
1058 &dev_attr_hw_version.attr,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001059 &dev_attr_object.attr,
1060 &dev_attr_update_fw.attr,
1061 NULL
1062};
1063
Iiro Valkonen7686b102011-02-02 23:21:58 -08001064static const struct attribute_group mxt_attr_group = {
1065 .attrs = mxt_attrs,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001066};
1067
Iiro Valkonen7686b102011-02-02 23:21:58 -08001068static void mxt_start(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001069{
1070 /* Touch enable */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001071 mxt_write_object(data,
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001072 MXT_TOUCH_MULTI_T9, MXT_TOUCH_CTRL, 0x83);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001073}
1074
Iiro Valkonen7686b102011-02-02 23:21:58 -08001075static void mxt_stop(struct mxt_data *data)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001076{
1077 /* Touch disable */
Iiro Valkonen7686b102011-02-02 23:21:58 -08001078 mxt_write_object(data,
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001079 MXT_TOUCH_MULTI_T9, MXT_TOUCH_CTRL, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001080}
1081
Iiro Valkonen7686b102011-02-02 23:21:58 -08001082static int mxt_input_open(struct input_dev *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001083{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001084 struct mxt_data *data = input_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001085
Iiro Valkonen7686b102011-02-02 23:21:58 -08001086 mxt_start(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001087
1088 return 0;
1089}
1090
Iiro Valkonen7686b102011-02-02 23:21:58 -08001091static void mxt_input_close(struct input_dev *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001092{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001093 struct mxt_data *data = input_get_drvdata(dev);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001094
Iiro Valkonen7686b102011-02-02 23:21:58 -08001095 mxt_stop(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001096}
1097
Iiro Valkonen7686b102011-02-02 23:21:58 -08001098static int __devinit mxt_probe(struct i2c_client *client,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001099 const struct i2c_device_id *id)
1100{
Iiro Valkonen919ed892011-02-15 13:36:52 -08001101 const struct mxt_platform_data *pdata = client->dev.platform_data;
Iiro Valkonen7686b102011-02-02 23:21:58 -08001102 struct mxt_data *data;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001103 struct input_dev *input_dev;
1104 int error;
Daniel Kurtzcb159112012-06-28 21:08:22 +08001105 unsigned int num_mt_slots;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001106
Iiro Valkonen919ed892011-02-15 13:36:52 -08001107 if (!pdata)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001108 return -EINVAL;
1109
Iiro Valkonen7686b102011-02-02 23:21:58 -08001110 data = kzalloc(sizeof(struct mxt_data), GFP_KERNEL);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001111 input_dev = input_allocate_device();
1112 if (!data || !input_dev) {
1113 dev_err(&client->dev, "Failed to allocate memory\n");
1114 error = -ENOMEM;
1115 goto err_free_mem;
1116 }
1117
Iiro Valkonen7686b102011-02-02 23:21:58 -08001118 input_dev->name = "Atmel maXTouch Touchscreen";
Daniel Kurtzec02ac22012-06-28 21:08:02 +08001119 snprintf(data->phys, sizeof(data->phys), "i2c-%u-%04x/input0",
1120 client->adapter->nr, client->addr);
1121 input_dev->phys = data->phys;
1122
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001123 input_dev->id.bustype = BUS_I2C;
1124 input_dev->dev.parent = &client->dev;
Iiro Valkonen7686b102011-02-02 23:21:58 -08001125 input_dev->open = mxt_input_open;
1126 input_dev->close = mxt_input_close;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001127
Joonyoung Shim910d8052011-04-12 23:14:38 -07001128 data->client = client;
1129 data->input_dev = input_dev;
1130 data->pdata = pdata;
1131 data->irq = client->irq;
1132
1133 mxt_calc_resolution(data);
1134
Daniel Kurtzcb159112012-06-28 21:08:22 +08001135 error = mxt_initialize(data);
1136 if (error)
1137 goto err_free_mem;
1138
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001139 __set_bit(EV_ABS, input_dev->evbit);
1140 __set_bit(EV_KEY, input_dev->evbit);
1141 __set_bit(BTN_TOUCH, input_dev->keybit);
1142
1143 /* For single touch */
1144 input_set_abs_params(input_dev, ABS_X,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001145 0, data->max_x, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001146 input_set_abs_params(input_dev, ABS_Y,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001147 0, data->max_y, 0, 0);
Yufeng Shen28ac2932011-08-16 00:40:54 -07001148 input_set_abs_params(input_dev, ABS_PRESSURE,
1149 0, 255, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001150
1151 /* For multi touch */
Daniel Kurtzcb159112012-06-28 21:08:22 +08001152 num_mt_slots = data->T9_reportid_max - data->T9_reportid_min + 1;
Henrik Rydbergb4adbbe2012-08-11 22:07:55 +02001153 error = input_mt_init_slots(input_dev, num_mt_slots, 0);
Daniel Kurtze1e16582012-06-28 21:08:04 +08001154 if (error)
Daniel Kurtzcb159112012-06-28 21:08:22 +08001155 goto err_free_object;
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001156 input_set_abs_params(input_dev, ABS_MT_TOUCH_MAJOR,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001157 0, MXT_MAX_AREA, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001158 input_set_abs_params(input_dev, ABS_MT_POSITION_X,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001159 0, data->max_x, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001160 input_set_abs_params(input_dev, ABS_MT_POSITION_Y,
Joonyoung Shim910d8052011-04-12 23:14:38 -07001161 0, data->max_y, 0, 0);
Yufeng Shen28ac2932011-08-16 00:40:54 -07001162 input_set_abs_params(input_dev, ABS_MT_PRESSURE,
1163 0, 255, 0, 0);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001164
1165 input_set_drvdata(input_dev, data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001166 i2c_set_clientdata(client, data);
1167
Iiro Valkonen7686b102011-02-02 23:21:58 -08001168 error = request_threaded_irq(client->irq, NULL, mxt_interrupt,
Lars-Peter Clausen9b7e31b2012-07-04 13:02:56 -07001169 pdata->irqflags | IRQF_ONESHOT,
Dmitry Torokhovf053ea82012-07-07 16:18:33 -07001170 client->name, data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001171 if (error) {
1172 dev_err(&client->dev, "Failed to register interrupt\n");
1173 goto err_free_object;
1174 }
1175
Iiro Valkonen08960a02011-04-12 23:16:40 -07001176 error = mxt_make_highchg(data);
1177 if (error)
1178 goto err_free_irq;
1179
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001180 error = input_register_device(input_dev);
1181 if (error)
1182 goto err_free_irq;
1183
Iiro Valkonen7686b102011-02-02 23:21:58 -08001184 error = sysfs_create_group(&client->dev.kobj, &mxt_attr_group);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001185 if (error)
1186 goto err_unregister_device;
1187
1188 return 0;
1189
1190err_unregister_device:
1191 input_unregister_device(input_dev);
1192 input_dev = NULL;
1193err_free_irq:
1194 free_irq(client->irq, data);
1195err_free_object:
1196 kfree(data->object_table);
1197err_free_mem:
1198 input_free_device(input_dev);
1199 kfree(data);
1200 return error;
1201}
1202
Iiro Valkonen7686b102011-02-02 23:21:58 -08001203static int __devexit mxt_remove(struct i2c_client *client)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001204{
Iiro Valkonen7686b102011-02-02 23:21:58 -08001205 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001206
Iiro Valkonen7686b102011-02-02 23:21:58 -08001207 sysfs_remove_group(&client->dev.kobj, &mxt_attr_group);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001208 free_irq(data->irq, data);
1209 input_unregister_device(data->input_dev);
1210 kfree(data->object_table);
1211 kfree(data);
1212
1213 return 0;
1214}
1215
Daniel Kurtz3a73c812012-05-08 22:29:14 -07001216#ifdef CONFIG_PM_SLEEP
Iiro Valkonen7686b102011-02-02 23:21:58 -08001217static int mxt_suspend(struct device *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001218{
Dmitry Torokhov8b5fce02010-11-18 00:14:03 -08001219 struct i2c_client *client = to_i2c_client(dev);
Iiro Valkonen7686b102011-02-02 23:21:58 -08001220 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001221 struct input_dev *input_dev = data->input_dev;
1222
1223 mutex_lock(&input_dev->mutex);
1224
1225 if (input_dev->users)
Iiro Valkonen7686b102011-02-02 23:21:58 -08001226 mxt_stop(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001227
1228 mutex_unlock(&input_dev->mutex);
1229
1230 return 0;
1231}
1232
Iiro Valkonen7686b102011-02-02 23:21:58 -08001233static int mxt_resume(struct device *dev)
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001234{
Dmitry Torokhov8b5fce02010-11-18 00:14:03 -08001235 struct i2c_client *client = to_i2c_client(dev);
Iiro Valkonen7686b102011-02-02 23:21:58 -08001236 struct mxt_data *data = i2c_get_clientdata(client);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001237 struct input_dev *input_dev = data->input_dev;
1238
1239 /* Soft reset */
Iiro Valkonen81c88a72011-07-04 03:08:25 -07001240 mxt_write_object(data, MXT_GEN_COMMAND_T6,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001241 MXT_COMMAND_RESET, 1);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001242
Iiro Valkonen7686b102011-02-02 23:21:58 -08001243 msleep(MXT_RESET_TIME);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001244
1245 mutex_lock(&input_dev->mutex);
1246
1247 if (input_dev->users)
Iiro Valkonen7686b102011-02-02 23:21:58 -08001248 mxt_start(data);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001249
1250 mutex_unlock(&input_dev->mutex);
1251
1252 return 0;
1253}
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001254#endif
1255
Daniel Kurtz3a73c812012-05-08 22:29:14 -07001256static SIMPLE_DEV_PM_OPS(mxt_pm_ops, mxt_suspend, mxt_resume);
1257
Iiro Valkonen7686b102011-02-02 23:21:58 -08001258static const struct i2c_device_id mxt_id[] = {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001259 { "qt602240_ts", 0 },
Iiro Valkonen7686b102011-02-02 23:21:58 -08001260 { "atmel_mxt_ts", 0 },
Chris Leech46ee2a02011-02-15 13:36:52 -08001261 { "mXT224", 0 },
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001262 { }
1263};
Iiro Valkonen7686b102011-02-02 23:21:58 -08001264MODULE_DEVICE_TABLE(i2c, mxt_id);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001265
Iiro Valkonen7686b102011-02-02 23:21:58 -08001266static struct i2c_driver mxt_driver = {
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001267 .driver = {
Iiro Valkonen7686b102011-02-02 23:21:58 -08001268 .name = "atmel_mxt_ts",
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001269 .owner = THIS_MODULE,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001270 .pm = &mxt_pm_ops,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001271 },
Iiro Valkonen7686b102011-02-02 23:21:58 -08001272 .probe = mxt_probe,
Bill Pemberton1cb0aa82012-11-23 21:27:39 -08001273 .remove = mxt_remove,
Iiro Valkonen7686b102011-02-02 23:21:58 -08001274 .id_table = mxt_id,
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001275};
1276
Axel Lin1b92c1c2012-03-16 23:05:41 -07001277module_i2c_driver(mxt_driver);
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001278
1279/* Module information */
1280MODULE_AUTHOR("Joonyoung Shim <jy0922.shim@samsung.com>");
Iiro Valkonen7686b102011-02-02 23:21:58 -08001281MODULE_DESCRIPTION("Atmel maXTouch Touchscreen driver");
Joonyoung Shim4cf51c32010-07-14 21:55:30 -07001282MODULE_LICENSE("GPL");