summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
AgeCommit message (Expand)Author
2014-05-27Input: atmel_mxt_ts - rename pressure to amplitude to match specNick Dyer
2014-05-27Input: atmel_mxt_ts - read screen config from chipNick Dyer
2014-05-19Input: atmel_mxt_ts - add check for incorrect firmware file formatNick Dyer
2014-05-19Input: atmel_mxt_ts - improve bootloader progress outputNick Dyer
2014-05-19Input: atmel_mxt_ts - implement bootloader frame retriesNick Dyer
2014-05-19Input: atmel_mxt_ts - read and report bootloader versionNick Dyer
2014-05-19Input: atmel_mxt_ts - add additional bootloader addressesNick Dyer
2014-05-19Input: atmel_mxt_ts - implement CRC check for configuration dataNick Dyer
2014-05-19Input: atmel_mxt_ts - improve error reporting and debugNick Dyer
2014-05-19Input: atmel_mxt_ts - make wait-after-reset period compatible with all chipsIiro Valkonen
2014-05-19Input: atmel_mxt_ts - wait for CHG after bootloader resetsBenson Leung
2014-05-19Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloaderBenson Leung
2014-05-19Input: atmel_mxt_ts - define helper functions for size and instancesDaniel Kurtz
2014-05-19Input: atmel_mxt_ts - return IRQ_NONE when interrupt handler failsNick Dyer
2014-05-19Input: atmel_mxt_ts - improve T19 GPIO keys handlingNick Dyer
2014-05-19Input: atmel_mxt_ts - remove unnecessary platform dataNick Dyer
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-06Input: use dev_get_platdata()Jingoo Han
2013-03-09Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds
2013-03-09Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-10-05Input: atmel_mxt_ts - simplify mxt_dump_messageAndy Shevchenko
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg
2012-07-07Pull input changes from Henrik Rydberg, including large update toDmitry Torokhov
2012-07-05Revert "Input: atmel_mxt_ts - warn if sysfs could not be created"Henrik Rydberg
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen
2012-06-29Input: atmel_mxt_ts - parse T6 reportsDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - send all MT-B slots in one input reportDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - use T9 reportid range to init number of mt slotsDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - refactor reportid checking in mxt_interruptDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - cache T9 reportid range when reading object tableDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - refactor when and how object table is freedDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - add detail to touchevent debug messageDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - simplify event reportingDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - add sysfs entries to read fw and hw versionDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - update driver ID info loggingDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - read ID information block in one i2c transactionDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - optimize writing of object table entriesDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - add variable length __mxt_write_regDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - return errors from i2c layerDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - print all instances when dumping objectsDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - print less overhead when dumping objectsDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - optimize reading objects in object sysfs entryDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - use scnprintf for object sysfs entryDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - don't read T5 when dumping objectsDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - warn if sysfs could not be createdDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - detect OOM when creating mt slotsDaniel Kurtz
2012-06-29Input: atmel_mxt_ts - use client name for irqDaniel Kurtz