summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/mms114.c
AgeCommit message (Expand)Author
2023-07-18Input: mms114 - add support for touch keysArtur Weber
2023-07-17Input: Explicitly include correct DT includesRob Herring
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-09Input: mms114 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-02Input: mms114 - Convert to i2c's .probe_new()Uwe Kleine-König
2021-09-06Input: mms114 - support MMS134SLinus Walleij
2021-04-09Input: mms114 - support MMS136Linus Walleij
2021-03-25Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz
2020-05-17Merge branch 'for-linus' into nextDmitry Torokhov
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang
2020-04-25Input: mms114 - add extra compatible for mms345lStephan Gerhold
2020-04-14Input: mms114 - fix handling of mms345lStephan Gerhold
2019-11-11Input: mms114 - use device_get_match_dataStephan Gerhold
2018-02-02Input: mms114 - add SPDX identifierAndi Shyti
2018-02-02Input: mms114 - fix license module informationAndi Shyti
2018-01-31Input: mms114 - fix typo in definitionAndi Shyti
2018-01-30Input: mms114 - use BIT() macro instead of explicit shiftingAndi Shyti
2018-01-30Input: mms114 - replace mdelay with msleepAndi Shyti
2018-01-26Input: mms114 - add support for mms152Simon Shields
2018-01-26Input: mms114 - drop platform data and use generic APIsSimon Shields
2018-01-26Input: mms114 - mark as direct input deviceDmitry Torokhov
2018-01-26Input: mms114 - do not clobber interrupt triggerDmitry Torokhov
2017-05-22Input: mms114 - move header file out of I2C realmWolfram Sang
2015-09-19Input: mms114 - remove unneded semicolonsJavier Martinez Canillas
2015-07-30Input: touchscreen - export OF module alias informationJavier Martinez Canillas
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han
2014-05-28Input: mms114 - fix incorrect input device nameBeomho Seo
2014-05-14Input: mms114 - make of_device_id array constJingoo Han
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-03-10Input: mms114 - Fix regulator enable and disable pathsMark Brown
2013-01-17Input: mms114 - switch to using managed resourcesSachin Kamat
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devinitdataBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-10-11Input: mms114 - add device tree bindingsTomasz Figa
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg
2012-07-17Input: add MELFAS mms114 touchscreen driverJoonyoung Shim