aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mms114.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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