summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
AgeCommit message (Expand)Author
2014-09-10Input: atmel_mxt_ts - fix double free of input deviceStephen Warren
2014-09-09Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer
2014-08-13Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov
2014-08-13Input: atmel_mxt_ts - split config update a bitDmitry Torokhov
2014-08-13Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov
2014-08-07Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer
2014-07-28Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer
2014-07-23Input: atmel_mxt_ts - implement T44 message handlingNick Dyer
2014-07-23Input: atmel_mxt_ts - split message handler into separate functionsNick Dyer
2014-07-23Input: atmel_mxt_ts - decode T6 status messagesNick Dyer
2014-07-23Input: atmel_mxt_ts - add support for dynamic message sizeNick Dyer
2014-07-23Input: atmel_mxt_ts - recover from bootloader on probeNick Dyer
2014-07-23Input: atmel_mxt_ts - add bootloader addresses for new chipsNick Dyer
2014-07-23Input: atmel_mxt_ts - handle bootloader previously unlockedNick Dyer
2014-07-23Input: atmel_mxt_ts - handle APP_CRC_FAIL on startupNick Dyer
2014-07-23Input: atmel_mxt_ts - calculate and check CRC in config fileNick Dyer
2014-07-23Input: atmel_mxt_ts - download device config using firmware loaderNick Dyer
2014-07-23Input: atmel_mxt_ts - implement device tree supportStephen Warren
2014-07-23Input: atmel_mxt_ts - set pointer emulation on touchpadsBenson Leung
2014-07-23Input: atmel_mxt_ts - move input device init into separate functionNick Dyer
2014-07-23Input: atmel_mxt_ts - initialise IRQ before probingNick Dyer
2014-06-07Input: atmel_mxt_ts - fix invalid return from mxt_get_bootloader_versionNick Dyer
2014-05-26Input: atmel_mxt_ts - handle multiple input reports in one messageNick Dyer
2014-05-26Input: atmel_mxt_ts - rename touchscreen defines to include T9Nick Dyer
2014-05-26Input: atmel_mxt_ts - rename pressure to amplitude to match specNick Dyer
2014-05-26Input: atmel_mxt_ts - read screen config from chipNick Dyer
2014-05-18Input: atmel_mxt_ts - add check for incorrect firmware file formatNick Dyer
2014-05-18Input: atmel_mxt_ts - improve bootloader progress outputNick Dyer
2014-05-18Input: atmel_mxt_ts - implement bootloader frame retriesNick Dyer
2014-05-18Input: atmel_mxt_ts - read and report bootloader versionNick Dyer
2014-05-18Input: atmel_mxt_ts - add additional bootloader addressesNick Dyer
2014-05-18Input: atmel_mxt_ts - implement CRC check for configuration dataNick Dyer
2014-05-18Input: atmel_mxt_ts - improve error reporting and debugNick Dyer
2014-05-18Input: atmel_mxt_ts - make wait-after-reset period compatible with all chipsIiro Valkonen
2014-05-18Input: atmel_mxt_ts - wait for CHG after bootloader resetsBenson Leung
2014-05-18Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloaderBenson Leung
2014-05-18Input: atmel_mxt_ts - define helper functions for size and instancesDaniel Kurtz
2014-05-18Input: atmel_mxt_ts - return IRQ_NONE when interrupt handler failsNick Dyer
2014-05-18Input: atmel_mxt_ts - improve T19 GPIO keys handlingNick Dyer
2014-05-18Input: atmel_mxt_ts - remove unnecessary platform dataNick Dyer
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