aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
AgeCommit message (Expand)Author
2021-12-29Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito
2020-01-04Input: atmel_mxt_ts - disable IRQ across suspendEvan Green
2019-01-09Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh
2018-07-27Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer
2018-07-27Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer
2018-07-27Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer
2018-07-27Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer
2018-07-27Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer
2018-07-27Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer
2018-07-27Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer
2018-07-27Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer
2018-07-27Input: atmel_mxt_ts - only use first T9 instanceNick Dyer
2018-05-24Input: atmel_mxt_ts - fix reset-gpio for level based irqsSebastian Reichel
2018-05-24Input: atmel_mxt_ts - require device properties present when probingDmitry Torokhov
2018-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-05-01Input: atmel_mxt_ts - add missing compatible strings to OF device tableJavier Martinez Canillas
2018-05-01Input: atmel_mxt_ts - fix the firmware updateNick Dyer
2018-05-01Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook ProVittorio Gambaletta (VittGam)
2018-04-09Input: atmel_mxt_ts - remove platform data supportDmitry Torokhov
2018-04-09Input: atmel_mxt_ts - switch ChromeOS ACPI devices to generic propsDmitry Torokhov
2018-04-09Input: atmel_mxt_ts - switch from OF to generic device propertiesDmitry Torokhov
2018-04-09Input: atmel_mxt_ts - do not pass suspend mode in platform dataDmitry Torokhov
2017-08-21Input: atmel_mxt_ts - add support for reset lineSebastian Reichel
2017-08-21Input: atmel_mxt_ts - use more managed resourcesSebastian Reichel
2017-05-22Input: atmel_mxt_ts - add T100 as a readable objectMaxime Roussin-Bélanger
2017-01-21Input: touchscreen - use local variables consistentlyGuenter Roeck
2016-09-19[media] Input: v4l-touch - add copyright linesNick Dyer
2016-08-23[media] Input: atmel_mxt_ts - add support for reference dataNick Dyer
2016-08-23[media] Input: atmel_mxt_ts - add diagnostic data support for mXT1386Nick Dyer
2016-08-23[media] Input: atmel_mxt_ts - handle diagnostic data orientationNick Dyer
2016-08-23[media] Input: atmel_mxt_ts - read touchscreen sizeNick Dyer
2016-08-23[media] Input: atmel_mxt_ts - output diagnostic debug via V4L2 deviceNick Dyer
2016-08-23[media] Input: atmel_mxt_ts - add support for T37 diagnostic dataNick Dyer
2016-04-25Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_resetNick Dyer
2016-03-04Merge branch 'rotary-encoder' into nextDmitry Torokhov
2016-01-11Input: atmel_mxt_ts - improve touchscreen size/orientation handlingNick Dyer
2015-12-11Input: atmel_mxt_ts - add maxtouch to I2C table for module autoloadJavier Martinez Canillas
2015-12-02Input: atmel_mxt_ts - add generic platform data for ChromebooksDmitry Torokhov
2015-08-04Input: atmel_mxt_ts - remove warning on zero T44 countNick Dyer
2015-08-04Input: atmel_mxt_ts - initialise input slots with INPUT_MT_DIRECTNick Dyer
2015-08-04Input: atmel_mxt_ts - disable interrupt for 50ms after resetNick Dyer
2015-08-04Input: atmel_mxt_ts - improve device tree parsingNick Dyer
2015-08-04Input: atmel_mxt_ts - suspend/resume causes panic if input_dev fails to initPan Xinhui
2015-08-04Input: atmel_mxt_ts - remove unused definesNick Dyer
2015-08-04Input: atmel_mxt_ts - use deep sleep mode when stoppedNick Dyer
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-05-20Input: atmel_mxt_ts - use BIT() macro when reporting button stateDmitry Torokhov
2015-04-15Input: atmel_mxt_ts - add support for Google Pixel 2Dmitry Torokhov
2015-04-06Input: atmel_mxt_ts - split out touchpad initialisation logicSjoerd Simons
2015-04-06Input: atmel_mxt_ts - implement support for T100 touch objectNick Dyer