summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-12/+9
|\
| * Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen2023-12-131-12/+9
* | media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-131-1/+1
|/
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch2023-05-011-0/+85
* Input: atmel_mxt_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: atmel_mxt_ts - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-2/+2
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-181-4/+4
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito2021-12-121-1/+1
* Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2021-03-251-3/+2
* Input: atmel_mxt_ts - support wakeup methodsDmitry Osipenko2021-03-201-0/+78
* Merge branch 'next' into for-linusDmitry Torokhov2020-12-141-12/+44
|\
| * Input: atmel_mxt_ts - simplify the return expression of mxt_send_bootloader_c...Zheng Yongjun2020-12-101-6/+1
| * Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-2/+2
| * Input: atmel_mxt_ts - support regulator suppliesLinus Walleij2020-11-171-1/+36
| * Input: atmel_mxt_ts - fix up inverted RESET handlerLinus Walleij2020-11-171-2/+4
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | Input: atmel_mxt_ts - fix lost interruptsLinus Walleij2020-12-011-2/+2
|/
* Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessaryNick Dyer2020-07-281-3/+53
* Input: introduce input_mt_report_slot_inactive()Jiada Wang2020-05-121-4/+3
* Input: atmel_mxt_ts - disable IRQ across suspendEvan Green2019-10-021-0/+4
* Input: atmel_mxt_ts - switch to use device_property_count_u32()Andy Shevchenko2019-08-121-2/+1
* 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-101-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/+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
|/