aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_mxt_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang1-4/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-12-12Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito1-1/+1
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song1-3/+2
2021-03-20Input: atmel_mxt_ts - support wakeup methodsDmitry Osipenko1-0/+78
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov1-12/+44
2020-12-10Input: atmel_mxt_ts - simplify the return expression of mxt_send_bootloader_cmd()Zheng Yongjun1-6/+1
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz1-2/+2
2020-12-01Input: atmel_mxt_ts - fix lost interruptsLinus Walleij1-2/+2
2020-11-17Input: atmel_mxt_ts - support regulator suppliesLinus Walleij1-1/+36
2020-11-17Input: atmel_mxt_ts - fix up inverted RESET handlerLinus Walleij1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-28Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessaryNick Dyer1-3/+53
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang1-4/+3
2019-10-02Input: atmel_mxt_ts - disable IRQ across suspendEvan Green1-0/+4
2019-08-12Input: atmel_mxt_ts - switch to use device_property_count_u32()Andy Shevchenko1-2/+1
2019-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-11/+12
2019-07-10Merge branch 'next' into for-linusDmitry Torokhov1-10/+10
2019-07-05Input: atmel_mxt_ts - fix leak in mxt_update_cfg()Ian Ray1-1/+2
2019-07-01Input: atmel_mxt_ts - fix -Wunused-const-variableNathan Huckleberry1-10/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-12-28Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh1-2/+2
2018-10-15Input: atmel_mxt_ts - mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-09-28Input: atmel_mxt_ts - fix multiple <linux/property.h> includesGeorge G. Davis1-1/+0
2018-07-27Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer1-2/+2
2018-07-27Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer1-0/+4
2018-07-27Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer1-10/+24
2018-07-27Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer1-52/+56
2018-07-27Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer1-12/+22
2018-07-27Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer1-6/+2
2018-07-27Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer1-6/+0
2018-07-27Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer1-18/+18
2018-07-27Input: atmel_mxt_ts - only use first T9 instanceNick Dyer1-3/+4
2018-05-24Input: atmel_mxt_ts - fix reset-gpio for level based irqsSebastian Reichel1-11/+7
2018-05-24Input: atmel_mxt_ts - require device properties present when probingDmitry Torokhov1-140/+12
2018-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-76/+124
2018-05-01Input: atmel_mxt_ts - add missing compatible strings to OF device tableJavier Martinez Canillas1-0/+5
2018-05-01Input: atmel_mxt_ts - fix the firmware updateNick Dyer1-76/+110
2018-05-01Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook ProVittorio Gambaletta (VittGam)1-0/+9
2018-04-09Input: atmel_mxt_ts - remove platform data supportDmitry Torokhov1-75/+55
2018-04-09Input: atmel_mxt_ts - switch ChromeOS ACPI devices to generic propsDmitry Torokhov1-23/+40
2018-04-09Input: atmel_mxt_ts - switch from OF to generic device propertiesDmitry Torokhov1-29/+30
2018-04-09Input: atmel_mxt_ts - do not pass suspend mode in platform dataDmitry Torokhov1-5/+22
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