summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-07-131-11/+12
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2019-07-111-10/+10
| |\
| | * Input: atmel_mxt_ts - fix -Wunused-const-variableNathan Huckleberry2019-07-011-10/+10
| * | Input: atmel_mxt_ts - fix leak in mxt_update_cfg()Ian Ray2019-07-051-1/+2
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
|/
* Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh2018-12-291-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-291-1/+0Star
* 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/+2Star
* Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer2018-07-271-6/+0Star
* 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/+7Star
* Input: atmel_mxt_ts - require device properties present when probingDmitry Torokhov2018-05-241-140/+12Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-05-031-76/+124
|\
| * Input: atmel_mxt_ts - add missing compatible strings to OF device tableJavier Martinez Canillas2018-05-021-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-101-75/+55Star
* | Input: atmel_mxt_ts - switch ChromeOS ACPI devices to generic propsDmitry Torokhov2018-04-101-23/+40
* | Input: atmel_mxt_ts - switch from OF to generic device propertiesDmitry Torokhov2018-04-101-29/+30
* | Input: atmel_mxt_ts - do not pass suspend mode in platform dataDmitry Torokhov2018-04-101-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/+9Star
* Input: atmel_mxt_ts - add T100 as a readable objectMaxime Roussin-BĂ©langer2017-05-231-0/+1
* Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-221-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-121-42/+26Star
|/
* Input: atmel_mxt_ts - remove warning on zero T44 countNick Dyer2015-08-051-9/+8Star
* Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECTNick Dyer2015-08-051-0/+2
* Input: atmel_mxt_ts - disable interrupt for 50ms after resetNick Dyer2015-08-051-1/+8
* Input: atmel_mxt_ts - improve device tree parsingNick Dyer2015-08-051-13/+9Star
* Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to initPan Xinhui2015-08-051-0/+6
* Input: atmel_mxt_ts - remove unused definesNick Dyer2015-08-051-65/+1Star
* Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer2015-08-051-11/+108