summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh2018-12-281-2/+2
* Input: atmel_mxt_ts - mark expected switch fall-throughGustavo A. R. Silva2018-10-151-1/+1
* Input: atmel_mxt_ts - fix multiple <linux/property.h> includesGeorge G. Davis2018-09-281-1/+0
* Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer2018-07-271-2/+2
* Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer2018-07-271-0/+4
* Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer2018-07-271-10/+24
* Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer2018-07-271-52/+56
* Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer2018-07-271-12/+22
* Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer2018-07-271-6/+2
* Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer2018-07-271-6/+0
* Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer2018-07-271-18/+18
* Input: atmel_mxt_ts - only use first T9 instanceNick Dyer2018-07-271-3/+4
* Input: atmel_mxt_ts - fix reset-gpio for level based irqsSebastian Reichel2018-05-241-11/+7
* Input: atmel_mxt_ts - require device properties present when probingDmitry Torokhov2018-05-241-140/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-05-021-76/+124
|\
| * Input: atmel_mxt_ts - add missing compatible strings to OF device tableJavier Martinez Canillas2018-05-011-0/+5
| * Input: atmel_mxt_ts - fix the firmware updateNick Dyer2018-05-011-76/+110
| * Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook ProVittorio Gambaletta (VittGam)2018-05-011-0/+9
* | Input: atmel_mxt_ts - remove platform data supportDmitry Torokhov2018-04-091-75/+55
* | Input: atmel_mxt_ts - switch ChromeOS ACPI devices to generic propsDmitry Torokhov2018-04-091-23/+40
* | Input: atmel_mxt_ts - switch from OF to generic device propertiesDmitry Torokhov2018-04-091-29/+30
* | Input: atmel_mxt_ts - do not pass suspend mode in platform dataDmitry Torokhov2018-04-091-5/+22
|/
* 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