summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mcs5000_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: mcs5000_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+5
* Input: mcs5000_ts - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* Input: mcs - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
* Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-221-1/+0
* Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam2014-07-301-4/+2
* Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam2014-07-301-1/+1
* Input: mcs5000_ts - switch to using managed resourcesBeomho Seo2014-05-281-47/+34
* Input: mcs5000_ts - fix incorrect input device nameBeomho Seo2014-05-281-1/+1
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: use dev_get_platdata()Jingoo Han2013-12-061-2/+2
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-12/+1
* Input: mcs5000_ts - convert to dev_pm_opsMark Brown2011-01-061-7/+10
* Input: mcs - Add MCS touchkey driverJoonyoung Shim2010-07-041-3/+3
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Input: add touchscreen driver for MELFAS MCS-5000 controllerJoonyoung Shim2009-09-171-0/+318