aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_mxt_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21Input: atmel_mxt_ts - add support for reset lineSebastian Reichel1-0/+22
2017-08-21Input: atmel_mxt_ts - use more managed resourcesSebastian Reichel1-15/+9
2017-05-22Input: atmel_mxt_ts - add T100 as a readable objectMaxime Roussin-BĂ©langer1-0/+1
2017-01-21Input: touchscreen - use local variables consistentlyGuenter Roeck1-1/+1
2016-09-19[media] Input: v4l-touch - add copyright linesNick Dyer1-0/+1
2016-08-23[media] Input: atmel_mxt_ts - add support for reference dataNick Dyer1-6/+51
2016-08-23[media] Input: atmel_mxt_ts - add diagnostic data support for mXT1386Nick Dyer1-3/+28
2016-08-23[media] Input: atmel_mxt_ts - handle diagnostic data orientationNick Dyer1-5/+21
2016-08-23[media] Input: atmel_mxt_ts - read touchscreen sizeNick Dyer1-6/+36
2016-08-23[media] Input: atmel_mxt_ts - output diagnostic debug via V4L2 deviceNick Dyer1-0/+245
2016-08-23[media] Input: atmel_mxt_ts - add support for T37 diagnostic dataNick Dyer1-0/+159
2016-04-25Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_resetNick Dyer1-14/+14
2016-03-04Merge branch 'rotary-encoder' into nextDmitry Torokhov1-0/+34
2016-01-11Input: atmel_mxt_ts - improve touchscreen size/orientation handlingNick Dyer1-42/+26
2015-12-11Input: atmel_mxt_ts - add maxtouch to I2C table for module autoloadJavier Martinez Canillas1-0/+1
2015-12-02Input: atmel_mxt_ts - add generic platform data for ChromebooksDmitry Torokhov1-0/+33
2015-08-04Input: atmel_mxt_ts - remove warning on zero T44 countNick Dyer1-9/+8
2015-08-04Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECTNick Dyer1-0/+2
2015-08-04Input: atmel_mxt_ts - disable interrupt for 50ms after resetNick Dyer1-1/+8
2015-08-04Input: atmel_mxt_ts - improve device tree parsingNick Dyer1-13/+9
2015-08-04Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to initPan Xinhui1-0/+6
2015-08-04Input: atmel_mxt_ts - remove unused definesNick Dyer1-65/+1
2015-08-04Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer1-11/+108
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-05-20Input: atmel_mxt_ts - use BIT() macro when reporting button stateDmitry Torokhov1-4/+4
2015-04-15Input: atmel_mxt_ts - add support for Google Pixel 2Dmitry Torokhov1-11/+130
2015-04-06Input: atmel_mxt_ts - split out touchpad initialisation logicSjoerd Simons1-22/+30
2015-04-06Input: atmel_mxt_ts - implement support for T100 touch objectNick Dyer1-27/+318
2014-12-31Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"Linus Torvalds1-73/+26
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-09-10Input: atmel_mxt_ts - fix double free of input deviceStephen Warren1-5/+13
2014-09-09Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer1-1/+6
2014-08-13Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov1-6/+11
2014-08-13Input: atmel_mxt_ts - split config update a bitDmitry Torokhov1-125/+145
2014-08-13Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov1-39/+42
2014-08-07Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer1-3/+5
2014-07-28Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer1-26/+73
2014-07-23Input: atmel_mxt_ts - implement T44 message handlingNick Dyer1-32/+159
2014-07-23Input: atmel_mxt_ts - split message handler into separate functionsNick Dyer1-59/+64
2014-07-23Input: atmel_mxt_ts - decode T6 status messagesNick Dyer1-20/+40
2014-07-23Input: atmel_mxt_ts - add support for dynamic message sizeNick Dyer1-52/+68
2014-07-23Input: atmel_mxt_ts - recover from bootloader on probeNick Dyer1-17/+50
2014-07-23Input: atmel_mxt_ts - add bootloader addresses for new chipsNick Dyer1-0/+6
2014-07-23Input: atmel_mxt_ts - handle bootloader previously unlockedNick Dyer1-9/+18
2014-07-23Input: atmel_mxt_ts - handle APP_CRC_FAIL on startupNick Dyer1-10/+43
2014-07-23Input: atmel_mxt_ts - calculate and check CRC in config fileNick Dyer1-55/+177
2014-07-23Input: atmel_mxt_ts - download device config using firmware loaderNick Dyer1-74/+204
2014-07-23Input: atmel_mxt_ts - implement device tree supportStephen Warren1-5/+63
2014-07-23Input: atmel_mxt_ts - set pointer emulation on touchpadsBenson Leung1-5/+6
2014-07-23Input: atmel_mxt_ts - move input device init into separate functionNick Dyer1-84/+107