aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/elants_i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner1-6/+1
2018-10-10Input: elants_i2c - use DMA safe i2c when possibleStephen Boyd1-3/+4
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-2/+0
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov1-2/+0
2018-01-16Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman1-2/+0
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-1/+1
2017-11-29Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov1-3/+7
2017-09-29Input: elants_i2c - use managed devm_device_add_groupAndi Shyti1-18/+1
2017-07-12Input: elants_i2c - constify attribute_group structuresArvind Yadav1-1/+1
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov1-2/+2
2017-01-22Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck1-2/+0
2017-01-05Input: elants_i2c - avoid divide by 0 errors on bad touchscreen dataGuenter Roeck1-2/+2
2016-08-25Input: elants_i2c - get product id on recovery mode for FW updateJohnny Chuang1-11/+20
2015-12-18Input: elants_i2c - fix wake-on-touchJames Chen1-9/+12
2015-09-03Input: elants_i2c - extend the calibration timeout to 12 secondsJames Chen1-1/+1
2015-08-13Input: elants_i2c - fix for devm_gpiod_get API changeStephen Rothwell1-9/+1
2015-08-07Input: elants_i2c - enable asynchronous probingDmitry Torokhov1-0/+1
2015-08-07Input: elants_i2c - wire up regulator supportDmitry Torokhov1-22/+162
2015-08-05Input: elants_i2c - disable idle mode before updating firmwareJames Chen1-1/+7
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-04-20Input: elants_i2c - zero-extend hardware ID in firmware nameDmitry Torokhov1-1/+1
2015-03-11Input: elants_i2c - append hw_version to FW fileCharlie Mooney1-4/+10
2014-12-29Input: elants_i2c - remove unnecessary version.h inclusionFabian Frederick1-2/+0
2014-12-07Input: add support for Elan eKTH I2C touchscreensScott Liu1-0/+1271