aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/edt-ft5x06.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+3
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-4/+2
2014-12-15Input: edt-ft5x06 - fixed a macro coding style issueAsaf Vertz1-1/+3
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-10-14input: edt-ft5x06: replace strnicmp with strncasecmpRasmus Villemoes1-1/+1
2014-08-13Input: edt-ft5x06 - remove superfluous assignmentMaks Naumov1-1/+0
2014-07-18Input: edt-ft5x06 - remove unnecessary null testFabian Frederick1-2/+1
2014-06-07Input: edt-ft5x06 - fix an i2c write for M09 supportRobert Woerle1-1/+1
2014-04-03Input: edt-ft5x06 - add a missing conditionDan Carpenter1-3/+4
2014-03-28Input: edt-ft5x06 - add support for M09 firmware versionLothar Waßmann1-82/+276
2014-03-28Input: edt-ft5x06 - ignore touchdown eventsLothar Waßmann1-0/+4
2014-03-28Input: edt-ft5x06 - adjust delays to conform datasheetLothar Waßmann1-3/+3
2014-03-28Input: edt-ft5x06 - add DT supportLothar Waßmann1-31/+114
2014-03-28Input: edt-ft5x06 - several cleanups; no functional changeLothar Waßmann1-9/+6
2014-01-20Input: edt_ft5x06 - use devm_* functions where appropriateLothar Waßmann1-43/+26
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-03-31Input: edt-ft5x06 - remove redundant null check before kfreeSachin Kamat1-2/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-2/+2
2012-11-24Input: remove use of __devinitBill Pemberton1-6/+6
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-30Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changesDmitry Torokhov1-4/+7
2012-10-17Input: edt-ft5x06 - convert to use simple_open()Wei Yongjun1-9/+1
2012-10-01Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogic', 'wacom' and 'wiimote' into for-linusJiri Kosina1-4/+7
2012-09-19Input: edt-ft5x06 - return -EFAULT on copy_to_user() errorAxel Lin1-3/+6
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-1/+1
2012-08-21Input: edt-ft5x06 - fix build error when compiling wthout CONFIG_DEBUG_FSGuenter Roeck1-1/+1
2012-07-24Input: add driver for FT5x06 based EDT displaysSimon Budig1-0/+898