summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/elants_i2c.c
AgeCommit message (Expand)Author
2023-09-06Input: elants_i2c - use device core to create driver-specific device attributesDmitry Torokhov
2023-07-07Input: elants_i2c - simplify with dev_err_probe()Krzysztof Kozlowski
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-09Input: elants_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-08Input: elants_i2c - delay longer with reset assertedDouglas Anderson
2022-11-29Input: elants_i2c - delete some dead codeDan Carpenter
2022-11-22Input: elants_i2c - don't set wake_capable and wake_irqRaul E Rangel
2022-11-22Input: elants_i2c - use PM subsystem to manage wake irqRaul E Rangel
2022-11-17Input: elants_i2c - properly handle the reset GPIO when power is offDouglas Anderson
2021-12-20Input: elants_i2c - do not check Remark ID on eKTH3900/eKTH5312Johnny Chuang
2021-11-11Merge branch 'next' into for-linusDmitry Torokhov
2021-09-22Input: elants_i2c - make use of devm_add_action_or_reset()Cai Huoqing
2021-05-30Input: elants_i2c - switch to probe_newTakashi Iwai
2021-05-30Input: elants_i2c - fix NULL dereference at probingTakashi Iwai
2021-05-25Merge tag 'v5.12' into nextDmitry Torokhov
2021-05-04Merge branch 'next' into for-linusDmitry Torokhov
2021-04-09Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devicesHans de Goede
2021-03-28Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolutionDmitry Osipenko
2021-03-27Input: elants_i2c - fix division by zero if firmware reports zero phys sizeDmitry Osipenko
2021-02-16Input: elants_i2c - detect enum overflowJosh Poimboeuf
2021-01-24Input: elants_i2c - add support for eKTF3624Michał Mirosław
2020-12-10Input: elants - document some registers and valuesMichał Mirosław
2020-09-16Input: elants_i2c - fix typo for an attribute to show calibration countJohnny Chuang
2020-09-13Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.Johnny Chuang
2020-07-21Merge branch 'for-linus' into nextDmitry Torokhov
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-06Revert "Input: elants_i2c - report resolution information for touch major"Dmitry Torokhov
2020-05-17Input: elants - refactor elants_i2c_execute_command()Michał Mirosław
2020-05-17Input: elants - override touchscreen info with DT propertiesMichał Mirosław
2020-05-17Input: elants - remove unused axesMichał Mirosław
2020-05-17Merge branch 'for-linus' into nextDmitry Torokhov
2020-05-12Input: elants_i2c - provide an attribute to show calibration countJohnny Chuang
2020-04-14Input: elants_i2c - support palm detectionJohnny Chuang
2020-03-06Input: elants_i2c - report resolution information for touch majorJohnny Chuang
2019-12-12Input: elants_i2c - check Remark ID when attempting firmware updateJohnny.Chuang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner
2018-10-10Input: elants_i2c - use DMA safe i2c when possibleStephen Boyd
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-01Merge branch 'next' into for-linusDmitry Torokhov
2018-01-16Input: remove unneeded MODULE_VERSION() usage in touchscreen driversGreg Kroah-Hartman
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches
2017-11-29Input: elants_i2c - do not clobber interrupt trigger on x86Dmitry Torokhov
2017-09-29Input: elants_i2c - use managed devm_device_add_groupAndi Shyti
2017-07-12Input: elants_i2c - constify attribute_group structuresArvind Yadav
2017-01-24Merge tag 'v4.10-rc5' into nextDmitry Torokhov
2017-01-22Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck
2017-01-05Input: elants_i2c - avoid divide by 0 errors on bad touchscreen dataGuenter Roeck
2016-08-25Input: elants_i2c - get product id on recovery mode for FW updateJohnny Chuang
2015-12-18Input: elants_i2c - fix wake-on-touchJames Chen