summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/elants_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Input: elants_i2c - switch to probe_newTakashi Iwai2021-05-301-3/+2
* Input: elants_i2c - fix NULL dereference at probingTakashi Iwai2021-05-301-3/+3
* Merge branch 'next' into for-linusDmitry Torokhov2021-05-041-2/+42
|\
| * Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesHans de Goede2021-04-091-2/+42
* | Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolutionDmitry Osipenko2021-03-281-2/+1
* | Input: elants_i2c - fix division by zero if firmware reports zero phys sizeDmitry Osipenko2021-03-271-1/+1
|/
* Input: elants_i2c - detect enum overflowJosh Poimboeuf2021-02-161-2/+1
* Input: elants_i2c - add support for eKTF3624Michał Mirosław2021-01-241-17/+135
* Input: elants - document some registers and valuesMichał Mirosław2020-12-101-5/+13
* Input: elants_i2c - fix typo for an attribute to show calibration countJohnny Chuang2020-09-161-1/+1
* Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.Johnny Chuang2020-09-131-0/+6
* Merge branch 'for-linus' into nextDmitry Torokhov2020-07-211-1/+0
|\
| * Revert "Input: elants_i2c - report resolution information for touch major"Dmitry Torokhov2020-07-061-1/+0
* | Input: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-071-1/+1
|/
* Input: elants - refactor elants_i2c_execute_command()Michał Mirosław2020-05-171-101/+99
* Input: elants - override touchscreen info with DT propertiesMichał Mirosław2020-05-171-2/+5
* Input: elants - remove unused axesMichał Mirosław2020-05-171-18/+8
* Merge branch 'for-linus' into nextDmitry Torokhov2020-05-171-1/+10
|\
| * Input: elants_i2c - support palm detectionJohnny Chuang2020-04-141-1/+10
* | Input: elants_i2c - provide an attribute to show calibration countJohnny Chuang2020-05-121-1/+27
|/
* Input: elants_i2c - report resolution information for touch majorJohnny Chuang2020-03-061-0/+1
* Input: elants_i2c - check Remark ID when attempting firmware updateJohnny.Chuang2019-12-121-8/+69
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner2019-06-191-6/+1
* Input: elants_i2c - use DMA safe i2c when possibleStephen Boyd2018-10-101-3/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-02-011-2/+0
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2018-02-011-2/+0
| |\
| | * Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman2018-01-161-2/+0
* | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
|\ \ \ | |/ / |/| |
| * | treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
| |/
* | Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov2017-11-291-3/+7
|/
* Input: elants_i2c - use managed devm_device_add_groupAndi Shyti2017-09-291-18/+1
* Input: elants_i2c - constify attribute_group structuresArvind Yadav2017-07-121-1/+1
* Merge tag 'v4.10-rc5' into nextDmitry Torokhov2017-01-241-2/+2
|\
| * Input: elants_i2c - avoid divide by 0 errors on bad touchscreen dataGuenter Roeck2017-01-051-2/+2
* | Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-221-2/+0
|/
* Input: elants_i2c - get product id on recovery mode for FW updateJohnny Chuang2016-08-251-11/+20
* Input: elants_i2c - fix wake-on-touchJames Chen2015-12-181-9/+12
* Input: elants_i2c - extend the calibration timeout to 12 secondsJames Chen2015-09-031-1/+1
* Input: elants_i2c - fix for devm_gpiod_get API changeStephen Rothwell2015-08-131-9/+1
* Input: elants_i2c - enable asynchronous probingDmitry Torokhov2015-08-071-0/+1
* Input: elants_i2c - wire up regulator supportDmitry Torokhov2015-08-071-22/+162
* Input: elants_i2c - disable idle mode before updating firmwareJames Chen2015-08-051-1/+7
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: elants_i2c - zero-extend hardware ID in firmware nameDmitry Torokhov2015-04-201-1/+1
* Input: elants_i2c - append hw_version to FW fileCharlie Mooney2015-03-111-4/+10
* Input: elants_i2c - remove unnecessary version.h inclusionFabian Frederick2014-12-291-2/+0
* Input: add support for Elan eKTH I2C touchscreensScott Liu2014-12-071-0/+1271