summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mcs5000_ts.c
AgeCommit message (Expand)AuthorLines
2014-07-30Input: mcs5000_ts - remove ifdef around power management methodsFabio Estevam-4/+2
2014-07-30Input: mcs5000_ts - protect PM functions with CONFIG_PM_SLEEPFabio Estevam-1/+1
2014-05-28Input: mcs5000_ts - switch to using managed resourcesBeomho Seo-47/+34
2014-05-28Input: mcs5000_ts - fix incorrect input device nameBeomho Seo-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han-2/+2
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-12/+1
2011-01-06Input: mcs5000_ts - convert to dev_pm_opsMark Brown-7/+10
2010-07-04Input: mcs - Add MCS touchkey driverJoonyoung Shim-3/+3
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-09-17Input: add touchscreen driver for MELFAS MCS-5000 controllerJoonyoung Shim-0/+318