summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/mms114.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-13Input: mms114 - fix Y-resolution configurationDmitry Torokhov1-1/+1
2026-07-13Input: mms114 - fix endianness portability in I2C packet layoutDmitry Torokhov1-19/+33
2026-07-13Merge tag 'v7.2-rc3' into nextDmitry Torokhov1-1/+1
2026-07-10Input: mms114 - fix multi-touch slot corruptionDmitry Torokhov1-1/+1
2026-06-22Input: mms114 - refactor chip variant handling using descriptorsDmitry Torokhov1-92/+112
2026-06-22Input: mms114 - replace BUG() and fix alignmentDmitry Torokhov1-9/+8
2026-06-22Input: mms114 - replace udelay with usleep_rangeDmitry Torokhov1-2/+2
2026-06-22Input: mms114 - use appropriate register argument typesDmitry Torokhov1-11/+9
2026-06-22Input: mms114 - prefer GPL over GPL v2 for module licenseDmitry Torokhov1-1/+1
2026-06-22Input: mms114 - fix touch indexing for MMS134S and MMS136Dmitry Torokhov1-6/+12
2026-06-15Input: mms114 - reject an oversized device packet sizeBryam Vargas1-0/+6
2026-05-30Input: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-1/+1
2026-03-24Input: mms114 - use guard notation when acquiring mutexDmitry Torokhov1-15/+5
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-07-18Input: mms114 - add support for touch keysArtur Weber1-7/+81
2023-07-17Input: Explicitly include correct DT includesRob Herring1-1/+0
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-09Input: mms114 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-12-02Input: mms114 - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2021-09-06Input: mms114 - support MMS134SLinus Walleij1-4/+11
2021-04-09Input: mms114 - support MMS136Linus Walleij1-6/+16
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song1-2/+2
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz1-3/+3
2020-05-17Merge branch 'for-linus' into nextDmitry Torokhov1-7/+5
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang1-1/+1
2020-04-25Input: mms114 - add extra compatible for mms345lStephan Gerhold1-2/+15
2020-04-14Input: mms114 - fix handling of mms345lStephan Gerhold1-7/+5
2019-11-11Input: mms114 - use device_get_match_dataStephan Gerhold1-2/+1
2018-02-02Input: mms114 - add SPDX identifierAndi Shyti1-8/+5
2018-02-02Input: mms114 - fix license module informationAndi Shyti1-1/+1
2018-01-31Input: mms114 - fix typo in definitionAndi Shyti1-2/+2
2018-01-30Input: mms114 - use BIT() macro instead of explicit shiftingAndi Shyti1-1/+1
2018-01-30Input: mms114 - replace mdelay with msleepAndi Shyti1-1/+1
2018-01-26Input: mms114 - add support for mms152Simon Shields1-18/+72
2018-01-26Input: mms114 - drop platform data and use generic APIsSimon Shields1-82/+65
2018-01-26Input: mms114 - mark as direct input deviceDmitry Torokhov1-8/+5
2018-01-26Input: mms114 - do not clobber interrupt triggerDmitry Torokhov1-3/+3
2017-05-22Input: mms114 - move header file out of I2C realmWolfram Sang1-1/+1
2015-09-19Input: mms114 - remove unneded semicolonsJavier Martinez Canillas1-2/+2
2015-07-30Input: touchscreen - export OF module alias informationJavier Martinez Canillas1-0/+1
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-05-28Input: mms114 - fix incorrect input device nameBeomho Seo1-1/+1
2014-05-14Input: mms114 - make of_device_id array constJingoo Han1-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-03-10Input: mms114 - Fix regulator enable and disable pathsMark Brown1-9/+25
2013-01-17Input: mms114 - switch to using managed resourcesSachin Kamat1-38/+16
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devinitdataBill Pemberton1-1/+1