aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mms114.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19/+73
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
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-11Input: mms114 - add device tree bindingsTomasz Figa1-2/+60
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-1/+1
2012-07-17Input: add MELFAS mms114 touchscreen driverJoonyoung Shim1-0/+544