summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: atmel_mxt_ts - add support for reset lineSebastian Reichel2017-08-211-0/+22
* Input: atmel_mxt_ts - use more managed resourcesSebastian Reichel2017-08-211-15/+9
* Input: atmel_mxt_ts - add T100 as a readable objectMaxime Roussin-BĂ©langer2017-05-221-0/+1
* Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-211-1/+1
* [media] Input: v4l-touch - add copyright linesNick Dyer2016-09-191-0/+1
* [media] Input: atmel_mxt_ts - add support for reference dataNick Dyer2016-08-231-6/+51
* [media] Input: atmel_mxt_ts - add diagnostic data support for mXT1386Nick Dyer2016-08-231-3/+28
* [media] Input: atmel_mxt_ts - handle diagnostic data orientationNick Dyer2016-08-231-5/+21
* [media] Input: atmel_mxt_ts - read touchscreen sizeNick Dyer2016-08-231-6/+36
* [media] Input: atmel_mxt_ts - output diagnostic debug via V4L2 deviceNick Dyer2016-08-231-0/+245
* [media] Input: atmel_mxt_ts - add support for T37 diagnostic dataNick Dyer2016-08-231-0/+159
* Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_resetNick Dyer2016-04-251-14/+14
* Merge branch 'rotary-encoder' into nextDmitry Torokhov2016-03-041-0/+34
|\
| * Input: atmel_mxt_ts - add maxtouch to I2C table for module autoloadJavier Martinez Canillas2015-12-111-0/+1
| * Input: atmel_mxt_ts - add generic platform data for ChromebooksDmitry Torokhov2015-12-021-0/+33
* | Input: atmel_mxt_ts - improve touchscreen size/orientation handlingNick Dyer2016-01-111-42/+26
|/
* Input: atmel_mxt_ts - remove warning on zero T44 countNick Dyer2015-08-041-9/+8
* Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECTNick Dyer2015-08-041-0/+2
* Input: atmel_mxt_ts - disable interrupt for 50ms after resetNick Dyer2015-08-041-1/+8
* Input: atmel_mxt_ts - improve device tree parsingNick Dyer2015-08-041-13/+9
* Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to initPan Xinhui2015-08-041-0/+6
* Input: atmel_mxt_ts - remove unused definesNick Dyer2015-08-041-65/+1
* Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2015-08-041-11/+108
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: atmel_mxt_ts - use BIT() macro when reporting button stateDmitry Torokhov2015-05-201-4/+4
* Input: atmel_mxt_ts - add support for Google Pixel 2Dmitry Torokhov2015-04-151-11/+130
* Input: atmel_mxt_ts - split out touchpad initialisation logicSjoerd Simons2015-04-061-22/+30
* Input: atmel_mxt_ts - implement support for T100 touch objectNick Dyer2015-04-061-27/+318
* Revert "Input: atmel_mxt_ts - use deep sleep mode when stopped"Linus Torvalds2014-12-311-73/+26
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: atmel_mxt_ts - fix double free of input deviceStephen Warren2014-09-101-5/+13
* Input: atmel_mxt_ts - downgrade warning about empty interruptsNick Dyer2014-09-091-1/+6
* Input: atmel_mxt_ts - fix a few issues reported by CoverityDmitry Torokhov2014-08-131-6/+11
* Input: atmel_mxt_ts - split config update a bitDmitry Torokhov2014-08-131-125/+145
* Input: atmel_mxt_ts - simplify mxt_initialize a bitDmitry Torokhov2014-08-131-39/+42
* Input: atmel_mxt_ts - mXT224 DMA quirk was fixed in firmware v2.0.AANick Dyer2014-08-071-3/+5
* Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2014-07-281-26/+73
* Input: atmel_mxt_ts - implement T44 message handlingNick Dyer2014-07-231-32/+159
* Input: atmel_mxt_ts - split message handler into separate functionsNick Dyer2014-07-231-59/+64
* Input: atmel_mxt_ts - decode T6 status messagesNick Dyer2014-07-231-20/+40
* Input: atmel_mxt_ts - add support for dynamic message sizeNick Dyer2014-07-231-52/+68
* Input: atmel_mxt_ts - recover from bootloader on probeNick Dyer2014-07-231-17/+50
* Input: atmel_mxt_ts - add bootloader addresses for new chipsNick Dyer2014-07-231-0/+6
* Input: atmel_mxt_ts - handle bootloader previously unlockedNick Dyer2014-07-231-9/+18
* Input: atmel_mxt_ts - handle APP_CRC_FAIL on startupNick Dyer2014-07-231-10/+43
* Input: atmel_mxt_ts - calculate and check CRC in config fileNick Dyer2014-07-231-55/+177
* Input: atmel_mxt_ts - download device config using firmware loaderNick Dyer2014-07-231-74/+204
* Input: atmel_mxt_ts - implement device tree supportStephen Warren2014-07-231-5/+63
* Input: atmel_mxt_ts - set pointer emulation on touchpadsBenson Leung2014-07-231-5/+6
* Input: atmel_mxt_ts - move input device init into separate functionNick Dyer2014-07-231-84/+107