aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/stmpe-ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-19Input: stmpe-ts - add description for 'prop' struct memberLee Jones1-0/+1
2020-12-11Input: stmpe - add axis inversion and swapping capabilityStefan Riedmueller1-2/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-01-16Input: stmpe-ts: preparations for STMPE ADC driverPhilippe Schenker1-35/+7
2019-01-16mfd: stmpe: Move ADC related defines to MFD headerPhilippe Schenker1-21/+13
2016-03-02Input: stmpe-ts - restore kerneldocLinus Walleij1-0/+31
2015-05-26Input: stmpe-ts - enforce device tree only modeDmitry Torokhov1-24/+5
2015-05-22Input: stmpe-ts - fix automatic module loadingDmitry Torokhov1-2/+10
2015-05-07Input: smtpe-ts - wait 50mS until polling for pen-upMarek Vasut1-1/+1
2015-05-07Input: smtpe-ts - use msecs_to_jiffies() instead of HZMarek Vasut1-1/+1
2014-10-20input: touchscreen: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-12-16Input: stmpe-ts - report BTN_TOUCH eventVipul Kumar Samar1-0/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-22Input: stmpe-ts - add DT support for stmpe touchscreenVipul Kumar Samar1-18/+47
2012-11-10Input: stmpe-ts - initialize the phys field in input deviceVipul Kumar Samar1-0/+1
2012-11-10Input: stmpe-ts - switch to using managed resourcesViresh Kumar1-44/+23
2011-11-30Input: touchscreen - use macro module_platform_driver()JJ Ding1-14/+1
2010-09-05Input: stmpe-ts - return -ENOMEM when memory allocation failsAxel Lin1-3/+7
2010-09-02Input: stmpe-ts - remove input_free_device() in stmpe_ts_remove()Axel Lin1-1/+0
2010-08-12touchscreen: Fix sign bugKulikov Vasiliy1-1/+1
2010-08-12input: STMPE touch controller supportLuotao Fu1-0/+397