aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/eeti_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-12Input: eeti_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han1-4/+2
2013-03-31Input: eeti_ts - remove redundant null checkSachin Kamat1-2/+1
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-08-09Input: eeti_ts: pass gpio value instead of IRQArnd Bergmann1-8/+13
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-13/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-01-06Input: eeti_ts - convert to dev_pm_opsMark Brown1-7/+9
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-10/+46
2010-04-20Input: eeti_ts - cancel pending work when going to suspendDaniel Mack1-10/+46
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-12Input: eeti_ts - allow active high irq linesDaniel Mack1-3/+19
2009-05-19Input: add driver for EETI touchpanelsDaniel Mack1-0/+286