summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: atmel_mxt_ts - simplify mxt_dump_messageAndy Shevchenko2012-10-041-4/+2
* Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
* Pull input changes from Henrik Rydberg, including large update toDmitry Torokhov2012-07-071-222/+241
|\
| * Revert "Input: atmel_mxt_ts - warn if sysfs could not be created"Henrik Rydberg2012-07-051-1/+4
| * Input: atmel_mxt_ts - parse T6 reportsDaniel Kurtz2012-06-291-4/+19
| * Input: atmel_mxt_ts - send all MT-B slots in one input reportDaniel Kurtz2012-06-291-5/+10
| * Input: atmel_mxt_ts - use T9 reportid range to init number of mt slotsDaniel Kurtz2012-06-291-8/+8
| * Input: atmel_mxt_ts - refactor reportid checking in mxt_interruptDaniel Kurtz2012-06-291-6/+8
| * Input: atmel_mxt_ts - cache T9 reportid range when reading object tableDaniel Kurtz2012-06-291-35/+41
| * Input: atmel_mxt_ts - refactor when and how object table is freedDaniel Kurtz2012-06-291-7/+16
| * Input: atmel_mxt_ts - add detail to touchevent debug messageDaniel Kurtz2012-06-291-3/+14
| * Input: atmel_mxt_ts - simplify event reportingDaniel Kurtz2012-06-291-76/+13
| * Input: atmel_mxt_ts - add sysfs entries to read fw and hw versionDaniel Kurtz2012-06-291-0/+24
| * Input: atmel_mxt_ts - update driver ID info loggingDaniel Kurtz2012-06-291-4/+4
| * Input: atmel_mxt_ts - read ID information block in one i2c transactionDaniel Kurtz2012-06-291-23/+3
| * Input: atmel_mxt_ts - optimize writing of object table entriesDaniel Kurtz2012-06-291-12/+12
| * Input: atmel_mxt_ts - add variable length __mxt_write_regDaniel Kurtz2012-06-291-5/+18
| * Input: atmel_mxt_ts - return errors from i2c layerDaniel Kurtz2012-06-291-8/+20
| * Input: atmel_mxt_ts - print all instances when dumping objectsDaniel Kurtz2012-06-291-10/+26
| * Input: atmel_mxt_ts - print less overhead when dumping objectsDaniel Kurtz2012-06-291-8/+4
| * Input: atmel_mxt_ts - optimize reading objects in object sysfs entryDaniel Kurtz2012-06-291-20/+15
| * Input: atmel_mxt_ts - use scnprintf for object sysfs entryDaniel Kurtz2012-06-291-12/+4
| * Input: atmel_mxt_ts - don't read T5 when dumping objectsDaniel Kurtz2012-06-291-1/+0
| * Input: atmel_mxt_ts - warn if sysfs could not be createdDaniel Kurtz2012-06-291-4/+1
| * Input: atmel_mxt_ts - detect OOM when creating mt slotsDaniel Kurtz2012-06-291-1/+3
| * Input: atmel_mxt_ts - use client name for irqDaniel Kurtz2012-06-291-1/+1
| * Input: atmel_mxt_ts - derive phys from i2c client adapterDaniel Kurtz2012-06-291-0/+5
* | Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+2
|/
* Input: atmel_mxt_ts - dump each message on just 1 lineDaniel Kurtz2012-05-101-9/+5
* Input: atmel_mxt_ts - do not read extra (checksum) byteDaniel Kurtz2012-05-101-2/+0
* Input: atmel_mxt_ts - verify object size in mxt_write_objectDaniel Kurtz2012-05-101-1/+1
* Input: atmel_mxt_ts - only allow root to update firmwareDaniel Kurtz2012-05-101-2/+2
* Input: atmel_mxt_ts - use CONFIG_PM_SLEEPDaniel Kurtz2012-05-101-8/+3
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-12/+1
* Input: atmel_mxt_ts - use snprintf for sysfs attribute show methodDaniel Kurtz2011-10-061-6/+15
* Input: atmel_mxt_ts - report pressure information from the driverYufeng Shen2011-08-161-0/+12
* Input: atmel_mxt_ts - handle objects with multiple instances correctlyIiro Valkonen2011-07-041-2/+4
* Input: atmel_mxt_ts - update object listIiro Valkonen2011-07-041-82/+102
* Input: atmel_mxt_ts - convert to MT protocol BJoonyoung Shim2011-04-121-12/+15
* Input: atmel_mxt_ts - make CHG line high after enabling interruptsIiro Valkonen2011-04-121-4/+8
* Input: atmel_mxt_ts - support 12bit resolutionJoonyoung Shim2011-04-121-14/+39
* Input: atmel_mxt_ts - add objects of mXT1386 chipJoonyoung Shim2011-03-141-0/+8
* Input: atmel_mxt_ts - remove firmware version checkJoonyoung Shim2011-03-141-16/+5
* Input: atmel_mxt_ts - remove matrix size checkIiro Valkonen2011-02-251-73/+0
* Input: atmel_mxt_ts - allow board code to specify IRQ flagsIiro Valkonen2011-02-211-3/+4
* Input: atmel_mxt_ts - allow board code to suppliy controller configIiro Valkonen2011-02-211-135/+13
* Input: atmel_mxt_ts - add mXT224 identifier to id_tableChris Leech2011-02-211-0/+1
* Input: atmel_mxt_ts - read whole message to make CHG lowIiro Valkonen2011-02-211-3/+3
* Input: atmel_mxt_ts - get rid of qt602240 prefixes in namesIiro Valkonen2011-02-211-464/+465
* Input: qt602240_ts - rename to atmel_mxt_tsDmitry Torokhov2011-02-211-0/+1406
OpenPOWER on IntegriCloud