aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/stmpe-ts.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Input: stmpe-ts - restore kerneldocGravatar Linus Walleij 1-0/+31
2015-05-26Input: stmpe-ts - enforce device tree only modeGravatar Dmitry Torokhov 1-24/+5
2015-05-22Input: stmpe-ts - fix automatic module loadingGravatar Dmitry Torokhov 1-2/+10
2015-05-07Input: smtpe-ts - wait 50mS until polling for pen-upGravatar Marek Vasut 1-1/+1
2015-05-07Input: smtpe-ts - use msecs_to_jiffies() instead of HZGravatar Marek Vasut 1-1/+1
2014-10-20input: touchscreen: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2012-12-16Input: stmpe-ts - report BTN_TOUCH eventGravatar Vipul Kumar Samar 1-0/+2
2012-11-24Input: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-24Input: remove use of __devinitGravatar Bill Pemberton 1-2/+2
2012-11-24Input: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-11-22Input: stmpe-ts - add DT support for stmpe touchscreenGravatar Vipul Kumar Samar 1-18/+47
2012-11-10Input: stmpe-ts - initialize the phys field in input deviceGravatar Vipul Kumar Samar 1-0/+1
2012-11-10Input: stmpe-ts - switch to using managed resourcesGravatar Viresh Kumar 1-44/+23
2011-11-30Input: touchscreen - use macro module_platform_driver()Gravatar JJ Ding 1-14/+1
2010-09-05Input: stmpe-ts - return -ENOMEM when memory allocation failsGravatar Axel Lin 1-3/+7
2010-09-02Input: stmpe-ts - remove input_free_device() in stmpe_ts_remove()Gravatar Axel Lin 1-1/+0
2010-08-12touchscreen: Fix sign bugGravatar Kulikov Vasiliy 1-1/+1
2010-08-12input: STMPE touch controller supportGravatar Luotao Fu 1-0/+397