summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/mcs5000_ts.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-10Input: mcs5000_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+5
2022-12-03Input: mcs5000_ts - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2017-05-23Input: mcs - move header file out of I2C realmWolfram Sang1-1/+1
2017-01-23Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck1-1/+0
2014-07-31Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam1-4/+2
2014-07-31Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam1-1/+1
2014-05-29Input: mcs5000_ts - switch to using managed resourcesBeomho Seo1-47/+34
2014-05-29Input: mcs5000_ts - fix incorrect input device nameBeomho Seo1-1/+1
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-2/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-12/+1
2011-01-07Input: mcs5000_ts - convert to dev_pm_opsMark Brown1-7/+10
2010-07-04Input: mcs - Add MCS touchkey driverJoonyoung Shim1-3/+3
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-18Input: add touchscreen driver for MELFAS MCS-5000 controllerJoonyoung Shim1-0/+318