summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/atmel_mxt_ts.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-12-13Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf()ye xingchen
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-01Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch
2023-01-09Input: atmel_mxt_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-02Input: atmel_mxt_ts - Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2021-12-12Input: atmel_mxt_ts - fix double free in mxt_read_info_blockJosé Expósito
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song
2021-03-20Input: atmel_mxt_ts - support wakeup methodsDmitry Osipenko
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov
2020-12-10Input: atmel_mxt_ts - simplify the return expression of mxt_send_bootloader_c...Zheng Yongjun
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz
2020-12-01Input: atmel_mxt_ts - fix lost interruptsLinus Walleij
2020-11-17Input: atmel_mxt_ts - support regulator suppliesLinus Walleij
2020-11-17Input: atmel_mxt_ts - fix up inverted RESET handlerLinus Walleij
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-28Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessaryNick Dyer
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang
2019-10-02Input: atmel_mxt_ts - disable IRQ across suspendEvan Green
2019-08-12Input: atmel_mxt_ts - switch to use device_property_count_u32()Andy Shevchenko
2019-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2019-07-10Merge branch 'next' into for-linusDmitry Torokhov
2019-07-05Input: atmel_mxt_ts - fix leak in mxt_update_cfg()Ian Ray
2019-07-01Input: atmel_mxt_ts - fix -Wunused-const-variableNathan Huckleberry
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-28Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh
2018-10-15Input: atmel_mxt_ts - mark expected switch fall-throughGustavo A. R. Silva
2018-09-28Input: atmel_mxt_ts - fix multiple <linux/property.h> includesGeorge G. Davis
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