summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/elants_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-09Input: elants_i2c - delay longer with reset assertedDouglas Anderson1-2/+2
2022-11-30Input: elants_i2c - delete some dead codeDan Carpenter1-2/+0
2022-11-23Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel1-16/+0
2022-11-23Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel1-4/+11
2022-11-18Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson1-6/+3
2021-12-20Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Johnny Chuang1-1/+45
2021-11-12Merge branch 'next' into for-linusDmitry Torokhov1-2/+2
2021-09-23Input: elants_i2c - make use of devm_add_action_or_reset()Cai Huoqing1-2/+2
2021-05-31Input: elants_i2c - switch to probe_newTakashi Iwai1-3/+2
2021-05-31Input: elants_i2c - fix NULL dereference at probingTakashi Iwai1-3/+3
2021-05-25Merge tag 'v5.12' into nextDmitry Torokhov1-3/+2
2021-05-04Merge branch 'next' into for-linusDmitry Torokhov1-2/+42
2021-04-10Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesHans de Goede1-2/+42
2021-03-29Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolutionDmitry Osipenko1-2/+1
2021-03-28Input: elants_i2c - fix division by zero if firmware reports zero phys sizeDmitry Osipenko1-1/+1
2021-02-17Input: elants_i2c - detect enum overflowJosh Poimboeuf1-2/+1
2021-01-25Input: elants_i2c - add support for eKTF3624Michał Mirosław1-17/+135
2020-12-11Input: elants - document some registers and valuesMichał Mirosław1-5/+13
2020-09-16Input: elants_i2c - fix typo for an attribute to show calibration countJohnny Chuang1-1/+1
2020-09-14Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.Johnny Chuang1-0/+6
2020-07-22Merge branch 'for-linus' into nextDmitry Torokhov1-1/+0
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-07Revert "Input: elants_i2c - report resolution information for touch major"Dmitry Torokhov1-1/+0
2020-05-18Input: elants - refactor elants_i2c_execute_command()Michał Mirosław1-101/+99
2020-05-18Input: elants - override touchscreen info with DT propertiesMichał Mirosław1-2/+5
2020-05-18Input: elants - remove unused axesMichał Mirosław1-18/+8
2020-05-18Merge branch 'for-linus' into nextDmitry Torokhov1-1/+10
2020-05-13Input: elants_i2c - provide an attribute to show calibration countJohnny Chuang1-1/+27
2020-04-15Input: elants_i2c - support palm detectionJohnny Chuang1-1/+10
2020-03-06Input: elants_i2c - report resolution information for touch majorJohnny Chuang1-0/+1
2019-12-12Input: elants_i2c - check Remark ID when attempting firmware updateJohnny.Chuang1-8/+69
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner1-6/+1
2018-10-11Input: 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/dto...Linus Torvalds1-2/+0
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov1-2/+0
2018-01-17Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman1-2/+0
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-1/+1
2017-11-30Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov1-3/+7
2017-09-30Input: elants_i2c - use managed devm_device_add_groupAndi Shyti1-18/+1
2017-07-13Input: elants_i2c - constify attribute_group structuresArvind Yadav1-1/+1
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov1-2/+2
2017-01-23Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck1-2/+0
2017-01-06Input: 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-19Input: elants_i2c - fix wake-on-touchJames Chen1-9/+12
2015-09-04Input: elants_i2c - extend the calibration timeout to 12 secondsJames Chen1-1/+1
2015-08-14Input: elants_i2c - fix for devm_gpiod_get API changeStephen Rothwell1-9/+1
2015-08-08Input: elants_i2c - enable asynchronous probingDmitry Torokhov1-0/+1
2015-08-08Input: elants_i2c - wire up regulator supportDmitry Torokhov1-22/+162