summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
AgeCommit message (Expand)Author
2014-01-06Input: 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-08Input: 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-04Input: 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
2012-06-29Input: atmel_mxt_ts - derive phys from i2c client adapterDaniel Kurtz
2012-05-10Input: atmel_mxt_ts - dump each message on just 1 lineDaniel Kurtz
2012-05-10Input: atmel_mxt_ts - do not read extra (checksum) byteDaniel Kurtz
2012-05-10Input: atmel_mxt_ts - verify object size in mxt_write_objectDaniel Kurtz
2012-05-10Input: atmel_mxt_ts - only allow root to update firmwareDaniel Kurtz
2012-05-10Input: atmel_mxt_ts - use CONFIG_PM_SLEEPDaniel Kurtz
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin
2011-10-06Input: atmel_mxt_ts - use snprintf for sysfs attribute show methodDaniel Kurtz
2011-08-16Input: atmel_mxt_ts - report pressure information from the driverYufeng Shen
2011-07-04Input: atmel_mxt_ts - handle objects with multiple instances correctlyIiro Valkonen
2011-07-04Input: atmel_mxt_ts - update object listIiro Valkonen
2011-04-12Input: atmel_mxt_ts - convert to MT protocol BJoonyoung Shim
2011-04-12Input: atmel_mxt_ts - make CHG line high after enabling interruptsIiro Valkonen
2011-04-12Input: atmel_mxt_ts - support 12bit resolutionJoonyoung Shim
2011-03-14Input: atmel_mxt_ts - add objects of mXT1386 chipJoonyoung Shim
2011-03-14Input: atmel_mxt_ts - remove firmware version checkJoonyoung Shim