summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mms114.c
Commit message (Expand)AuthorAgeFilesLines
* Input: mms114 - add support for touch keysArtur Weber2023-07-181-7/+81
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+0
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: mms114 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: mms114 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: mms114 - support MMS134SLinus Walleij2021-09-061-4/+11
* Input: mms114 - support MMS136Linus Walleij2021-04-091-6/+16
* Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2021-03-251-2/+2
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-3/+3
* Merge branch 'for-linus' into nextDmitry Torokhov2020-05-171-7/+5
|\
| * Input: mms114 - fix handling of mms345lStephan Gerhold2020-04-141-7/+5
* | Input: introduce input_mt_report_slot_inactive()Jiada Wang2020-05-121-1/+1
* | Input: mms114 - add extra compatible for mms345lStephan Gerhold2020-04-251-2/+15
|/
* Input: mms114 - use device_get_match_dataStephan Gerhold2019-11-111-2/+1
* Input: mms114 - add SPDX identifierAndi Shyti2018-02-021-8/+5
* Input: mms114 - fix license module informationAndi Shyti2018-02-021-1/+1
* Input: mms114 - fix typo in definitionAndi Shyti2018-01-311-2/+2
* Input: mms114 - use BIT() macro instead of explicit shiftingAndi Shyti2018-01-301-1/+1
* Input: mms114 - replace mdelay with msleepAndi Shyti2018-01-301-1/+1
* Input: mms114 - add support for mms152Simon Shields2018-01-261-19/+73
* Input: mms114 - drop platform data and use generic APIsSimon Shields2018-01-261-82/+65
* Input: mms114 - mark as direct input deviceDmitry Torokhov2018-01-261-8/+5
* Input: mms114 - do not clobber interrupt triggerDmitry Torokhov2018-01-261-3/+3
* Input: mms114 - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
* Input: mms114 - remove unneded semicolonsJavier Martinez Canillas2015-09-191-2/+2
* Input: touchscreen - export OF module alias informationJavier Martinez Canillas2015-07-301-0/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: mms114 - fix incorrect input device nameBeomho Seo2014-05-281-1/+1
* Input: mms114 - make of_device_id array constJingoo Han2014-05-141-1/+1
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: mms114 - Fix regulator enable and disable pathsMark Brown2013-03-101-9/+25
* Input: mms114 - switch to using managed resourcesSachin Kamat2013-01-171-38/+16
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devinitdataBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: mms114 - add device tree bindingsTomasz Figa2012-10-111-2/+60
* Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1
* Input: add MELFAS mms114 touchscreen driverJoonyoung Shim2012-07-171-0/+544