summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/elants_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Input: elants_i2c - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-16/+6
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: elants_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-5/+5
* Input: elants_i2c - delay longer with reset assertedDouglas Anderson2022-12-081-2/+2
* Input: elants_i2c - delete some dead codeDan Carpenter2022-11-291-2/+0
* Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel2022-11-221-16/+0
* Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-4/+11
* Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson2022-11-171-6/+3
* Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Johnny Chuang2021-12-201-1/+45
* Merge branch 'next' into for-linusDmitry Torokhov2021-11-111-2/+2
|\
| * Input: elants_i2c - make use of devm_add_action_or_reset()Cai Huoqing2021-09-221-2/+2
| * Merge tag 'v5.12' into nextDmitry Torokhov2021-05-251-3/+2
| |\
* | | 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